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

/* トップページ用　CSS初期化 */
#content{
	width:920px;
	float:none;
	padding:5px 14px;
	overflow:visible;
}

#content .left_box{
	width:615px;
}

#content .left_box #flasharea{
	width:615px;
	background:url(../img/flash.jpg);
	margin-bottom:14px;
}

#content .left_box #flasharea p{
	padding-top:50px;
	font-size:1.4em;
	text-align:center;
}

#content .left_box .information {
	margin:0 1px 20px;
}
#content .left_box .information ul {
	font-size:1.2em;
	font-weight:bold;
}
#content .left_box .information li {
	overflow:hidden;
	height:100%;
}
#content .left_box .information ul img {
	float:left;
	margin-right:9px;
}
#content .left_box .information ul p {
	overflow:hidden;
	height:100%;
}

#content .left_box .newsbox{
	width:615px;
	position:relative;
	font-size:0px;
}

#content .left_box .newsbox h2{
	height:20px;
	background:url(../img/index_bg_news_01.png) repeat-x bottom;
}

#content .left_box .newsbox .viewall{
	position:absolute;
	top:1px;
	right:2px;
}

#content .left_box .newsbox iframe{
	border:0px;
	width:615px;
	height:100px;
}

#content .right_box{
	width:286px;
	height:396px;
	border:1px solid #ccc;
	padding:1px;
}

#content .right_box .wrap01{
	background:url(../img/index_bg_pickup_01.png) repeat-x #FAFAFA;
	height:392px;
	padding:2px 8px;
}

#content .right_box .wrap01 .box01{
	border:1px solid #ccc;
	margin-bottom:10px;
	font-size:1.2em;
}

#content .right_box .wrap01 .box01 .wrap02{
	border:1px solid #fff;
	padding:8px 6px;
	background:url(../img/index_bg_pickup_02.png) repeat-x bottom #fff;
}

#content .right_box .wrap01 .box01 .wrap02 h3{
	margin-bottom:5px;
}

#content .right_box img{
	vertical-align:bottom;
}

#content .index_box02{
	width:940px;
	margin-right:-20px;
}

#content .index_box02 .box01{
	float:left;
	border:1px solid #ccc;
	padding:1px 1px 10px;
	width:168px;
	margin-right:15px;
}

#content .index_box02 dl dt{
	font-size:0px;
	padding:0px 1px 1px;
	border-bottom:1px solid #ccc;
	margin:0px -1px;
}

#content .index_box02 dl dt img{
	position:relative;
	z-index:1;
	display:block;
}

#content .index_box02 dl dd{
	font-size:1.2em;
	padding:8px;
}

#content .index_box02 dl dd ul li{
	padding-left:8px;
	background:url(../common/arrow05.png) no-repeat 0px .4em;
}

#content .index_box02 dl dd ul li ul li{
	padding-left:10px;
	background:url(../common/arrow05.png) no-repeat 0px .4em;
}


/* HOME用印刷設定 */
@media print{
	
	#wrapper{
		width:948px;
	}

	body{
		zoom:.67;
	}
	
}

