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

/*--------------------------------------------------------------------------
_1. reset
--------------------------------------------------------------------------*/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
address,
noscript {
	margin: 0px;
	padding: 0px;
	font: normal normal 12px/1 "メイリオ", "ＭＳ Ｐゴシック", Osaka, san-serif;
	line-height:1.6;
}

ul,ol,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0;
	line-height:1;
	vertical-align:bottom;
}

/*float_clear*/
.clear {
	height:0px;
	line-height:0;
	font-size:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/*float_clearFix*/
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clearfix {
	display: inline-table;
}


/* Hide4MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* endHide */

hr {
	size:1;
	margin:0px 0px 18px;
	padding:0px;
	color:#EEEEEE;
	background:#EEEEEE;
}

sup,
sub,
.red {
	color:#cc0000;
	font-size:10px;
	font-weight:normal;
	line-height:1.5;
}



/*--------------------------------------------------------------------------
_2. setup
--------------------------------------------------------------------------*/
html {
	overflow-y:scroll;
}

body {
	background-color:#000000;
	color:#333333;
	text-align:center;
}

a,
a:link {
	color:#0000CC;
	outline-style:none;
	text-decoration:underline;
}

a:visited {
	color:#0066CC;
	outline-style:none;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#9999FF;
	outline-style:none;
	text-decoration:none;
}



/*--------------------------------------------------------------------------
_3. LPmain
--------------------------------------------------------------------------*/

#wrapper{
	margin:0px auto;
	padding:0px;
	width:900px;
	background:#FFFFFF;
}

#mainarea{
	position:relative;
	margin:0px 0px 40px;
	padding:0px;
}
#mainarea #campain{
	position:relative;
	width:900px;
	height:223px;
}
#mainarea #cambtn{
	position:absolute;
	width:154px;
	height:32px;
	top:514px;
	left:731px;
}

h2.title{
	margin:0px 0px 20px;
	padding:0px;
}

#start{
	position:relative;
	margin:0px;
	padding:0px;
	text-align:left;
}

#start #category{
	clear:both;
	width:860px;
	height:120px;
	margin:0px 20px 20px;
	padding:0px;
	background:url(images/openbtn_bg.jpg) no-repeat;
}
#start #category ul{
	margin:0px;
	padding:10px 0px 0px 170px;
}
#start #category li{
	float:left;
	margin:0px;
	padding:0px 10px 0px 0px;
}

#start #location{
	margin:0px 0px 0px 20px;
	padding:0px;
}
#start #location dl{
	float:left;
	width:420px;
	height:220px;
	margin:0px;
	padding:0px 20px 0px 0px;
}
#start #location hr{
	margin:0px 20px 10px 0px;
}


#yacht, #jetski, #fishing{
	clear:both;
	margin:0px 0px 30px;
	padding:0px;
}
#yacht .detail, #jetski .detail, #fishing .detail{
	margin:0px 50px;
	padding:0px;
	text-align:left;
}
#yacht .detail img, #jetski .detail img, #fishing .detail img{
	float:left;
	margin:0px 20px 18px 0px;
	border:6px solid #666666;
	vertical-align:top;
}
#yacht dl, #jetski dl, #fishing dl{
	float:right;
	width:484px;
	margin:0px;
	padding:0px;
}

#yacht dl dt{
	margin:0px 0px 10px;
	padding:0px 0px 0px 10px;
	border-left:5px solid #0066cc;
	line-height:1.2em;
	font-size:1.6em;
	font-weight:bold;
}
#jetski dl dt{
	margin:0px 0px 10px;
	padding:0px 0px 0px 10px;
	border-left:5px solid #ce050f;
	line-height:1.2em;
	font-size:1.6em;
	font-weight:bold;
}
#fishing dl dt{
	margin:0px 0px 10px;
	padding:0px 0px 0px 10px;
	border-left:5px solid #006600;
	line-height:1.2em;
	font-size:1.6em;
	font-weight:bold;
}

#yacht dl dd, #jetski dl dd, #fishing dl dd{
	line-height:1.8em;
	font-size:1.1em;
}

#yacht dl dd span{
	color:#CC0000;
	font-weight:bold;
}

.contact{
	clear:both;
	width:800px;
	height:100px;
	margin:0px 50px;
	padding:0px;
	background:url(images/contact.gif) no-repeat;
	text-align:right;
}
.contact p.con_btn{
	padding:16px 40px 0px 0px;
	text-align:right;
}

#footer{
	clear:both;
	margin:0px;
	padding:0px;
}
#footer .mainsite{
	padding:5px 10px;
	text-align:right;
	border-top:1px solid #003366;
}
#footer .copyright{
	padding:5px 0px 30px;
	background:#003366;
}



