@charset "utf-8";
/* CSS Document */
body {
margin:0 auto;
padding:0;
text-align:center;
background-color:#FFF;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#616161;
line-height:18px;
}

#wrapper {
margin:auto;
width:1024px;
height:803px;
margin-top:20px;
margin-bottom:20px;
overflow:visible;
}

.homeBG {
background:url(../../jap/images/bg/waterfall01.jpg) bottom right no-repeat;
}

.servicesBG {
background:url(../../jap/images/bg/rock01.jpg) bottom right no-repeat;
}

.insuranceBG {
background:url(../../jap/images/bg/lantern01.jpg) bottom right no-repeat;
}

.qaBG {
background:url(../../jap/images/bg/bamboo01.jpg) bottom right no-repeat;
}

.contactBG {
background:url(../../jap/images/bg/rockpile01.jpg) bottom right no-repeat;
}

#header {
width:368px;
height:129px;
float:left;
background:url(../../jap/images/bg/header_logo.gif) top left no-repeat;
}

#header_x_border {
width:656px;
height:58px;
float:left;
}

#menu {
width:366px;
height:215px;
float:right;
text-align:right;
}

#content_area_left {
width:658px;
height:616px;
float:left;
}

#TXTcontent_area {
width:431px;
height:580px;
float:right;
margin-right:129px;
margin-top:38px;
text-align:left;
overflow:hidden;
}

#footer {
width:1024px;
height:55px;
float:left;
}

#address_footer {
width:200px;
height:55px;
float:right;
margin-right:193px;
font-size:10px;
text-align:right;
padding-top:6px;
line-height:14px;
}

#sub_menu {
width:524px;
height:20px;
text-align:left;
float:left;
margin-left:94px;
margin-top:40px;
font-size:10px;
}

a:link {
	color: #616161;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #616161;
}
a:hover {
	text-decoration: underline;
	color: #c9d931;
}
a:active {
	text-decoration: none;
	color: #5bc8e6;
}




