@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.highlight a:hover *{  
  filter: alpha(opacity=75);  
  -moz-opacity:0.75;  
  opacity:0.75;  
}

p {
	margin: 0 0 5px 0;
	padding: 0;
	}

ul {
	margin: 0;
	padding:0;
	list-style: none;
	}
	
li {
	margin: 0;
	padding:0;
	list-style: none;
	}
	
h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #FFFFFF;
	}
	
#header {
	background: url(../image/bg_head.gif) top repeat-x;
	height: 135px;
	}

#header_wrap {
	width: 1000px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}
	
#head_left {
	width: 270px;
	float: left;
	}
	
#head_right {
	width: 725px;
	float: right;
	}
	
#head_comment {
	width: 725px;
	height: 15px;
	text-align: right;
	}
	
#head_navi {
	width: 490px;
	height: 15px;
	padding: 45px 0 10px 0;
	float: left;
	}

#head_navi a:link {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}

#head_navi a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}

#head_navi a:hover {
	font-size: 11px;
	color: #E50000;
	text-decoration: underline;
	}

#head_navi a:active {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}

#head_contact {
	width: 215px;
	height: 50px;
	padding: 10px 0;
	float: right;
	}

#navi {
	width: 725px;
	height: 50px;
	background: url(../image/navi.gif) no-repeat;
	clear: both;
	}
	
#navi ul {  
	padding:0px;
	margin:0px;
 }
 
#navi li {  
	display:inline;  
	list-style-type:none;  
	} 

#navi li a {  
	height:50px;  
	display:block;  
	float:left;  
	text-indent:-9877em;  
	text-decoration:none;  
	overflow:hidden;  
	}

/*------off*/

#navi li.about a {
	background:url(../image/navi.gif) no-repeat 0px 0px;
	width: 145px;
	}
	
#navi li.boat a {
	background:url(../image/navi.gif) no-repeat -145px 0px;
	width: 145px;
	}
	
#navi li.buying a {
	background:url(../image/navi.gif) no-repeat -290px 0px;
	width: 145px;
	}
	
#navi li.used a {
	background:url(../image/navi.gif) no-repeat -435px 0px;
	width: 145px;
	}
	
#navi li.after a {
	background:url(../image/navi.gif) no-repeat -580px 0px;
	width: 145px;
	}
	
/*------hover*/

#navi li.about a:hover {
	background:url(../image/navi.gif) no-repeat 0px -50px;
	}

#navi li.boat a:hover {
	background:url(../image/navi.gif) no-repeat -145px -50px;
	}

#navi li.buying a:hover {
	background:url(../image/navi.gif) no-repeat -290px -50px;
	}

#navi li.used a:hover {
	background:url(../image/navi.gif) no-repeat -435px -50px;
	}

#navi li.after a:hover {
	background:url(../image/navi.gif) no-repeat -580px -50px;
	}

#contents {
	background: url(../image/bg_head2.gif) center top repeat-x;
	}
	
#head_image {
	width: 1000px;
	}
	
#right_bt {
	width: 250px;
	float: right;
	padding: 15px 0 0 0;
	}
	
#right_bt img {
	margin: 0 0 10px 0;
	}
	
#left_area {
	width: 720px;
	float: left;
	padding: 15px 0 0 0;
	}
	
#left_area_half1 {
	width: 345px;
	float: left;
	}
	
#left_area_half2 {
	width: 345px;
	float: right;
	}
		
#footer {
	background: url(../image/bg_foot.gif) bottom repeat-x;
	height: 120px;
	padding: 20px 0 0 0;
	clear: both;
	}

#footer_wrap {
	width: 1000px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	text-align: center;
	color: #666666;
	}
	
#top_footer {
	background: url(../image/bg_foot_top.gif) bottom repeat-x;
	height: 145px;
	padding: 20px 0 0 0;
	clear: both;
	}

#top_footer_wrap {
	width: 1000px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	text-align: center;
	color: #666666;
	}
	
#page_navi {
	width: 720px;
	clear: both;
	text-align: right;
	padding: 15px 280px 0 0;
	}
	
#page_navi2 {
	width: 720px;
	text-align: right;
	}
	
#page_navi500 {
	width: 500px;
	text-align: right;
	padding-bottom: 15px;
	}
	
.text_10 {
	font-size: 10px;
	}
	
.text_10_white {
	font-size: 10px;
	color: #FFFFFF;
	}
	
.text_red {
	color: #EE0000;
	}
	
.text_14_b {
	font-size: 14px;
	font-weight: bold;
	}
	
.text_14_b_red {
	font-size: 14px;
	font-weight: bold;
	color: #EE0000;
	}
	
.text_18 {
	font-size: 18px;
	}
	
.text_18_red {
	font-size: 18px;
	color: #EE0000;
	}
	
.text_18_b_red {
	font-size: 18px;
	font-weight: bold;
	color: #EE0000;
	}
	
.text_white {
	color: #FFFFFF;
	}
	
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: #EE0000;
	text-decoration: underline;
}

a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.left_space {
	padding-left: 10px;
	}

.space {
	padding: 5px 0;
	}

.space2 {
	padding: 5px;
	}

.space3 {
	padding: 3px;
	}

.image_space {
	padding: 10px;
	}

.image_space img {
	margin: 0 5px 5px 0;
	}

.image_border img {
	padding: 2px;
	border: #999999 1px solid;
	margin-bottom:5px;
	}
