@charset "UTF-8";
/* CSSリセット */html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/* 一般・共通設定 */
html {width:100%;}
body { font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif; color:#333; background:#FFF; width:100%; text-align:center;}
img { border:none;}
a{ color:#12C;}
	a:hover{color:#273E52;}

/* レイアウト */

#header {width:100%; text-align:center;}
	#header-inner {width:850px; padding:0 10px; margin:0 auto; background: url(../images/header-bg) no-repeat center top; text-align:left; }
	#header h1 { display:block; width:850px; height:16px; overflow:hidden; padding:2px 0; text-align:left; font-size:12px; line-height:16px; color:#666; font-weight: normal;}
	#header table { width:100%;}
	#header td { vertical-align:top;}
	#header td div { position:relative; height:1px; width:147px; text-align:left;}
	#header td ul { display:none; width:147px; margin:0; padding:0; list-style:none; position: absolute; z-index:100; background-color:#E7F0D8; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; z-index:10000;}
			#header td:hover ul { display:block;}
			#header td li { width:147px; display:block; float:none; padding:4px 0; margin:0; font-size:13px; line-height:15px; text-align:left;}
				#header td li a { display:block; width:127px; padding:4px 0 4px 20px; color:#004411; text-decoration:none; background:none;}
					#header td li a:hover {text-decoration: underline;background:url(../images/submenu.png) no-repeat left; background-color:#BDD59B;}

#layout {width:100%; text-align:center;}

#contents { width:820px; padding:20px 25px; margin:0 auto; text-align:left;}

#contact {width:100%; text-align:center; clear:both;}
	#contact p { text-align:center; padding:8px 0;}

#footer {width:100%; text-align:center; padding:100px 0 10px 0; background:url(../images/footer-bg.jpg) repeat-x top; }
	#footer table { width:870px; margin:0 auto;}
	#footer th { text-align:left; padding:0 10px; font-size:14px; line-height:18px; color:#333; vertical-align:bottom; font-weight: normal;}
		#footer th img { padding:8px 0;}
	#footer td { padding:4px 10px; font-size:14px; line-height:18px; color:#333; vertical-align:bottom;}
		#footer td .fg { font-size:12px; color:#999;}
		#footer td a { padding:4px 16px; color:#666; text-decoration:none; border:1px solid #AAA;line-height:22px;}
		#footer td a:hover { color:#003333;  border:1px solid #003333;}
		
.email { vertical-align:middle;}

.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;}
.f13 { 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;}
.f32 { font-size:32px;}
.f36 { font-size:36px;}
.blue { color:#00719F;}
.red { color:#CE0000;}
.orange { color:#FF9900;}
.purple { color:#6812CD;}
.green { color:#006737;}
.tac { text-align:center;}
.tar { text-align:right;}
.tal { text-align:left;}
.fb { font-weight:bold;}
.fbn { font-weight: normal;}
.fr { float:right;}
.fl { float:left;}
.fg { font-family:Arial, Helvetica, sans-serif;}
.iv { filter: alpha(opacity=0); -moz-opacity:0; opacity:0;}
.btn {}