/************************************************
共通
************************************************ */
.FloatLeft {
	float:left;
}

.Txt {
	width:190px;
}

.ml10 {
	margin-left:10px !important
}

/************************************************
共通タイトル
************************************************ */

#boat_maintenance h3, #boat_selling h3 {
	width:250px;
	height:28px;
	background:url("../images/bassboat/title_boat_sprite.gif") no-repeat top left;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#boat_maintenance h3 {
	background-position:0 0;
}
#boat_selling h3 {
	background-position:0 -42px;
}


/*
#parts article, #bodycoat article {
	margin:15px 0 0 0;
	border:1px solid #D0D0D0;
	overflow:auto;
	padding:0 0 20px 0;
}

#bodycoat article.coating h4, #parts article.security h4 {
	width:712px;
	height:51px;
	background:url("../images/services/subtitle_services_sprite.gif") no-repeat top left;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 0 20px 0;
}

#bodycoat article.coating h4 {
	background-position:0 0;
}
#parts article.security h4 {
	background-position:0 -54px;
}
*/

/************************************************
一覧ページ
************************************************ */
#bassboat_ichiran li {
	display:block;
	width:348px;
	float:left;
	margin:10px 0 0 8px;
}