@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%;vertical-align:baseline;background:transparent;}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;background:transparent}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:12px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif; color:#333;}
img { border:none;}

a{ color:#12C;}
	a:hover{color:#609;}

/* 外枠 */
#layout {width:100%; text-align:center;}
#contents { width:790px; text-align:left; margin:0 auto; padding:0;}

/* ヘッダー・メニュー・フッター・パンくず */
#header {width:100%; text-align:center; background: url(../images/header-menu-bg.jpg) bottom repeat-x;}
	#header-inner { width:790px; margin:0 auto; text-align:left;}
	#header table { margin:0 auto;}
	#header-navi { vertical-align:top; font-size:10px; text-align:right; width:240px; padding:0 0 0 5px; font-weight:normal;}
		#header-link { text-align:right; padding:5px 0 0 0;}
			#header-link a { text-decoration:none; color:#333; background: url(../images/pt1.gif) no-repeat; padding:0 0 0 24px; background-position:12px 2px;}
				#header-link a:hover { text-decoration: underline; color:#0A4FA0;}
		#header-search { padding:10px 0 0 0;}
			#header-search div { margin:0; padding:0; height:30px; overflow: hidden;}
	
#menu { width:100%; text-align:center;}
	#menu table { width:790px; margin:0 auto; } 
	
.sub-footer { clear:both; width:100%; background:url(../images/subfooter-bg.gif) repeat-x top #F8F8F8; border-top:1px solid #CCC;}
	.sub-footer table { width:790px; margin:0 auto; }
		.sub-footer th { padding:4px 0 4px 20px; font-size:10px; text-align:left;}
			.sub-footer th a { background:url(../images/pt2.gif) no-repeat left; padding:0 0 0 16px;}
				.sub-footer th a:hover { background-image:url(../images/pt2-bg.gif);}
		.sub-footer td { padding:4px 0 12px 20px; font-size:10px;}
	.sub-footer a { text-decoration:none; color:#333;}
		.sub-footer a:hover { text-decoration: underline; color:#0A4FA0;}

#footer { clear:both; padding:20px 0 20px 0; background:url(../images/footer-bg.jpg) repeat-x top; text-align:center;}
	#footer table { width:790px; margin:0 auto; }
	#footer th { font-size:10px; vertical-align:middle; text-align:left;}
	#footer td { font-size:10px; vertical-align:middle; text-align:left; white-space:nowrap;}

.gotop { width:100%; padding:16px 0; clear:both;}
	.gotop p { font-size:10px; text-align:right; padding:0 30px;}
		.gotop p a { color:#999; text-decoration:none;}
		.gotop p a:hover { color:#0A4FA0; 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:#3076A7;}
.red {
	color: #EE0000;
}
.orange { color:#FF9900;}
.purple { color:#6812CD;}
.green { color:#0AB600;}
.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;}
.btn {}
