@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;}

/* 外枠 */
#home-flash { width:100%; min-width:850px; text-align:center; background:url(../images/home-flash-bg.gif) bottom repeat-x;}
	#flash {width:850px; height:430px; overflow:hidden; margin:0 auto;}
	#flash h1 {width:850px; height:430px; overflow:hidden; margin:0; padding:0;}

#home-contents { width:100%; min-width:850px; min-height:150px; text-align:center; background:#000038; padding: 0 0 25px 0;}
	#home-contents-inner {width:830px; overflow:hidden; margin:0 auto;background:#000038;}

#home-about { float:right; width:460px; padding:25px 0 0 0; text-align:left;}
	#home-about h2 { margin:0; padding:0; width:455px; height:36px; overflow:hidden; background:url(../images/home-about-on.gif) no-repeat top; border-bottom:2px solid #FFF;}
		#home-about a img {filter: alpha(opacity=100); -moz-opacity:1.00; opacity:1.00;}
				#home-about a:hover img {filter: alpha(opacity=0); -moz-opacity:0; opacity:0;}
	#home-about p { margin:0; padding:8px; font-size:12px; line-height:18px; text-align:left; color:#FFF; background:#000038;}

#home-menu { float:left; width:180px;}
	#home-menu ul { display:block; margin:0; padding:0; width:180px; height:150px; overflow:hidden; list-style:none; background:url(../images/home-menu.gif) no-repeat top;}
		#home-menu li {display:block; width:180px; height:30px; overflow:hidden;}
	#home-menu a img {filter: alpha(opacity=100); -moz-opacity:1.00; opacity:1.00;}
				#home-menu a:hover img {filter: alpha(opacity=0); -moz-opacity:0; opacity:0;}

#home-note { clear:both; text-align:right; padding:16px 0 0 0; clear:both;}
	#home-note table { background:#000;width:460px; margin:0 0 0 auto; border:1px solid #333;}
	#home-note td { color:#FFF; font-size:10px; line-height:14px; padding:4px 8px; text-align:left;}

#home-footer { width:100%; min-width:850px; text-align:center;}
	#home-footer table { width:800px; margin:0 auto; }
	#home-footer table th { text-align:left;}
	#home-footer table td { text-align:right; padding:20px; font-size:12px; line-height:20px;}
		#home-footer table td a { padding:0 4px;  font-size:10px; color:#666; text-decoration:none;}
		#home-footer table td a:hover { color:#AE0000; text-decoration: underline;}

/* ヘッダー・メニュー・フッター・パンくず */

/* 共通要素 */
.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;}
.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;}