@charset "utf-8";
/* CSS Document */

ul,li {/*スライダーコンテンツのリストタグをリセット*/
	list-style:none;
	margin:0;
	padding:0;
}


#sliderbox {
	background:#fff;
	width:570px;
	height:450px;
	margin-top:5px;
	padding:10px;
}
#sliderbox h4 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sliderbox p {
	font-size:14px;
	line-height:1.2em;
	color:#333;
	margin-bottom:20px;
}
.ad {
	font-size: 80%;
	font-style: normal;
}

#sliderbox img {
	display:block;
	margin-bottom:10px;
}
