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

/*
body-------------------------------------------------------*/
body {
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #FFFFFF;
	text-align:center;
	background:url(../img_common/back_img_rpx.jpg) repeat-x top left #000000;
}
div#container_sub{
	background:url(../img_common/back_img_dogo.png) no-repeat top center;
	margin:0 auto;
}
div#container{
	width:860px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
/*
header-----------------------------------------------------*/
h1#flash_area{
	height:660px;
}


/*
contents_box-----------------------------------------------------*/
div#contents{}
div#contents #menu ul{}
div#contents #menu li{
	float:left;
}
div#contents .contents_box{
	clear:both;
	padding-top:30px;
}
div#contents .contents_box .main_box{
	float:left;
	width:645px;
}
.main_box:after{
	display:block;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
}
.main_box{display:inline-block;}
html[xmlns] .main_box{display:block;}
* html .main_box{height:1%;}

div#contents .contents_box #banner_box, div#contents .contents_box #sub_box{
	float:right;
	width:215px;
}
/*holding
-----------------------------*/
h2#title_01{
	width:630px;
	height:40px;
	background:url(../img/title_kaisai.png) no-repeat;
	position:relative;
}
#next_view{
	position:absolute;
	top:10px;
	right:0px;
}
h2#title_01 a{
	background:url(../img/arrow02.gif) no-repeat center right;
	padding-right:15px;
	margin-bottom:15px;
}
div#contents .contents_box .main_box #img_rss .holding{
	width:150px;
	height:160px;
	margin:15px 10px 0 0;
	float:left;
}
div#contents .contents_box .main_box #img_rss p.holding_text{
	padding:10px 0 0 0;
}
div#contents .contents_box .main_box #img_rss .holding img{
	border:5px solid #FFFFFF;
}

/*new
-------------------------------*/
div#contents .contents_box .main_box #new_box{
	float:left;
}
h2#title_02{
	width:330px;
	height:40px;
	background:url(../img/title_new.png) no-repeat;
	margin-bottom:15px;
}
div#contents .contents_box .main_box dl#new_body{
	width:330px;
	height:210px;
	overflow:auto;
	scrollbar-base-color:#7FBCFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	line-height:180%;
}
div#contents .contents_box .main_box dl#new_body dt{
	float:left;
	clear:both;
	background:url(../img/arrow01.gif) no-repeat 0% 20%;
	padding: 0 15px 10px 18px;
	margin-bottom:10px;
}
div#contents .contents_box .main_box dl#new_body dd{
	border-bottom:1px dashed #FFFFFF;
	padding:0 0 10px 0;
	margin-bottom:10px;
}

/*pv
-------------------------------*/
div#contents .contents_box .main_box #pv_box{
	float:right;
	margin-right:15px;
}
div#contents .contents_box .main_box #pv_box #pv_body{
	background:url(../img/pv_back.gif) no-repeat top center;
	width:276px;
	height:196px;
	padding:7px;
}
h2#title_03{
	width:290px;
	height:40px;
	background:url(../img/title_pv.png) no-repeat;
	margin-bottom:15px;
}

/*contact
-------------------------------*/
h2#title_04{
	width:215px;
	height:40px;
	background:url(../img/title_contact.png) no-repeat;
	margin-bottom:15px;
}
div#contents .contents_box #sub_box #sub_body{
	background:url(../img/contact_back.gif) no-repeat top center;
	width:215px;
	height:210px;
	position:relative;
}
div#contents .contents_box #sub_box #sub_body #mail_img{
	position:absolute;
	bottom:10px;
	left:15px;
}


/*
footer-----------------------------------------------------*/
div#footer{
	clear:both;
	width:860px;
	padding:15px 0 0 0;
}
div#footer p.copy{
	text-align:right;
	padding:15px 10px 15px 0;
	border-top:1px solid #1D1D1D;
}

/*
Schedule-----------------------------------------------------*/

ul#schedulearea{
	background:url(../img/top_schedulearea_back.png) no-repeat 0 0;
	position: absolute;
	left: 100px;
	top: 505px;
	width:380px;
	height:35px;
	padding:30px 75px 0 95px;
}

ul#schedulearea li{
	font-size:120%;
	font-weight:bold;
}

div.rss_button{
	position:absolute;
	left: 590px;
	top: 532px;
}
