@charset "utf-8";
/* CSS Document */
/*リセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
	} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
	} 
fieldset,img {  
	border:0; 
	} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	} 
ol,ul { 
	list-style:none; 
	} 
caption,th { 
	text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr,acronym { border:0; 
	} 
	
	

/*全体*/
.clear{
	clear:both;
	}
	
#container{
	width:840px;
	margin:0 auto;
	}
	
a:link {
	color: #5e7077;
	text-decoration: none;
}

a:visited {
	color: #6B8087;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;
}


	
/*ヘッダー*/	
div#header{
	border-top:#026BB3 solid 4px;
	width:840px;
	}

h1{
	float:left;
	width:772px;
	height:50px;
	margin:0px;
	}

	
.emecha{
	float:right;
	width:68px;
	height:50px;
	}


/*テキストリンク*/
#footMenu {
	font-size: 10px;
	color: #5e7077;
	background: #f7f8f9 center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:3px 0;
	text-align:center;
	margin:10px 0;
}
	
#footMenu a:link {
	color: #5e7077;
	text-decoration: none;
}
#footMenu a:visited {
	color: #6B8087;
	text-decoration: none;
}
#footMenu a:hover {
	color: #0099CC;
	text-decoration: none;
}


/*フッター*/
div#footer{
	clear:both;
	margin-top:8px;
	font-size:10px;
	color:#999999;
	background:url(../img/logo_footer.gif) no-repeat top left;
	padding-left:85px;
	padding-bottom:6px;
	border-bottom:#026BB3 solid 4px;
	}