﻿@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}

/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/bk_body.gif);
	background-repeat: repeat-x;
}

/* コンテナ */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


/* ヘッダー */
#header #header_left {
	float: left;
	width: 669px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 82px;
	font-weight:bold;
	font-size:23px;
	color:blue;
}
#header #header_right {
	width: 389px;
	float: right;
	display: inline;
	text-align: right;
}



#header #header_right ul {
	margin-top: 12px;
}
#header #header_right ul li a {
	font-size: 0px;
	text-indent: -9999px;
}
#header #header_right ul li {
	float: left;
	display: inline;
}
/* ここまで */

/* ヘッダー内画像調整用 */
div#login1 .spacer    {
	height: 34px;
	width: 56px;
	display: block;
	background-image: url(images/btn01.jpg);
	margin-right: 49px;
}

/* ヘッダー内ナビゲーション */
/*
#header #header_right ul li #btn_header01 a {
	height: 34px;
	width: 56px;
	background-image: url(images/btn01.jpg);
	display: block;
	margin-right: 46px;
}
#header #header_right ul li #btn_header01 a:hover {
	background-image: url(images/btn01_over.jpg);
}
#header #header_right ul li #btn_header02 a {
	height: 34px;
	width: 53px;
	background-image: url(images/btn02.jpg);
	display: block;
	margin-right: 46px;
}
#header #header_right ul li #btn_header02 a:hover {
	background-image: url(images/btn02_over.jpg);
}
#header #header_right ul li #btn_header03 a {
	height: 34px;
	width: 59px;
	display: block;
	background-image: url(images/btn03.jpg);
	margin-right: 45px;
}
#header #header_right ul li #btn_header03 a:hover {
	background-image: url(images/btn03_over.jpg);
}
#header #header_right ul li #btn_header04 a {
	height: 34px;
	width: 65px;
	background-image: url(images/btn04.jpg);
	display: block;
}
#header #header_right ul li #btn_header04 a:hover {
	background-image: url(images/btn04_over.jpg);
}
*/
/* ここまで */

/* メイン商品 */
#main {
	float: right;
	width: 705px;
	display: inline;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main h2 {
width: 705px;
height:33px;
background-color:#00cccc;
	padding-top: 9px;
	padding-left: 15px;
	margin-bottom: 20px;
font-weight:bold;
font-size:21px;
color: #333;
}
#main .topic {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#main .topic h4 {
	font-size: 75%;
	color: #666;
	margin-top: 5px;
	line-height: 140%;
}
#main .topic .item {
width: 690px;
	float: left;
	margin-right: 13px;
}

#main .topic .item p {
line-height: 130%;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}


#main .topic .item_right {
	width: 161px;
	float: right;
	margin-right: 2px;
}
#main .topic table td{
	color: #333;
	font-size: 85%;
	padding-bottom: 5px;
	padding-right: 10px;
}
/* ここまで */

/* 左サイドメニュー */
#sidemenu {
	width: 172px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	display: inline;
}

#sidemenu p{
	width: 172px;
	height: 30px;
padding-top: 10px;
padding-left: 10px;
margin-top: 0px;
background: #234567;
color:white;
font-weight:bold;
}


#sidemenu #search {
	background-image: url(images/bk_search.jpg);
	height: 26px;
	width: 172px;
	margin-bottom: 20px;
}
#sidemenu .menu {
	padding-left: 5px;
	padding-right: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#sidemenu .menu ul li a {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 200%;
	color: #555;
}
#sidemenu .menu ul li a:hover {
	color: #333;
}
#sidemenu #search #form1 #search2 {
	width: 110px;
	margin-left: 20px;
	margin-top: 5px;
	border: 1px solid #00B2BE;
	height: 15px;
}
/* ここまで */

/* このページのトップへ */
#pagetop p {
	text-align: right;
}

/* フッター */
#footer {
	height: 51px;
	background-color: #E1F6F7;
	padding-top: 15px;
}
#footer p {
	text-align: center;
	font-size: 85%;
	color: #666;
	margin-bottom: 10px;
}
#footer address {
	color: #999;
	font-size: 85%;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: center;
}
/* ここまで */

/* コンテンツページ用 */
#main .item_conts_left {
	float: left;
	width: 344px;
	display: inline;
	margin-bottom: 20px;
}
#main .item_conts_right {
	float: right;
	width: 344px;
	display: inline;
	margin-bottom: 20px;
}
#main .item_conts02 {
	background-color: #E1F7F5;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00B2BE;
	margin-bottom: 30px;
	padding: 15px;
}
#main .item_conts02 p {
	font-size: 85%;
	line-height: 130%;
	color: #060;
	margin-bottom: 10px;
}
#main .item_conts02 h4 {
	color: #666;
	font-weight: bold;
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 30px;
}
.float_left {
	float: left;
	display: inline;
	margin-right: 20px;
}
#main .item_conts02 #form2 label {
	font-size: 12px;
	font-weight: bold;
	color: #063;
	vertical-align: middle;
}
#main .item_conts02 #form2 label #qty {
	width: 50px;
	height: 23px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
	margin-right: 5px;
}
#main .item_conts02 #form2 img {
	vertical-align: bottom;
}
#main .item_conts02 .osusume {
	width: 161px;
	float: left;
	margin-right: 6px;
}
/* ここまで */

/* スマートフォンサイトへ */
#gotosmart {
	height: 70px;
	width: 100%;
	margin-top: 10px;
	display: none;
	background-color: #00B2BE;
}
#gotosmart p {
	text-align: center;
	font-size: 200%;
}
#gotosmart p a {
	color: #FFFFFF;
	height: 50px;
	width: 100%;
	display: block;
	padding-top: 20px;
}
