@charset "utf-8";

/*-----------------------------------------------------
Area Creation Co.,Ltd
main CSS
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #666;
	background: url(../img/en_bg_header.png) no-repeat center top;
	background-color: #F6F6F4;
	line-height: 180%;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

form,fieldset {
	margin:0;
	padding:0;
}

table,th,td {
	border-collapse:collapse;
}

th p,td p {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

img {
	border:none;
}

a {
	color: #59A6C4;
}

a:visited {
	color: #47859D;
}

a:link,a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------
Header
-----------------------------------------------------*/
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 880px;
	height: 285px;
	text-align: center;
}

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

#header #logo {
	position: absolute;
	top: 230px;
	left: 10px;
	width: 350px;
	height: 36px;
}

#header #logo a.logotitle {
	display: block;
	background: url(../img/en_logo.png) no-repeat 0 0;
	width: 350px;
	height: 36px;
	text-indent: -9999px;
}

#header #logo img {
	width: 350px;
	height: 36px;
	behavior: expression(IEPNGFIX.fix(this));
}

#header #isoimg {
	position: absolute;
	top: 115px;
	right: 10px;
	width: 313px;
	height: 55px;
}

#header #isoimg h3.isotitle {
	display: block;
	background: url(../img/en_header_iso.png) no-repeat 0 0;
	width: 313px;
	height: 55px;
	text-indent: -9999px;
}

#header #isoimg img {
	width: 313px;
	height: 55px;
	behavior: expression(IEPNGFIX.fix(this));
}

#header #menusub {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 315px;
	height: 35px;
}

#header #menusub ul {
	margin: 0;
	padding: 0;
}

#header  #menusub ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#header #menusub li.ms_sitemap a {
	display: block;
	width: 113px;
	height: 35px;
	background: url(../img/en_menusub.png) no-repeat 0 0;
	text-indent: -9999px;
}

#header #menusub li.ms_contact a {
	display: block;
	width: 86px;
	height: 35px;
	background: url(../img/en_menusub.png) no-repeat -113px 0;
	text-indent: -9999px;
}

#header #menusub li.ms_language a {
	display: block;
	width: 111px;
	height: 35px;
	background: url(../img/en_menusub.png) no-repeat -199px 0;
	text-indent: -9999px;
}


#header #menusub li.ms_sitemap a:hover { background-position: 0 -35px; }
#header #menusub li.ms_contact a:hover { background-position: -113px -35px; }
#header #menusub li.ms_language a:hover { background-position: -199px -35px; }



/*-----------------------------------------------------
Main Menu
-----------------------------------------------------*/
#menumain {
	margin: 0 auto;
	padding: 5px 15px;
	width: 850px;
	height: 105px;
	background: url(../img/en_bg_menumain.png) no-repeat center top;
	text-align: center;
}

#menumain ul {
	margin: 0;
	padding: 0;
}

#menumain ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#menumain li.mm_home a {
	display: block;
	width: 170px;
	height: 70px;
	background: url(../img/en_menumain.png) no-repeat 0 0;
	text-indent: -9999px;
}

#menumain li.mm_company a {
	display: block;
	width: 170px;
	height: 70px;
	background: url(../img/en_menumain.png) no-repeat -170px 0;
	text-indent: -9999px;
}

#menumain li.mm_business a {
	display: block;
	width: 170px;
	height: 70px;
	background: url(../img/en_menumain.png) no-repeat -340px 0;
	text-indent: -9999px;
}

#menumain li.mm_spits a {
	display: block;
	width: 170px;
	height: 70px;
	background: url(../img/en_menumain.png) no-repeat -510px 0;
	text-indent: -9999px;
}

#menumain li.mm_home a:hover, #menumain li.mm_home a.selected { background-position: 0 -70px; }
#menumain li.mm_company a:hover, #menumain li.mm_company a.selected { background-position: -170px -70px; }
#menumain li.mm_business a:hover, #menumain li.mm_business a.selected { background-position: -340px -70px; }
#menumain li.mm_spits a:hover, #menumain li.mm_spits a.selected { background-position: -510px -70px; }




/*-----------------------------------------------------
Main Contents
-----------------------------------------------------*/
#maincontents {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	text-align: left;
}

#mainside {
	float: left;
	width: 610px;
}

#rightside {
	float: right;
	width: 245px;
}

#index h3 {
	display: block;
	width: 602px;
	height: 50px;
	background: url(../img/h3_topics.png) no-repeat 0 0;
	text-indent: -9999px;
}

#company h3 {
	display: block;
	width: 602px;
	height: 50px;
	background: url(../img/h3_company.png) no-repeat 0 0;
	text-indent: -9999px;
}

#business h3 {
	display: block;
	width: 602px;
	height: 50px;
	background: url(../img/h3_business.png) no-repeat 0 0;
	text-indent: -9999px;
}

#spits h3 {
	display: block;
	width: 602px;
	height: 50px;
	background: url(../img/h3_spits.png) no-repeat 0 0;
	text-indent: -9999px;
}

#recruit h3 {
	display: block;
	width: 602px;
	height: 50px;
	background: url(../img/h3_recruit.png) no-repeat 0 0;
	text-indent: -9999px;
}

#sitemap h3 {
	display: block;
	width: 602px;
	height: 50px;
	background: url(../img/h3_sitemap.png) no-repeat 0 0;
	text-indent: -9999px;
}

#contact h3 {
	display: block;
	width: 602px;
	height: 50px;
	background: url(../img/h3_contact.png) no-repeat 0 0;
	text-indent: -9999px;
}

#privacy h3 {
	display: block;
	width: 602px;
	height: 50px;
	background: url(../img/h3_privacy.png) no-repeat 0 0;
	text-indent: -9999px;
}

#topicposts {
	display: block;
	margin: 5px 0 20px 0;
	padding: 10px;
	width: 580px;
	color: #333;
	border: 1px solid #CCC;
	background-color: #FFF;
}

#topicposts p {
	padding: 10px;
	line-height: 200%;
}

#topicposts ul {
	margin: 0;
	padding: 0;
}

#topicposts ul li {
	display: block;
	margin: 0;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #CCC;
}

#privacy #topicposts ul li {
	border: none;
	padding: 6px 0 3px 20px;
}

#topicposts ul li span {
	color: #999;
	font-size: 85%;
	padding: 0 15px 0 0;
}

#mainspot {
	display: block;
}

.company_b {
	float: left;
	margin: 0 10px 10px 0;
	width: 295px;
	height: 200px;
}

.business_b {
	float: left;
	margin: 0 0 10px 0;
	width: 295px;
	height: 200px;
}


#rightside li {
	margin-bottom: 10px;
}


li.side_spits a {
	display: block;
	width: 242px;
	height: 102px;
	background: url(../img/side_spits.png) no-repeat 0 0;
	text-indent: -9999px;
}

li.side_recruit a {
	display: block;
	width: 242px;
	height: 82px;
	background: url(../img/side_recruit.png) no-repeat 0 0;
	text-indent: -9999px;
}

li.company_info {
	display: block;
	width: 220px;
	background-color: #FFF;
	color: #333;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 93%;
}

li.company_info dt {
	padding: 4px 5px 3px;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
}

li.company_info dd {
	padding: 3px 5px;
}

li.parahead a {
	padding-left: 20px;
}

#maincontents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #maincontents {
    height: 1em;
	overflow: visible;
}
/**/

#company_img {
	margin: 10px 0 10px 0;
	padding: 0 0 0 1px;
}

.outline {
	padding: 10px;
	text-align: left;
}

.outline dl {
	margin: 0;
	border-top: 1px dotted #CCC;
}

.outline dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 10px 0;
}

#privacy .outline dl {
	font-size: 93%;
}

.outline dd {
	margin: 0;
	padding: 10px 0 8px 180px;
	border-bottom: 1px dotted #CCC;
}

/*-----------------------------------------------------
Footer
-----------------------------------------------------*/
#footer-wrapper {
	display: 100%;
	padding: 30px 0 0 0;
	width: 100%;
	height: 100px;
	background: #FFF url(../img/en_bg_footer.png) repeat-x top center;	
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 880px;
}

#footer dt {
	float: left;
	width: 252px;
	height: 30px;
	background: url(../img/logo_s.png) no-repeat 0 0;
	text-indent: -9999px;
}

#footer dd {
	float: right;
	width: 620px;
	height: 30px;
	color: #999;
	font-size: 85%;
	text-align: right;
}

#footer dd a {
}

#copyright {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 880px;
	height: 30px;
	background: url(../img/copyright.png) no-repeat right bottom;
	text-indent: -9999px;
}