/**********************************************
	サイト構成
**********************************************/
body {
	line-height:1.5;
	font-size:87.5%;
	color:#000;
	behavior:url("../js/csshover.htc");
}

#wrapper {
	margin-top:10px;
	padding:0 20px;
	background-color:#fff;
}

#mainContents {
	padding:0 10px;
	text-align:left;
	background:url("../navi/wrapper_back.png") repeat-x;
}

#box {
	float:left;
	width:100%;
}

#main {
	padding-right:250px;
}

#side {
	float:left;
	margin-left:-240px;
	width:240px;
}

/**********************************************
	タブ
**********************************************/
#boatTab {
	position:relative;
	width:100%;
	height:32px;
	list-style-type:none;
	font-size:0;
	background:url("../images/tab_back.png") repeat-x;
}

.onTab1 {
	position:absolute;
	top:0;
	left:8px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_01.png") no-repeat;
}

.onTab2 {
	position:absolute;
	top:0;
	left:132px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_02.png") no-repeat;
}

.onTab3 {
	position:absolute;
	top:0;
	left:256px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_03.png") no-repeat;
}

.onTab4 {
	position:absolute;
	top:0;
	left:380px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_04.png") no-repeat;
}

.onTab5 {
	position:absolute;
	top:0;
	right:8px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_05.png") no-repeat;
}

.ofTab1 a {
	position:absolute;
	top:0;
	left:8px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_01.png") no-repeat;
	background-position:0 -32px;
}

.ofTab2 a {
	position:absolute;
	top:0;
	left:132px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_02.png") no-repeat;
	background-position:0 -32px;
}

.ofTab3 a {
	position:absolute;
	top:0;
	left:256px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_03.png") no-repeat;
	background-position:0 -32px;
}

.ofTab4 a {
	position:absolute;
	top:0;
	left:380px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_04.png") no-repeat;
	background-position:0 -32px;
}

.ofTab5 a {
	position:absolute;
	top:0;
	right:8px;
	width:124px;
	height:32px;
	text-indent:-9999em;
	background:url("../images/boat_tab_05.png") no-repeat;
	background-position:0 -32px;
}

.ofTab1 a:hover {
	background:url("../images/boat_tab_01.png") no-repeat;
}

.ofTab2 a:hover {
	background:url("../images/boat_tab_02.png") no-repeat;
}

.ofTab3 a:hover {
	background:url("../images/boat_tab_03.png") no-repeat;
}

.ofTab4 a:hover {
	background:url("../images/boat_tab_04.png") no-repeat;
}

.ofTab5 a:hover {
	background:url("../images/boat_tab_05.png") no-repeat;
}

/**********************************************
	明細エリア
**********************************************/
.detail {
	padding:10px;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

.photoArea {
	padding-top:10px;
	width:100%;
}

.bigPhotoImage {
	float:left;
	margin:0 30px 4px 0;
	width:490px;
}

.bigPhotoImage .thumImage {
	padding:4px;
	background-color:#fff;
	border:1px solid #999;
	cursor:pointer;
}

.bigPhotoImage .thumImage:hover {
	padding:2px;
	background-color:#fff;
	border:3px solid #fc3;
}

.smallPhotoImage {
	float:left;
	margin:0 4px 4px 0;
}

.smallPhotoImage .thumImage {
	padding:4px;
	background-color:#fff;
	border:1px solid #999;
	cursor:pointer;
}

.smallPhotoImage .thumImage:hover {
	padding:2px;
	background-color:#fff;
	border:3px solid #fc3;
}

.table {
	margin:10px 0;
	border-collapse:collapse;
	width:100%;
}

.table th {
	padding:0.2em;
	width:9em;
	background-color:#eee;
	border:1px solid #ccc;
}

.table td {
	padding:0.2em;
	font-size:1.1em;
	background-color:#fff;
	border:1px solid #ccc;
}

.shipPrice {
	font-size:1.1em;
}

.shipPrice em {
	font-size:1.5em;
	font-weight:bold;
	font-style:normal;
	color:#db0700;
}

.instock {
	padding-left:1em;
	vertical-align:middle;
}

.boatSize img {
	float:left;
	margin-top:20px;
}

.boatSize div {
	float:left;
	margin-top:20px;
}

.boatSize div p em {
	font-weight:bold;
}

.boatSize div .boatSizeText {
	font-size:0.9em;
}

.shipEquip {
	list-style-type:none;
}

.shipEquip li {
	float:left;
	padding-left:12px;
	padding-right:1em;
	white-space:nowrap;
	background:url("../images/arrow_01.gif") no-repeat 0px 50%;
}

.movieArea {
	padding-top:10px;
	width:100%;
}

.movieArea div {
	float:left;
	margin:0 10px 10px 0;
}

.closeUp {
	font-weight:bold;
	color:#0045b0;
}

.closeUp img {
	vertical-align:middle;
}

.notStockText {
	font-size:1.2em;
	font-weight:bold;
	color:#f00;
}

/**********************************************
	インデックスエリア
**********************************************/
#boatIndex {
	list-style-type:none;
	font-size:0.9em;
	border:1px solid #ccc;
}

#boatIndex a {
	display:block;
	padding:0.2em 12px 0.2em 16px;
	width:210px;
	color:#06c;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}

#boatIndex a:visited {
	background:url("../images/boat_check_02.gif") no-repeat;
	background-color:#fff;
}

#boatIndex a:hover {
	background-color:#ddd;
}

#boatIndex span {
	display:block;
	padding:0.2em 12px 0.2em 16px;
	width:210px;
	color:#036;
	border-bottom:1px solid #fff;
	background:url("../images/boat_check_01.gif") no-repeat;
}
