@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/mailmagazine_back.jpg) no-repeat;
	width:394px;
	height:221px;
	float:right;
}

#mailmagazine .textBox {
	width:170px;
	border:solid 1px #999999;
}

#mailmagazine .btn {
	width:70px;
	height:21px;
	line-height:21px;
	font-size:14px;
	border:none;
	color:#fff;
	cursor:pointer;
	background:url(./images/btn_back.jpg) no-repeat;
}
#magazine_left {
	float:left;
	width:260px;
	padding-left:20px;
	line-height:16px;
}

#magazine_left form {
	margin:5px auto;
}

#magazine_right {
	float:right;
	width:80px;
	padding-right:25px;
	line-height:14px;
}
#magazine_right img {
	display:block;
	margin:0 auto;
}
#magazine_right span {
	font-size:10px;
	color:#ff81ab;
	line-height:12px;
}

#event {
	background:url(./images/event_back.jpg) no-repeat left top;
	width:380px;
	height:185px;
	float:left;
	padding:18px 18px 18px 17px;
}


#middle {
	clear:both;
}

#no_pickup {
	line-height:300px;
	text-align:center;
}
