*{
	margin:0;
	padding:0;
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
}

body {
	color: #666666;
}

.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}
/* ======================================

	menu

======================================= */

/* メニューページ背景 */
#menu {
	background-color: #B00000;
}
#menu .menu_wrapper {
	width: 150px;
}

/* メニュー */
#menu .menu_wrapper .menu {
	margin-bottom: 45px;
	height:auto;
}
#menu .menu_wrapper li  {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	height: 45px;
	width: 150px;
}

/* バナー */
#menu .menu_wrapper .banner li {
	width:141px;
	height:59px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: 4px;
}

/* ======================================

	product

======================================= */

.main {
	width: 580px;
	padding-left: 20px;
}
/* ヘッダー */
#header {
	height: 55px;
	width: 600px;
}

/* 新商品 */
.new_item {
	width: 578px;
	background-color: #EAEAEA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}

/* タイトル */
.main h2 {
	margin: 0px;
	padding: 0px;
}

/* 新商品ボックス */
.main #list {
	float: left;
	width: 191px;
}
.new_item .item_box {
	width: 238px;
	margin-left: 13px;
	background-color: #FFFFFF;
	float: left;
	padding: 15px;
	margin-bottom: 15px;
	display: inline;
}

/* 新商品写真 */
.new_item .item_box .photo {
	float: left;
}

/* 新商品名 */
.new_item .item_box h3 {
	font-weight: bold;
	color: #1C844A;
	background-image: url(../product/image/icon_new.gif);
	background-repeat: no-repeat;
	width: 168px;
	float: right;
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	background-position: right top;
}

/* 新商品文章 */
.new_item .item_box p {
	float: right;
	width: 168px;
	margin: 0px;
	background-image: url(../product/image/new_item_hr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* 商品一覧下ボックス */
.new_item .item_box .list_box_end2 {
	background-image: url(../product/image/article_list_background_end2.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 61px;
	width: 186px;
	padding-top: 10px;
	padding-left: 5px;
}

/* 地域リスト */
.new_item .item_box .list_box_end2 .area li {
	list-style-type: none;
	height: 13px;
	width: 51px;
	margin-right: 7px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ショップリスト */
.new_item .item_box .list_box_end2 .shop {
	clear: both;
	margin-left: 58px;
	list-style-type: none;
	margin-top: 6px;
}
.new_item .item_box .list_box_end2 .shop li {
	float: left;
	width: auto;
	margin-right: 3px;
}

/* 商品一覧上ボックス */
.main #list_box {
	float: left;
	height: 175px;
	width: 191px;
	background-image: url(../product/image/article_list_background.jpg);
	background-repeat: repeat-y;
	background-position: 181px;
}

/* 商品一覧写真 */
.main #list_box .list_photo {
	display: inline;
	float: left;
	width: 32px;
	margin-top: 24px;
	margin-left: 7px;
}

/* 商品一覧名前 */
.main #list_box h4 {
	height: 46px;
	width: 124px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: inline;
	float: right;
	margin-right: 18px;
	color: #1C844A;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

/* 商品一覧文章 */
.main #list_box p {
	width: 124px;
	float: right;
	display: inline;
	margin-right: 18px;
}
.main #list_box .icon {
	vertical-align: text-botom;
}

/* 商品一覧下ボックス */
.main .list_box_end {
	background-image: url(../product/image/article_list_background_end.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 61px;
	width: 186px;
	padding-top: 10px;
	padding-left: 5px;
}

/* 地域リスト */
.main .list_box_end .area li {
	list-style-type: none;
	height: 13px;
	width: 51px;
	margin-right: 7px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ショップリスト */
.main .list_box_end .shop {
	clear: both;
	margin-left: 58px;
	list-style-type: none;
	margin-top: 6px;
}
.main .list_box_end .shop li {
	float: left;
	width: auto;
	margin-right: 3px;
}


/* 商品なし */
.main .list_non_article {
	float: left;
	height: 246px;
	width: 191px;
	background-image: url(../product/image/list_non_article.jpg);
	background-repeat: no-repeat;
}

/* ページトップへ */
.main .to_top {
	float: right;
	width: 300px;
	margin-top: 15px;
	text-align: right;
	margin-bottom: 20px;
}
a {
	color: #A5101F;
}

/* フッター */
#footer {
	background-image: url(../image/footer_line.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
	width: 580px;
	padding-top: 12px;
	clear: both;
}
#footer li {
	font-size: 10px;
	background-image: url(../image/footer_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-type: none;
	float: right;
	text-indent: 14px;
	margin-left: 15px;
}
#footer a {
	font-size: 10px;
}

/* ======================================

	index

======================================= */
.main_index {
	width: 580px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right top;
}

/* フラッシュ */
.index_flash {
	height: 245px;
	width: 580px;
	margin-top: 10px;
	background-image: url(../image/nanchatte_s.jpg);
}

/* ライフガードバナー */
.main_index .index_lifeguard {
	width: 284px;
	float: right;
}
/* ビデオ */
.main_index .video {
	float: left;
	width: 286px;
	margin-top: 25px;
	margin-bottom: 20px;
}

/* ボタン */
.main_index .new_item .product_botton {
	width: 309px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 13px;
}


/* ======================================

	lifeguard

======================================= */

.main .lifeguard_photo {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-bottom: 30px;
}
.main .lifeguard_old {
	clear: both;
	height: 309px;
	width: 580px;
	background-image: url(../image/lifeguard_old_background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 40px;
	color: #000000;
}
.main .lifeguard_old .bottle {
	width: 73px;
	margin-top: 263px;
	margin-left: 44px;
	font-size: 10px;
	display: inline;
	float: left;
}
.main .lifeguard_old .explanation {
	width: 279px;
	margin-top: 127px;
	margin-left: 34px;
	float: left;
	display: inline;
}
.main .lifeguard_old .pet {
	display: inline;
	float: left;
	width: 91px;
	margin-left: 28px;
	font-size: 10px;
	margin-top: 263px;
}
