@charset "UTF-8";

html {margin:0; padding:0; width:100%;}
/* body {margin:0; padding:0;font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;} */
body {margin:0; padding:0;font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;}

/* 外枠 */
#layout { width:100%; min-width:860px; text-align:center;background: url(../images/bg.jpg) repeat-x top; text-align:center;}
	#layout-inner { width:860px; margin:0 auto;}

/* ヘッダー・メニュー・フッター・パンくず */
#header {width:860px; margin:0 auto;}
	#header p { display:block; width:840px; height:40px; margin:0 auto; padding:20px 10px 16px 10px; overflow:hidden; text-align:right; font-size:12px; line-height:40px;}
	#header-logo { float:left;}
	#header-navi a { color:#000; text-decoration:none; padding:0 5px 0 20px; background:url(../images/header-navi.gif) no-repeat left;}
		#header-navi a:hover { color:#0071BB;}

#header-menu { width:100%; text-align:center; padding:0 0 10px 0; background:url(../images/header-menu.png) no-repeat bottom; } 
	#header-menu table { margin:0 auto; width:840px;}
		#header-menu td { text-align:center; font-size:12px; line-height:45px; letter-spacing:2px; height:46px; overflow:hidden;}
			#header-menu td a { color:#000;display:block; width:138px; margin:0 1px; height:45px; text-decoration:none; font-weight:bold;}
			#header-menu td a:hover { height:42px; border-bottom:3px solid #0071BB;}
			#header-menu strong a {height:42px; border-bottom:3px solid #0071BB;}

#footer { width:100%; text-align:center; background:url(../images/footer-bg.jpg) repeat-x top; padding:24px 0 18px 0; clear:both;}
	#footer table { width:854px; margin:0 auto;}
	#footer-navi { text-align:left; font-size:10px; line-height:16px;color:#999; vertical-align:bottom;}
		#footer-navi a { color:#999; padding:0 8px; text-decoration:none;vertical-align:top;}
		#footer-navi a:hover { color:#0071BB; text-decoration:underline;}
	#footer-copyright { text-align:left;  font-size:10px; line-height:16px; color:#0071BB; font-family:Arial, Helvetica, sans-serif; padding:0 0 0 8px;} 
	#footer-gotop {line-height:24px; text-align:center; color:#999; font-size:12px; letter-spacing:1px; width:50%;}
		#footer-gotop a { float:right; margin: 0 8px 0 0; display:block; width:175px; height:24px; color:#999; background:#EEE url(../images/bg-strp-h.gif); text-decoration:none;}
		#footer-gotop a:hover { color:#0071BB;}

/* 共通要素 */
.cb { height:1px; display:block; clear:both; font-size:1px; line-height:1px; overflow:hidden; width:100%;}
.f10 { font-size:10px;}
.f12 { font-size:12px;}
.f14 { font-size:14px;}
.f16 { font-size:16px;}
.f18 { font-size:18px;}
.f20 { font-size:20px;}
.f22 { font-size:22px;}
.f24 { font-size:24px;}
.f28 { font-size:28px;}
.blue { color:#0071BB;}
.red { color:#F00;}
.orange { color:#FF6600;}
.tac { text-align:center;}
.tar { text-align:right;}
.tal { text-align:left;}
.fb { font-weight:bold;}
.fr { float:right;}
.fl { float:left;}
.fg { font-family:Arial, Helvetica, sans-serif;}
