@charset "shift_jis";

/* ------------------------------------------- CSS Information
 File Name:      top.css
 Style Info:     トップのレイアウト
----------------------------------------------------------- */

/* ----------------------- レイアウト */
#wrap{
	background-color: #212121;
	width: 100%;
	}
 
#header{
	position:relative; 
	height:80px; 
	background-color:#212121; 
	margin: 0 auto;
	width:900px; 
	} 

#header h1 a {
	float: left;
	height:40px;
	width: 250px;
	padding:0;
	margin: 20px;
	background:url(../imgs/logomain.gif) no-repeat;
	text-indent: -89823px;
	cursor: pointer;
}
#header a {  
     color: #fff;  
} 

#header ul.comlink{
	position:relative;
	font-size: 0.85em;
	text-align:right;
	margin:0;
	display:block;
	top:15px;
	right:5px;
	color: #fff;
}
#header ul.comlink li{
	display:inline;
	padding-right: 20px;
	color: #fff;
}



/* トップの画像スライダー部分 */
#topimgbox{
	background: url(../imgs/homebg.jpg) repeat-x;
	width: 100%;
	}

#topimgbox #boxwrap{
	text-align:left;
	width: 896px;
	margin:0 auto;
	} 

#topimgbox #boxwrap #leftbox{
	width:540px; 
	float:left; 
	position:relative; 
	background-color:#000; 
	} 

#topimgbox #boxwrap #rightbox{
	width:356px; 
	float:right; 
	position:relative; 
	background-color:#eee; 
	} 
	
/* ナビゲーション */
#topimgbox #topnav{
	text-align:left;
	width: 896px;
	height: 70px;
	margin:0 auto;
	background-color: #fff;
	padding-bottom: 20px;
	} 
		#topimgbox #topnav ul.menu {
		   margin:0;
		   padding:0;
		}
		#topimgbox #topnav ul.menu li{
			float : left ;
		}
		/* モダンブラウザ（Firefox Opera Safari）対策 */
		ul.menu:after{
		   content:".";
		   display:block;
		   height:0;
		   clear:both;
		   visibility:hidden;
		   font-size:0;
		}
		
		/* Win版IE7とMac版IE5対策 */
		ul.menu{
		   display:inline-block;
		}
		
		/* Win版IE5および6対策 */
		/* Hides from IE-mac \*/
		* html ul.menu{
		   height:1px;
		}
		
		ul.menu{
		   display:block;
		}
		/* End hide from IE-mac */
		
		#topimgbox #topnav ul.menu li a {
		   display: block;
		   width: 112px;
		   height: 70px;
		   margin:0;
		   padding:0;
		}





/* 下側 */
#pagewidth{ 
	text-align:left;
	width: 900px;
	margin:0 auto;
	padding-bottom: 60px;
	} 
/* 左側 */
#leftcol{
	width:300px; 
	float:left; 
	position:relative; 
	background-color:#fff; 
	}	
	#topprd{
	width: 300px;
	height: 260px;
	margin: 10px 0; 
	}
	#topprd li a{
	display : block ;
	height: 40px;
	text-align: left;
	text-decoration: none;
	padding: 5px 10px 0 155px;
	font-size: 0.85em;
	line-height: 1.2em;
	margin-bottom: 5px;
	}
	#topprd li.lls a{
	background: url(../imgs/prdmenu-lls.gif) no-repeat;
	}#topprd li.lls a:hover{
	background: url(../imgs/prdmenu-lls_o.gif) no-repeat;
	}
	#topprd li.ac240 a{
	background: url(../imgs/prdmenu-ac240.gif) no-repeat;
	}#topprd li.ac240 a:hover{
	background: url(../imgs/prdmenu-ac240_o.gif) no-repeat;
	}
	#topprd li.dp a{
	background: url(../imgs/prdmenu-dp.gif) no-repeat;
	}#topprd li.dp a:hover{
	background: url(../imgs/prdmenu-dp_o.gif) no-repeat;
	}	
	#topprd li.gr a{
	background: url(../imgs/prdmenu-gr.gif) no-repeat;
	}#topprd li.gr a:hover{
	background: url(../imgs/prdmenu-gr_o.gif) no-repeat;
	}
	#topprd li.xfp a{
	background: url(../imgs/prdmenu-xfp.gif) no-repeat;
	}#topprd li.xfp a:hover{
	background: url(../imgs/prdmenu-xfp_o.gif) no-repeat;
	}	
	#topprd li.xfc a{
	background: url(../imgs/prdmenu-xfc.gif) no-repeat;
	}#topprd li.xfc a:hover{
	background: url(../imgs/prdmenu-xfc_o.gif) no-repeat;
	}
 
#twocols{
	width:598px; 
	float:right; 
	position:relative; 
	}


/* 右側バナー */
#rightcol{
	width:240px; 
	float:right; 

	background-color:#fff;
	}
#rightcol p.banabox{
	margin: 10px;
	}

/* 中心-更新情報 */
#maincol{
	width:356px; 
	float: left; 
	display:inline; 
	position: relative; 
	_overflow:hidden;
	}
#maincol p.newsttl{
	margin: 10px 20px;
	}


/* フッター */
#footer{
	width: 100%;
	margin: 0 auto;
	height: 90px; 
	font-size: 0.85em;
	color: #fff;
	background-color:#212121; 
	clear:both;
	}
	#footer ul.bottomlink{
	padding-top: 25px;
	text-align:center;
	margin:0;
	display:block;
	color: #fff;
	}
	#footer ul.bottomlink li{
	display:inline;
	padding: 0 10px;	
	}
	#footer a { 
    color: #fff;
    } 
    #footer .copy{
	text-align: center;
    }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 

