@charset "UTF-8";
/* CSS Reset */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%;-webkit-text-size-adjust:100%;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}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}


/* Common */
html {width:100%;}
body { font:14px Helvetica,Arial,Sans-Serif; color:#333; background:#F1F6F4; width:100%; text-align:center;}
img { border:none; vertical-align:middle;}
a{ color:#12C;}
	a:hover{color:#273E52;}

/* layout */
#layout {width:100%; text-align:center; background: url(../images/layout.jpg) repeat-x top;}
	#contents { width:100%; min-width:900px; margin:0 auto; text-align:center; background: url(../images/contents.jpg) no-repeat top;}

header { width:900px; margin:0 auto; padding:0 30px; text-align:center;}
	header table { width:900px; margin:0 auto;}
		header th { padding:0; text-align:left; vertical-align:bottom;}
		header th h1 { display:block; width:100%; padding:4px 0; line-height:16px; font-size:12px; margin:0; color:#EEE; font-weight:normal;}
		header td { width:200px; padding:0;text-align:right; vertical-align:bottom;}

.fixed { width:100%; text-align:center; position: fixed; z-index:10000; top:0; padding:0 0 20px 0; background:url(../images/fixed.png) repeat-x bottom;}
	.fixed nav { background:url(../images/layout.jpg) repeat-x; background-position:top;}

nav { width:100%; padding:0; text-align:center;}
	nav table { width:900px; margin:0 auto; border-collapse:collapse;}
	nav td { text-align:center;}

#navi { height:50px;}
.anchor {  display: block; height: 60px; margin-top: -60px; visibility:hidden;}

footer {width:100%; min-width:960px; text-align:center; padding:30px 0; clear:both; background:#00ACE4; }
	footer table { width:960px; margin:0 auto; font-size:14px; }
		footer th {padding:0 30px; font-size:14px; text-align:left; font-weight:normal; line-height:1.5em;}
			footer th .fg { font-size:12px; color:#555;}
		footer td { padding:0 30px; font-size:14px; text-align:right;}
			footer td img { padding:2px 0; vertical-align:top;}
	
.cb { height:1px; display:block; clear:both; font-size:1px; line-height:1px; overflow:hidden; width:100%;}
.f10 { font-size:10px;}
.f11 { font-size:11px;}
.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:#6EA9C1;}
.navy { color:#151E3E;}
.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 {}