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

#index_main{
	margin:5px 5px;
	width:840px;
}
.index_menu{
	width:228px;
	float:left;
}
.index_menu li{
	width:228px;
	height:76px;
}
.index_menu li.btn1 a:link,.index_menu li.btn1 a:visited{
	background:url(../images/index/bg_btnmain1.jpg) no-repeat left center;
	width:168px;
	height:61px;
	display:block;
	padding-left:60px;
	padding-top:15px;
	font-size:1.2em;
	font-weight:bold;
}
.index_menu li.btn1 a:hover{
	background:url(../images/index/bg_btnmain1_on.jpg) no-repeat left center;
	text-decoration:none;
}
.index_menu li.btn2 a:link,.index_menu li.btn2 a:visited{
	background:url(../images/index/bg_btnmain2.jpg) no-repeat left center;
	width:168px;
	height:61px;
	display:block;
	padding-left:60px;
	padding-top:15px;
	font-size:1.2em;
	font-weight:bold;
}
.index_menu li.btn2 a:hover{
	background:url(../images/index/bg_btnmain2_on.jpg) no-repeat left center;
	text-decoration:none;
}
.index_menu li.btn3 a:link,.index_menu li.btn3 a:visited{
	background:url(../images/index/bg_btnmain3.jpg) no-repeat left center;
	width:168px;
	height:61px;
	display:block;
	padding-left:60px;
	padding-top:15px;
	font-size:1.2em;
	font-weight:bold;
}
.index_menu li.btn3 a:hover{
	background:url(../images/index/bg_btnmain3_on.jpg) no-repeat left center;
	text-decoration:none;
}
.index_menu li.btn4 a:link,.index_menu li.btn4 a:visited{
	background:url(../images/index/bg_btnmain4.jpg) no-repeat left center;
	width:168px;
	height:61px;
	display:block;
	padding-left:60px;
	padding-top:15px;
	font-size:1.2em;
	font-weight:bold;
}
.index_menu li.btn4 a:hover{
	background:url(../images/index/bg_btnmain4_on.jpg) no-repeat left center;
	text-decoration:none;
}
.main_image{
	width:608px;
	float:right;
}
#index_info{
	margin:10px;
	width:830px;
}
#index_info .news{
	float:left;
	width:400px;
}
.news .news_detail{
	background-color:#F6F4ED;
	border-left:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	width: 404px;
	height: 600px;
	padding: 0.15em;
	overflow: auto;
}
.news_detail dl{
	width:368px;
	margin:0 10px;
	display:inline-table;
}
.news_detail dl dt{
	margin:10px 0 5px 0;
	font-weight:bold;
	line-height:140%;
}
.news_detail dl dd{
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:#CCCCCC 1px solid;
	line-height:140%;
}
.news_detail dl dd a:link{
	text-decoration:underline;
}
.news_detail dl dd a:visited{
	text-decoration:underline;
}
#index_info .pickup{
	width:410px;
	float:right;
}
.pickup .pickup_detail{
	width:410px;
	margin-bottom:10px;
}
.pickup .pickup_detail img{
	border:#FFFFFF 5px solid;
	margin:5px;
}
.pickup .pickup_detail .movie{
	width:100%;
	text-align:center;
}
.pickup .pickup_detail .movie img{
	border:none;
	margin:0;
}
.pickup .pickup_detail a:hover img {
	border:#0033CC 5px solid;
	margin:5px;
}
.pickup .pickup_detail .movie a:hover img {
	border:none;
	margin:0;
}

.pickup .pickup_detail h3{
	width:180px;
	margin:5px;
	font-size:1.1em;
	font-weight:bold;
	line-height:130%;
}
.pickup .pickup_detail ul{
	width:180px;
	margin:5px;
}
.pickup .pickup_detail ul li{
	background:url(../images/index/bg_li_pickupitem.gif) no-repeat 0 0;
	padding-left:15px;
	font-size:0.9em;
	line-height:130%;
	margin-bottom:3px;
}
.pickup .pickup_detail .item_fl{
	background:url(../images/index/bg_pickup_detail.jpg) repeat-x 0 0;
	width:200px;
	float:left;
}
.pickup .pickup_detail .item_fr{
	background:url(../images/index/bg_pickup_detail.jpg) repeat-x 0 0;
	width:200px;
	float:right;
}
#index_info .title_wrap{
	width:410px;
	height:35px;
	background:url(../images/index/bg_news_title.jpg) repeat-x 0 0;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
}
#index_info .news h2{
	background:url(../images/index/img_newsicon.gif) no-repeat 0 0;
	height:20px;
	padding-left:24px;
	font-size:1.2em;
	font-weight:bold;
	margin:8px 0 0 5px;
	display:inline-table;
	line-height:120%;
}
#index_info .pickup h2{
	background:url(../images/index/img_pickupicon.gif) no-repeat 0 0;
	height:20px;
	padding-left:24px;
	font-size:1.2em;
	font-weight:bold;
	margin:8px 0 0 5px;
	display:inline-table;
	line-height:120%;
}
.pickup .movieall{
	background:url(../images/index/bg_pickup_detail.jpg) repeat-x 0 0;
	text-align:center;
	padding:10px 0;
}	
