@charset "shift_jis";

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

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

#header h1 {
	float: left;
	height:50px;
	width: 290px;
	padding:0;
	margin: 5px 0 10px 10px;
	background:url(../imgs/logomain.gif) no-repeat;
	text-indent: -89823px;
	cursor: pointer;
}
#header h2 {
	font-size: 0.8em;
	margin:10px 10px 0 10px;
	padding: 0;
}
#header a {  
     color: #333;  
} 

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



/* トップの画像部分 */
#topimgbox{
	width: 100%;
	}

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

#topimgbox #boxwrap p{
	text-align:left;
	margin:10px;
	} 


/* ナビゲーション */
#topimgbox #topnav{
	margin:0 auto;
	padding-bottom: 0px;
	} 
		#topimgbox #topnav ul.menu {
			width: 900px;
			height: 45px;
			background: url(../imgs/menu-bg.gif) no-repeat;
			margin:0 auto;
			padding-bottom: 5px;
		}
		#topimgbox #topnav ul.menu li{
			float : left ;
			padding: 5px 0 0 30px;
		}
		/* モダンブラウザ（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;
		}
		* html ul.menu li{
			display: inline;
			width: 1px;
		}
		ul.menu{
		   display:block;
		}
		/* End hide from IE-mac */
		
		#topimgbox #topnav ul.menu li a {
		   display: block;
		   height: 45px;
		   margin:0;
		   padding:0;
		}





/* 下側 */
#pagewidth{ 
	text-align:left;
	width: 900px;
	margin:0 auto;
	padding-bottom: 60px;
	} 
div#pagewidth:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* 左側 */
#leftcol{
	width:650px; 
	float:left; 
	position:relative; 
	margin-top: 10px;
	}	
#leftcol p.sttl{
	width: 640px;
	height: 30px;
	background: url(../imgs/sttl-bg01.gif) top no-repeat;
	background-position: 0;
	margin: 0;
	padding-left: 20px;
	line-height: 2.2em;
	font-weight: bold;
	}


/* 右側バナー */
#rightcol{
	width:250px; 
	float:right; 
	margin-top: 10px;
	clear: right;
	}
#rightcol p.banabox{
	margin: 0 0 10px 10px;
	}
#rightcol p.riyu{
	width: 240px;
	height: 70px;
	background: url(../imgs/bana-riyu.gif) top no-repeat;
	background-position: 0;
	margin: 0 0 10px 10px;
	}
#rightcol .comeriyu {
	display: block;
	padding: 30px 10px 5px 10px;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #333!important; 
	}
#rightcol .comeriyu a {
	display: block;
	width: 240px;
	height: 70px;
	color: #333!important; 
	text-decoration: none;
	}
	
/* フッター */
#footer{
	width: 100%;
	margin: 0 auto;
	height: 90px; 
	font-size: 0.85em;
	color: #333;
	background-color:#fff; 
	clear:both;
	}
	#footer ul.bottomlink{
	padding-top: 15px;
	text-align:center;
	margin:0;
	display:block;
	color: #333;
	}
	#footer ul.bottomlink li{
	display:inline;
	padding: 0 10px;	
	}
	#footer a { 
    color: #333;
    } 
    #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 */  


 
