@charset "utf-8";
@import url("../css/common.css");

/*トップ*/
#pickup {
	background: url(./images/back_pickup.jpg) no-repeat;
	width:338px;
	height:459px;
	margin-right:8px;
	float:left;
	position:relative;
}
#pickuplist p {
	padding:8px;
}
#pickuplist dt {
	font-weight:bold;
	font-size:16px;
	line-height:1.3;
	text-align:center;
}
#pickuplist dd {
	font-size:14px;
	line-height:1.3;
	text-align:center;
}

#pickuplist {
	width:250px;
	height:380px;
	margin:0 auto;
	overflow:hidden;
}

#pickuplist li{
}

#pickuplist img{
	border:none;
}


#information {
	background: url(./images/back_information.jpg) no-repeat;
	width:466px;
	height:459px;
	text-align:center;
	float:left;
}
#information h3 {
	padding-bottom:8px;
}
#news {
	background: url(./images/back_news.jpg) no-repeat;
	width:338px;
	height:190px;
	margin-right:8px;
	clear:left;
	float:left;
	/*border-right:1px solid #f00;*/
	font-size:14px;
	font-weight:bold;
}
#news dl {
	float:left;
	padding-left:40px;
	margin-top:15px;
	height:90px;
	width:270px;
	line-height:1.5;
	overflow-y:auto;
}
#news dl dt {
	float:left;
}
#news dl dd {
	padding-left:56px;
	text-indent:-3px;
}
#mobile {
	background: url(./images/back_mobile.jpg) no-repeat;
	width:466px;
	height:190px;
	float:left;
}
#mobile dl {
	padding-left:52px;
	padding-right:52px;
	padding-top:18px;
	font-size:14px;
}
#mobile dt {
	float:left;
	padding-right:27px;
}
#blog {
	background: url(./images/back_bar.jpg) repeat-y;
	width:812px;
	height:auto;
	clear:both;
}
#blog h3{
	background: url(./images/back_blogtitle.jpg) no-repeat;
	width:812px;
	height:170px;
}
#blog ul{
	background: url(./images/back_bottom.jpg) no-repeat left bottom;
	width:773px;
	margin-top:-109px;
	padding-bottom:15px;
	padding-left:39px;
}

#blog ul {
	display: inline-block;
}
#blog ul:after {
	content: "."; 
	display: block;
	height: 0;
	line-height:0; 
	font-size: 0.1em;
	clear: both; 
	visibility: hidden; 
}
#blog ul li{
	background: url(./images/blog.jpg) no-repeat;
	width:172px;
	height:130px;
	float:left;
	margin-right:15px;
	padding-bottom:15px;
}
#blog ul li p{
	float:left;
	padding:5px;
	width:90px;
	height:120px;
}
#blog ul li span{
	float:left;
	text-align:center;
	width:72px;
	padding-top:20px;
	font-weight:bold;
}

#mailmagazine {
	background: #0e0905 url(./images/back_mailmagazine.jpg) no-repeat;
	width:812px;
	height:187px;
	text-align:center;
	clear:both;
}
#mailmagazine iframe {
	background: #0e0905;
}

#mailmagazine h2{
	text-align:left;
}
