@charset "utf-8";

/* generated by souei fukumoto */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	background-color: #f7f7f7;
	color:#333333;  
} 
 
#pagewidth{ 
 width:930px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

img{
  border:0px;
  }
ul,li{
  margin:0px;
  padding:0px;
  list-style:none;
  }  

a:link,a:visited{
  color:#333333;
  text-decoration:none;
  }
a:hover,a:active{
  color:#009999;
  text-decoration:none;
  }
h1{
	display:block;
	float:left;
	clear:both;
	width:930px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #666666;
	line-height: 20px;
	font-weight: lighter;
	margin: 0px;
  }

/* ヘッダーの詳細 */  
#header{
 position:relative; 
 width:100%;
} 
/*#top{
	display:block;
	float:left;
	clear:both;
	width:930px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #666666;
  }*/
.page-top{
	display:block;
	float:left;
	clear:both;
	width:930px;
	padding-bottom: 10px;
  } 
.menu-area{
	display:block;
	float:left;
	clear:both;
	width:928px;
	height: 46px;
	border: 1px solid #cfcfcf;
	background-color: #FFFFFF;
  }
.menu-area-in{
	padding-left: 68px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 46px;
   }
.menu-part{
	float:left;
	margin: 0px;
	padding: 0px;
	height: 46px;
   }
.menu-bottom{
	display:block;
	float:left;
	clear:both;
	width:930px;
	padding-bottom: 5px;
  }
.main-img{
	display:block;
	float:left;
	clear:both;
	width:930px;
  }


/* トップページの構成 */  
#wrapper{
	clear: both;
	float: left;
  }
#top-leftcol{
 width:0px; 
 float:left; 
 position:relative; 
 background-color:#BC1023; 
 }
 
#top-maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:930px; 
 }



/* 下層ページの構成 */  
#wrapper-sub{
	background-attachment: scroll;
	background-image: url(../images/wrap-line.gif);
	background-repeat: repeat-y;
	background-position: 237px 0px;
	clear: both;
	float: left;
  }
#leftcol{
	width:236px;
	float:left;
	position:relative;
 }
/* 下層左メニューの構成 */  
.menu-line{
  height:1px;
  padding:0px;
  margin:0px;
  }
.left-menu-style{
	padding-top:15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
.left-menu-style-top{
	padding-top:0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }

#moving-menu{
	width:236px;
	position:absolute;
	height: 530px;
	left: 0px;
	top: 0px;
	}

#maincol{
	float: right;
	display:inline;
	position: relative;
	width:680px;
	padding-left: 14px;
	min-height:530px;
 } 





/* フッターの詳細 */ 
#footer{
	clear:both;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
 } 
#to-pagetop{
	width:930px;
	text-align:right;
	font-size: 11px;
 } 
#foot-line{
	width:930px;
	clear:both;
 }
.foot-text{
	width:930px;
	clear:both;
	font-size:11px;
	text-align:left;
	line-height: 16px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
	}
.foot-text p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	}
.copyright{
	width:930px;
	clear:both;
	font-size:11px;
	text-align:left;
	line-height: 16px;
	margin-bottom: 15px;
	}

 
 /* *** 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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

