@charset "utf-8";

/*
	Stylesheet for Asian complex.
	Copyright (C) 2005 Kyosuke Nakamura. All rights reserved.
*/

body{
	text-align:center;
	background:#EEEEEC;
	margin:16px 0;
	font-size:small!important;
	font-size /**/:x-small;
	line-height:1.5;
	color:#333;
}
a{
	color:#009;
}
a:visited{
	color:#669;
}
a:hover{
	color:#33f;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-size:small!important;
	font-size /**/:x-small;
}

h2{
	border-left:6px solid #ccc;
	padding-left:9px;
	padding-bottom:18px;
	font-size:medium!important;
	font-size /**/:small;
	margin-bottom:18px;
	line-height:1.25;
}

ul,ul li,dl,dt,dd{
	list-style:none;
	margin:0;
	padding:0;
}

img{
	border:none;
}





#container{
	margin:0 auto;
	width:740px;
	background:url(images/container_bg-body.gif) #fff repeat-y;
	text-align:left;
}

#flash{
	background:url(images/container_bg-top.gif) no-repeat;
	padding:38px 38px 0;
}

#nav{
	position:relative;
	margin:0 38px 27px;
}
#toppage #nav{
	margin:38px 38px 27px;
}

#nav li,
#nav a{
	height:36px;
}
#nav li{
	width:109px;
	position:absolute;
	top:0;
	line-height:1.2;
}
#nav1{ left:222px; }
#nav2{ left:333px; }
#nav3{ left:444px; }
#nav4{ left:555px; }
#nav li a{
	display:block;
	text-decoration:none;
	padding-left:24px;
	background-image:url(images/nav_bg.gif);
}
#nav1 a{ background-position:0px 0px; }
#nav2 a{ background-position:-111px 0px; }
#nav3 a{ background-position:-222px 0px; }
#nav4 a{ background-position:-333px 0px; }

#nav1 a:hover,
#company #nav1 a{ background-position:0px -36px; }
#nav2 a:hover,
#service #nav2 a{ background-position:-111px -36px; }
#nav3 a:hover,
#staff #nav3 a{ background-position:-222px -36px; }
#nav4 a:hover,
#contact #nav4 a{ background-position:-333px -36px; }

h1 #nav{
	position:absolute;
	top:0;
	left:0;
}
#content{
	margin:0 38px;
	padding-left:222px;
}
#company #content{
	background:url(images/company_img.jpg) no-repeat;
}
#service #content{
	background:url(images/service_img.jpg) no-repeat;
}
#staff #content{
	background:url(images/staff_img.jpg) no-repeat;
}
#contact #content{
	background:url(images/contact_img.jpg) no-repeat;
}
#content dl{
	padding-bottom:0.75em;
	border-bottom:1px solid #ccc;
	height:100%;
}
#content dl:after{
	content:"";
	display:block;
	clear:left;
}
#content dl dt{
	float:left;
	width:111px;
	margin-top:0.75em;
	border-top:1px solid #ccc;
	padding-top:0.75em;
	font-weight:bold;
}
#content dl dd{
	float:left;
	width:331px;
	margin-top:0.75em;
	border-top:1px solid #ccc;
	padding-top:0.75em;
}
#content #gototop{
	margin-top:3em;
	padding-left:24px;
	background:url(images/gototop_marker.gif) no-repeat 0px 5px;
}


#footer{
	background:url(images/container_bg-bottom.gif) #eeeeec top no-repeat;
	text-align:right;
	padding-top:13px;
	margin-top:38px;
}


.headingA {
	margin:0 0 0.75em;
}

.listA{
	margin:0.75em 0 1.5em;
	padding:0.75em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.listA.first{
	margin:2.1em 0 1.5em;
}
.listA li{
	padding-left:15px;
	background:url(images/marker.gif) no-repeat 1px 5px;
}



.listB{
	margin:0 0 0.75em;
}
.listB li{
	padding-left:15px;
	background:url(images/marker.gif) no-repeat 1px 5px;
}
