@charset "UTF-8";
html {margin:0; padding:0; width:100%;}
body {margin:0; padding:0; color:#333; font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; background:#FFF;}
img { border:none;}

/* 外枠 */
#layout {width:100%; text-align:center;}
	#layout-inner {width:750px; margin:0 auto; padding:10px 0 0 0; }

/* ヘッダー・メニュー・フッター・パンくず */
#header {width:100%; height:215px; text-align:center; background:url(../images/header-bg.jpg) repeat-x top;}
	.bgclouds {width:100%;height:215px; overflow:hidden; background:url(../images/bgclouds.png); background-position:bottom;}
	#header h1 { margin:0; padding:0;}
	#header p { margin:0; padding:0;}

#menu { width:100%; height:50px; overflow:hidden; background:url(../images/menu-bg.jpg) repeat-x top;}
	#menu table { width:750px; height:50px; margin:0 auto; background:url(../images/menu.jpg) }
		#menu a img {filter: alpha(opacity=100); -moz-opacity:1.00; opacity:1.00; }
			#menu a:hover img {filter: alpha(opacity=0); -moz-opacity:0; opacity:0;}
			#menu strong img {filter: alpha(opacity=0); -moz-opacity:0; opacity:0;}

#footer {width:100%; text-align:center; background:url(../images/footer-bg.jpg) repeat-x top; clear:both; padding:15px 0;}
	#footer p { width:750px; margin:0 auto; padding:0; font-size:10px; line-height:18px; color:#666; text-align:center; }


/* 共通要素 */
.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:#6464F8;}
.red { color:#660002;}
.orange { color:#FF6600;}
.purple { color:#6812CD;}
.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;}
