@charset "utf-8";
/* CSS Document */
/**************************************** initialize ****************************************/
html{
	height:100%;
	}
body,form,fieldset{
	margin:0;
	padding:0;
	}

fieldset{
	border:none;
	}
input,textarea{
	font-size:12px;
	}
/**************************************** general ****************************************/
body,td,th {
	font-size: 12px;
	color: #CCCCCC;
	line-height:1.5em;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:  url("../images/bg.gif");
	background-repeat: repeat;
}

/**************************************** titles ****************************************/
h1.title_01{
	margin-top:30px;
	padding:0 0 0 25px;
	background:url(../images_blue/title_deco_01.gif) no-repeat left center;
	font-size:13px;
	color: #ccc830;
	}
h2.title_01{
	padding:o;
	margin-top: 10px;
	margin-left: 6px;
	}
h3.title_01{
	margin:10px 0 10px 15px;
	background:url(../images_blue/boder_dotted_01.gif) top repeat-x;
	font-size:12px;
	}

/**************************************** images ****************************************/
img{
	border:0;
	vertical-align:middle;
	}
img.border_01{
	border:3px solid #333333;
	margin:0px;
	}

/**************************************** links ****************************************/
a:link {
	color: #999999;
	text-decoration: none;
	}
a:visited {
	color: #999999;
	text-decoration: none;
	}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
a:active {
	color: #555555;
	text-decoration: none;
	}

/**************************************** texts ****************************************/
.caution_01{
	margin-left:5px;
	font-size:10px;
	color:#ff3300;
	font-weight:normal;
	}	

/**************************************** navigation ****************************************/

/**************************************** navigation ****************************************/

/*----- navigation [top home profile contact] -----*/

#navi_top_01{
	height:19px;
	position:absolute;
	top:60px;
	left:520px;
	width: 250px;
	}
#navi_top_01 ul{
	margin:0;
	padding:0;
}
#navi_top_01 li{
	float: left;
	list-style-type:none;
	
}
#navi_top_01 li a{
	height: 19px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	margin-left: 1px;
	white-space: nowrap;
	overflow: hidden;
} 
#navi_top_01 #navi_01 a{
	width:46px;
	background-image: url(../images/navi_01.gif);
}
#navi_top_01 #navi_02 a{
	width:121px;
	background-image: url(../images/navi_02.gif);
}
#navi_top_01 #navi_03 a{
	width:80px;
	background-image: url(../images/navi_03.gif);
}

#navi_top_01 li a:hover{
	background-position: 0 -21px;
	background-repeat:no-repeat;
}

#navi_top_01 #navi_01_on a{
	background-image: url(../images/navi_01.gif);
	background-position: 0 -21px;
	background-repeat:repeat-x;
	width: 46px;
}
#navi_top_01 #navi_02_on a{
	background-image: url(../images/navi_02.gif);
	background-position: 0 -21px;
	background-repeat:repeat-x;
	width: 121px;
}

#navi_top_01 #navi_03_on a{
	background-image: url(../images/navi_03.gif);
	background-position: 0 -21px;
	background-repeat:repeat-x;
	width: 80px;
}



/*----- navigation [horizontal] -----*/
#navi_horizontal_01{
	height:28px;
	top:30px;
	left:0px;
	width: 775px;
	margin-bottom: 0px;
	border-width: 0;
	margin: 0;
	padding-bottom: 15px;
	}

#navi_horizontal_01 ul{
	margin:0;
	padding:0;
}
#navi_horizontal_01 li{
	float: left;
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	
}
#navi_horizontal_01 li a{
	height: 28px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	margin-bottom: 10px;
	overflow: hidden;
	
} 


#navi_horizontal_01 #navi_04 a{
	background-image: url(../images/navi_04.gif);
	width: 186px;
}

#navi_horizontal_01 #navi_05 a{
	width:170px;
	background-image: url(../images/navi_05.gif);
	background-repeat: no-repeat;
}
#navi_horizontal_01 #navi_06 a{
	width:237px;
	background-image: url(../images/navi_06.gif);
	background-repeat: no-repeat;
}


#navi_horizontal_01 #navi_07 a{
	width:177px;
	background-image: url(../images/navi_07.gif);
	background-repeat: no-repeat;
}




#navi_horizontal_01 li a:hover{
	background-position: 0 -32px;
	background-repeat:no-repeat;
}




#navi_horizontal_01 #navi_04_on a{
	background-image: url(../images/navi_04.gif);
	background-position: 0 -32px;
	background-repeat:repeat-x;
	width: 186px;
}

#navi_horizontal_01 #navi_05_on a{
	background-image: url(../images/navi_05.gif);
	background-position: 0 -32px;
	background-repeat:repeat-x;
	width:170px;
}

#navi_horizontal_01 #navi_06_on a{
	background-image: url(../images/navi_06.gif);
	background-position: 0 -32px;
	background-repeat:repeat-x;
	width:237px;
}

#navi_horizontal_01 #navi_07_on a{
	background-image: url(../images/navi_07.gif);
	background-position: 0 -32px;
	background-repeat:repeat-x;
	width:177px;
}











/*----- topic path [horizontal] 
ul.topic_path_01{
	width:90%;
	margin:10px 0 0 8px;
	list-style:none;
	}-----*/

/**************************************** layout all ****************************************/
#all{
	width:100%;
	}
#wrapper{
	position:left;
	width:930px;
	height:700px;
	margin:15px auto 0px;
	padding:0;
	}
	
#header{
	height:80px;
	position:relative;
	width: 774px;
	margin-left: 0px;
	}	
	

	
#footer{
	color:#FFFFFF;
	width:765px;
	height:40px;
	text-align:left;
	left: 5px;
	margin-left: 0px;
	margin-top: 2px;
	}
#footer_address {
	color:#999999;
	font-size:10px;
	line-height:11px;
	letter-spacing:1px;
	float: right;
	width: 300px;
	margin-left: 10px;
}
#footer_address a {
	color:#999999;
	
}	
/******************** copyright ********************/
#copy{
	color:#999999;
	font-size:10px;
	line-height:12px;
	letter-spacing:1px;
	margin-left: 10px;
	}




#content_body_01{
	margin:0;
	padding:0;
	clear:both;
	margin:0;
	margin-left: 0px;
	background-image: url(../images/bg_01.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 790px;
	height: 460px;
	}
	
#content_body_02{
	position:relative;
	margin:0;
	padding:0;
	clear:both;
	margin:0;
	background-image: url(../images/bg_02.gif);
	background-repeat: no-repeat;
	width: 790px;
	height: 460px;
	}
	

#content_body_03{
	margin:0;
	padding:0;
	clear:both;
	margin:0;
	background-image: url(../images/bg_03.gif);
	background-repeat: no-repeat;
	}
	
#content_body_04{
	position:relative;
	margin:0;
	padding:0;
	clear:both;
	margin:0;
	background-image: url(../images/bg_04.gif);
	background-repeat: no-repeat;
	width: 790px;
	height: 429px;
	}


#content_body_05{
	position:relative;
	margin:0;
	padding:0;
	clear:both;
	margin:0;
	background-image: url(../images/bg_05.gif);
	background-repeat: no-repeat;
	width: 790px;
	height: 460px;
	}

#content_body_06{
	position:relative;
	margin:0;
	padding:0;
	clear:both;
	margin:0;
	background-image: url(../images/bg_06.gif);
	background-repeat: no-repeat;
	width: 790px;
	height: 460px;
	}

#content_body_07{
	margin:0;
	padding:0;
	clear:both;
	margin:0;
	background-image: url(../images/bg_07.gif);
	background-repeat: no-repeat;
	}


#body_03{
	float:left;
	height: 430px;
	width: 310px;
	}
		

#body_04{
	width:651px;
	height:430px;
	float: left;
	padding: 0 0px 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
	}
	
#body_05{
	width:900px;
	height:470px;
	float: left;
	padding: 0 0px 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
	}

#body_06{
	width:620px;
	height:900px;
	float: left;
	padding: 0 0px 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
	}
	
#body_07{
	width:620px;
	height:460px;
	float: left;
	padding: 0 0px 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
	}

#body_08{
	width:620px;
	height:475px;
	float: left;
	padding: 0 0px 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
	}
	
#content_03{
	background-color: #FFFFFF;
	margin-top: 13px;
	overflow:auto;
	scrollbar-face-color:#dcd6cc;
	scrollbar-track-color: #f4f4f4;
	scrollbar-arrow-color: #f4f4f4;
	scrollbar-highlight-color: #f4f4f4;
	scrollbar-shadow-color: #f4f4f4;
	scrollbar-3dlight-color: #f4f4f4;
	scrollbar-darkshadow-color: #f4f4f4;
	float: left;
	padding: 0;
	margin-right: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 265px;
	padding-top: 5px;
	height: 430px;
	padding-bottom: 0px;
}

#content_03_b{
	background-color: #FFFFFF;
	margin-top: 13px;
	margin-left: 10px;
	height: 430px;
	padding-left: 10px;
	padding-right: 5px;
	overflow:auto;
	scrollbar-face-color:#dcd6cc;
	scrollbar-track-color: #f4f4f4;
	scrollbar-arrow-color: #f4f4f4;
	scrollbar-highlight-color: #f4f4f4;
	scrollbar-shadow-color: #f4f4f4;
	scrollbar-3dlight-color: #f4f4f4;
	scrollbar-darkshadow-color: #f4f4f4;
	float: left;
	clear: left;
	width: 265px;
	margin-right: 5px;
}


		
#content_04{
	height: 406px; /*changed from 430*/
	overflow:auto;
	scrollbar-face-color: #484649;
	scrollbar-track-color: #3f3d40;
	scrollbar-arrow-color: #3f3d40;
	scrollbar-highlight-color: #3f3d40;
	scrollbar-shadow-color: #3f3d40;
	scrollbar-3dlight-color: #3f3d40;
	scrollbar-darkshadow-color: #3f3d40;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#content_05{
	height: 460px;
	overflow:auto;
	scrollbar-face-color: #484649;
	scrollbar-track-color: #3f3d40;
	scrollbar-arrow-color: #3f3d40;
	scrollbar-highlight-color: #3f3d40;
	scrollbar-shadow-color: #3f3d40;
	scrollbar-3dlight-color: #3f3d40;
	scrollbar-darkshadow-color: #3f3d40;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#content_06{
	height: 475px;
	overflow:auto;
	scrollbar-face-color: #484649;
	scrollbar-track-color: #3f3d40;
	scrollbar-arrow-color: #3f3d40;
	scrollbar-highlight-color: #3f3d40;
	scrollbar-shadow-color: #3f3d40;
	scrollbar-3dlight-color: #3f3d40;
	scrollbar-darkshadow-color: #3f3d40;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}		
			
#content_04_01{
	height: 250px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 13px;
}

#content_04_02{
	width:441px;
	height: 170px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 9px;
	padding-top: 0px;
	padding-right: 0px;
}	
	
#content_04_03 {
	width:410px;
	height: 160px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 20px;
	top: 283px;
	left: 322px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-left: 0px;
}



/******************** header ********************/

#logo_01 {
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	top: 19px;
	position: absolute;
	left: 1px;
}

#logo_02 {
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	left: 237px;
	top: -435px;
}


#text_size_change{
	margin-right:20px;
	float:right
	}

/******************** list ********************/



/******************** content 01 ********************/
dl.box_01{
	width:400px;
	}
dt.box_01{
	margin-bottom:3px;
	padding-left:2px;
	border-bottom:1px dotted #cccccc;
	border-left:3px solid #cccccc;
	font-weight:bold;
	}
dd.box_01{
	display:none;
	}
dd.box_02{
	text-align:left;
	line-height:1.3;
	padding-left: 7px;
	}
	
	dt.box_01 a {
	color:#000000;
	margin-bottom:3px;
	padding-left:2px;
}
	dt.box_01 a:hover{{
	color:#cccccc;
	margin-bottom:3px;
	padding-left:5px;
	color: #666666;
	padding-left: 2px;
	margin-bottom: 3px;
	margin-bottom: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
}
	


/*----- photo gallery -----*/
#content_photogallery_01{
	margin-right:10px;
	float:left;
	background-color: #666666;
	}

/*----- flash -----*/
#content_flash_01{
	margin-right:10px;
	float:left;
	}

/*----- contact [address]-----*/
dl.address_01{
	}
dt.address_01{
	width:150px;
	float:left;
	}
dd.address_01{
	}

/*----- contact [form]-----*/
dl.form_01{
	}
dt.form_01{
	width:150px;
	margin-top:5px;
	float:left;
	clear:both;
	}
dd.form_01{
	margin-top:5px;
	}
input.form_01{
	border:1px solid #999999;
	background-color:#f4f4f4;
	color:#666666;
	font-size:10px;
	}
input.form_02{
	border:0;
	background-color:#999999;
	color:#ffffff;
	font-size:10px;
	}
textarea.form_01{
	border:1px solid #999999;
	background-color:#f4f4f4;
	color:#666666;
	font-size:11px;
	}
#contact_01{
	margin-bottom:20px;
	}
/**************************************** other ****************************************/
/*----- clear float -----*/
.clear{
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
}

/*----- texts -----*/
p.texts_body_01{
	}
p.texts_body_02{
	color: #CCCCCC;
	} 

p.texts_body_01 a {
	color: #000066;
}
p.texts_body_02 a {
	color: #000066;
}
.line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #535154;
	border-bottom-color: #535154;
}
.left_navi {
	font-size: medium;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.menu_link{
	font-weight: bold;
}

.menu_title{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.custom {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.rates {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.box {
	border: 1px solid #d5d3d3;
}

.line_lr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d5d3d3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5d3d3;
}
.line_tb{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d3d3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d3d3;
}
a.redover:hover{
	color:#F00 !important;
}