@import url(reset_all.css);

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background: #ffffff; }

    
a { color: #333333; }
a:hover { color: #006BB3; }

#site { margin: 0 auto; width: 1100px; /*border-right: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; border-left: 1px solid #E6E6E6;*/ }

#header { float: left; display: inline; padding: 15px 30px 0 30px; width: 1040px; /*1050px*/ height: 45px; /*60px*/ }

#logo-wrapper { float: left; display: inline; }
#logo { width: 164px; height: 34px; position: relative; }
#logo span { background: url(../img/logo.gif) no-repeat; position: absolute; width: 100%; height: 100%; }

#sub-header { float: right; display: inline; padding: 2px 0 0 0; }
	#sub-header h3 { text-align: right; font-weight: bold; line-height: 2.1em; }
	#sub-header h3 span { font-size: 10px; font-weight: normal; } 

#nav-wrapper { float: left; display: inline; padding: 15px 30px 0 30px; width: 1040px; /*1050px*/ height: 29px; border-bottom: 1px solid #E6E6E6; }

#nav { float: left; display: inline; }
	#nav li { float: left; padding: 0 30px 0 0; line-height: 1.2em; }
	#nav a { text-decoration: none; }
	#nav a.active { color:#006BB3; }
	
#subnav-wrapper { float: left; display: inline; padding: 15px 30px 0 30px; width: 1040px; /*1050px*/ height: 29px;}
	#subnav { float: left; display: inline; }
	#subnav li { float: left; padding: 0 10px 0 0; line-height: 1.2em; }
	#subnav a { text-decoration: none; }
	#subnav a.active { color: #006BB3; text-decoration: underline;}

#contact-link { float: right; display: inline; }
	#contact-link a { text-decoration: none; line-height: 1.2em; }

#content-wrapper { float: left; display: inline; padding: 40px 0 20px 0; width: 1100px; min-height: 620px; /* background: url(../img/content_bg.gif) left repeat-y; */ }

#content { float: right; display: inline; width: 1100px; }

#content p { font-family: Arial, Helvetica, sans-serif; padding: 0 0 10px 0; line-height: 1.5em; font-size: 13px;}

#content p span { font-family: Arial, Helvetica, sans-serif; padding: 0 0 15px 0; line-height: 1.5em; font-size: 13px; color: #666666}

#content h1 { font-size: 13px; color: #006BB3; font-weight: bold; line-height: 1.5em; padding: 0 0 10px 0;}

#content h2 { font-size: 13px; color: #006BB3; font-weight: bold; line-height: 1.5em; padding: 15px 0 10px 0;}


#content h4 { font-size: 13px; color: #000000; font-weight: bold; line-height: 1.5em; padding: 0 0 10px 0;}

#content h5 { font-size: 13px; color: #000000; font-weight: bold; line-height: 1.5em; padding: 15px 0 10px 0;}

#content a.active { color: #006BB3; text-decoration: underline;}

#content-left { float: left; display: inline; padding: 5px 0 0 30px; width: 290px; /*320px*/ }

#content-right { float: right; display: inline; padding: 5px 30px 0 0; width: 290px; /*320px*/ }

#content-center { float: right; display: inline; padding: 5px 30px 0 0; width: 580px; /*320px*/ }


#content-all { float: left; display: inline; padding: 5px 0 0 30px; width: 1040px; border-top: 1px solid #E6E6E6; }



#aside { float: left; display: inline; padding: 0 10px 0 30px; width:  395px; /*435px*/}
	#aside h2 { color: #006BB3; line-height: 1.5em; }
	#aside h2.en { padding: 0 0 20px 0; font-weight: bold; font-size: 20px; }
	#aside h2.en span { font-weight: bold; color: #333333; font-size: 15px; }
	#aside h2.jp { font-weight: bold; font-size: 16px; }
	#aside h2.jp span { font-size: 15px; color: #333333; }
	


#footer { float: left; display: inline; padding: 20px 30px 0 30px; width: 1040px; /*1050px*/ height: 50px; border-top: 1px solid #E6E6E6; }
	
	#footer-left { float: left; display: inline;}
	#footer-right { float: right; display: inline;}

	
/* Misc. 
--------------------------------------------- */

.last { margin: 0; padding: 0; }

hr, .hide { display: none; }
	
a img { border: none; }

/* self-clear floats */

.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
