@charset "utf-8";

/*---20120702--index_onlyスタイル----*/
/*---全体----*/
body#index{
	background-color:#000;
	}

#index #wrap{/*IE8*/
	width:880px;
	margin:0px auto 40px;
	background-color:#000;
	}

#index #wrap,  x:-moz-any-link, x:default  { margin-top:-40px; }/*firefox3以上ハック*/
*:first-child+html #index #wrap { margin-top:0px; }/*IE7ハック*/

/*---左コンテンツ----*/
#index #contents{
	width:605px;
	margin:0px 10px 0px 0px;
	float:left;
	}

#index #index_header{
	width:605px;
	margin:0px 0px 20px 0px;
	}

#index #index_header h1{
	font-size:9px;
	text-align:left;
	padding:5px 0px 10px 0px;
	color:#fff;
	}

#index #index_header h2{
	font-size:14px;
	text-align:left;
	padding:0px;
	color:#fff;
	}

#index #index_header h2 a{
	color:#fff;
	text-decoration:none;
	}

#index #index_header h2 a:hover{
	color:#f60;
	text-decoration:none;
	}

#index #main_visual{
	background-image:url(../img/main.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:625px;
	height:470px;
	text-indent:-9999px;
	color:#000;
	font-size:1px;
	}

#index #concept{
	width:605px;
	margin-bottom:20px;
	}

#index #concept h3{
	background-image:url(../img/index02.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:439px;
	height:35px;
	text-indent:-9999px;
	color:#000;
	font-size:1px;
	text-align:left;
	}

#index #concept p{
	font-size:13px;
	text-align:left;
	padding:0px;
	color:#fff;
	}

#index #index_newsbox{
	width:605px;
	}

#index #index_newsbox h4{
	background-image:url(../img/top_parts_14.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:469px;
	height:33px;
	text-indent:-9999px;
	color:#000;
	font-size:1px;
	text-align:left;
	margin-bottom:10px;
	}

#index #index_newsbox dl.news_account{
	width:470px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-color:#999;
	padding:5px 0px 5px 0px;
	}

#index #index_newsbox dl.news_account dt{
	float:left;
	font-size:12px;
	text-align:left;
	width:100px;
	color:#fff;
	}

#index #index_newsbox dl.news_account dd{
	float:left;
	font-size:12px;
	text-align:left;
	width:370px;
	}

#index #index_newsbox dl.news_account dd a{
	text-decoration:none;
	}

/*---右コンテンツ----*/
#index #index_rightcontents{
	width:265px;
	float:left;
	margin:0px;
	padding:0px;
	}

#index #index_rightcontents #navigation_top{
	width:265px;
	height:388px;
	background-image:url(../img/TOP202003.png);
	backgruond-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	color:#000;
	text-indent:-9999px;
	font-size:1px;
	}

#index #index_rightcontents #navigation_list{
	width:265px;
	#background-image:url(../img/nav_repeatbk.jpg);
	backgruond-repeat:repeat-y;
	text-align:center;
	margin:0px;
	padding:0px;
	}

#index #index_rightcontents #navigation_list ul#navi{
	margin:10px auto 0px;
	width:260px;
	}

#index #index_rightcontents #navigation_list ul#navi li{
	margin-bottom:1px;
	}

#index #index_rightcontents #navigation_bottom{
	width:265px;
	height:5px;
	#background-image:url(../img/nav_bottombk.jpg);
	backgruond-repeat:no-repeat;
	text-align:center;
	margin:0px;
	padding:0px;
	}

/*---footerindexonly----*/
#index #footer_contents{
	width:880px;
	background-color:#000;
	margin:20px auto 0px;
	font-size:11px;
	color:#fff;
	}

#index #footer_contents #footer_menu ul{
	width:600px;
	margin:0px auto 0px;
	}

#index #footer_contents #footer_menu li{
	float:left;
	}

/*---解除----*/
/* clearfix
-------------------------------- */
.clearfix:after {  
     visibility: hidden;  
     display: block;  
     font-size: 0;  
     content: " ";  
     clear: both;  
     height: 0;  
     }  
 * html .clearfix             { zoom: 1; } /* IE6 */  
 *:first-child+html .clearfix { zoom: 1; } /* IE7 */  
