@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
	  
}

html {
	height: 100%;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:25px;
	color:#3a3a3a;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	height: 100%;
	 zoom:normal;	
	
}

.blue{
	color:#09f;
	}
.red{
	color:#C00;
	}

.size10{
	font-size: 10px;
	}
	
.size11{
	font-size: 11px;
	}
.size12{
	font-size: 12px;
	}
.size14{
	font-size: 14px;
	}
.size15{
	font-size:15px;
	}		
.size16{
	font-size: 16px;
	}


.float-clear{
	font-size:0px;
	color:#ffffff;
	clear:both;
}


a:link{
	color:#3a3a3a;
	text-decoration:underline;
}

a:hover{
	color:#0099ff;
	text-decoration:underline;
}


#container {
	width: 960px;
	height: 100%;
	background-color: #fff;

		
}

#header {
	height: 76px;
	
}


#mainmenu{
	width:960px;
	padding-bottom:10px;
	
}
	



#maincontent{
	width: 766px;
	float:left;	
	       
     
}

    


#sidecontents {
	width: 185px;
	float:right;

}
#footer {
	margin-top:10px;
	width:945px;
	border-top:solid 1px #bfbfbf;
}

#footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size:10px;
}

#frame
	{
		width:766px;
		margin-top:10px;		
		margin-bottom:30px;
	}
#bluelinebox
	{	width:764px;
		border-left:solid 1px #66ccff;
		border-right:solid 1px #66ccff;
	}
img.right
	{
		float:right;
	}
img.left
	{
		float:left;
	}	
	
.menucolor{
	background-color:#3399ff;
	color:#FFFFFF;	
	}	

/* 回り込み対策 */
.clear {
	 clear:both; 
	 }  
.clear hr {
	 display:none;
	  } 
/* ブラウザの違いによる画像のズレ対策 */

.vtop{	
 	vertical-align:top;
 	}
.vbottom{
	vertical-align:bottom;
 	
 	}	
.vmiddle{
	vertical-align:middle;
}
