/* ===== 見出しフォント ===== */
h1      	   { font-size: 12px; color: #666666; font-weight: normal; margin: 0px; padding: 0px; font-family: "MS UI Gothic", Osaka, sans-serif }
h2      	   { font-size: 12px; color: #211C73; font-weight: normal; margin: 0px; padding: 0px; font-family: "MS UI Gothic", Osaka, sans-serif }
h3      	   { font-size: 12px; color: #333333; font-weight: normal; margin: 0px; padding: 0px; font-family: "MS UI Gothic", Osaka, sans-serif }


/* ===== フォント ===== */
.f11         { font-size: 11px; color: #333333; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f12         { font-size: 12px; color: #333333; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f12w         { font-size: 12px; color: #FFFFFF; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f14         { font-size: 14px; color: #333333; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.fpan         { font-size: 12px; color: #666666; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }


/* ===== リンク ===== */
A:link {color:#333333; text-decoration: underline; }
A:visited {color:#333333; text-decoration: underline; }
A:hover	{color:#00BAF2; text-decoration: underline; }
A:active {color:#333333; text-decoration: underline; }

}

/********************************************************************** ロゴ **/
div.logoArea{
	float:left;
	width:200px;
}

div.logoArea img{margin:8px 0 10px 10px;}

/** |04.Footer Section| ****************************************************************** START **/
div.footArea{
	width:770px;/*変更*/
	margin:30px 0 0 0;
	padding:16px 0;
	border-top:1px solid #E2E2E2;
	border-bottom:3px solid #006DB8;
}

/************************************************************** コピーライト **/
p.copyright{
	float:right;
	width:348px;
	padding:2px 0 0 0;
	color:#9B9B9B;
	font-size:11px;/*変更*/
	text-align:right;
}
