@charset "shift_jis";

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

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

#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 {
	width: 100%;
	background: url(../imgs/bg-pagesmenu.gif) repeat-x;
	} 
		#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;
		   overflow: hidden;
		}





/* 下側 */
#pagewidth{ 
	text-align:left;
	width: 900px;
	margin:0 auto;
	padding-bottom: 50px;
	} 
/* 左側 */
#leftcol{
	width:658px; 
	float:left; 
	position:relative; 
	background-color:#fff; 
	}	
	#leftcol h2{
	font-size: 2em;
	padding: 40px 0 50px 20px;
	}
	#leftcol .bordergray{
	font-size: 0;
	width: 648px;
	height: 10px;
	background-color: #e8e8e8;
	}
	.imgtext{
	padding: 40px 0 30px 20px;
	}
	.cometext01{
	padding: 10px 20px;
	line-height: 2em;
	}


/* 右側 */
#rightcol{
	width:240px; 
	float:right; 
	background-color:#fff;
	}
	/* パンくず */
	#rightcol .pannav{
	display: block;
	font-size: 0.8em;
	width: 220px;
	padding: 90px 0 0 10px;
	}
	#rightcol .pangray{
	font-size: 0;
	width: 220px;
	height: 10px;
	margin-left: 10px;
	background-color: #e8e8e8;
	}
	/* バナー用 */
	#rightcol p.banabox{
	margin: 10px;
	}
	/* サブメニュー用 */
	#rightcol ul.subnavi{
	width: 220px;
	margin: 0 10px;
	}
	#rightcol ul.subnavi li{
	width: 220px;
	height: 50px;
	background-repeat : no-repeat ;
    background-position : top center ;
    background-image: url(../imgs/submenu-bg.gif);
	}
	#rightcol ul.subnavi li a{
	display: block;
	text-align: left;
	padding: 15px 0 0 40px;	
	}
	#rightcol ul.subnavi li a:hover{
    background-image : url(../imgs/submenu-bg_o.gif) ;
	}
	#rightcol ul.subnavi li a.point{
    background-image : url(../imgs/submenu-bg_o.gif) ;
    color: #333;
	}


/* フッター */
#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;
    }
 

div#pagetop {
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 5px 0;
}





 
 /* *** 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 */  


 










