@charset "utf-8";

/* =============================================
1.common
============================================= */
@import "SEOmenu.css";

body{background-color: #FFF;font-size:12px; margin:0; padding:0;}

a { color:#FF9900;}
a:link { color:#FF9900;}
a:visited { color:#FF9900;}
a:hover, a:focus, a:active { color:#FF9900;}
img {border: 0;vertical-align: bottom;}
html{overflow-y: scroll;}

/* =============================================
2.
============================================= */
#WrapBody{ background:url(images/bg.gif) left top repeat-x;}
#PageBody, #Index-PageBody{width:830px; margin:0 auto; height:100%;}
#HeadBody{ height:80px;}

/* =============================================
3.header
============================================= */
#Logo {padding:28px 0 0 0; float:left;}
#LogoPane { float:right;}
#Logo h1{ font-size:12px; width:260px;}

/* =============================================
5.content
============================================= */
#Main {clear:both;}

#Navi { float:left; width:215px; }

#content{ float:right; width:600px; background: url(images/contents_bg.gif) top left repeat-y;
 margin-bottom:30px; line-height: normal; padding:0px;}
#content .content-top{ background: url(images/contents_top.gif) left top no-repeat;}
#content .content-bottom{ background: url(images/contents_bottom.gif) left bottom no-repeat;padding-bottom:10px;}
#PageBody .ContentPane { padding:10px 10px 0 10px; line-height:1.6em;}
#Index-PageBody .ContentPane { padding:0; float:right; width:600px; line-height:1.6em; }
.SEOMenuV {
	padding-bottom:65px;
	background: url(images/btn_line.gif) bottom left no-repeat;
	}
/* =============================================
7.footer
============================================= */
#FootBody { clear: both;border-top: #CCCCCC solid 1px; margin-top:20px; height:100px;}
#FootPage { width:830px; margin:0 auto; padding:10px 0 0 0;}
.FootPane { font-style: normal; color:#666666; float:left;}
.Copyright { float:right; font-size:11px; color:#666666;}


