@charset "utf-8";

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
}
img {
	vertical-align: top;
	border: 0;
}
li {
	list-style-type: none;
}
a {
	color: #999999;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/*ベース、枠
------------------------------------------*/
#base {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------*/
#head {
	height: 100px;
	position: relative;
}
#head h1 {
	font-size: 10px;
	font-weight: normal;
	color: #ABBAB1;
	line-height: 15px;
	position: absolute;
	top: 2px;
	margin: 0px;
	padding: 0px;
	left: 5px;
}
#head #logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
#head #h_list {
	position: absolute;
	right: 10px;
	bottom: 9px;
}
#base #head ul {
	margin: 0px;
	padding: 0px;
}
#base #head #h_list li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#base #head #h_list a {
	text-decoration: none;
	font-size: 12px;
}

/*パン屑＆top_img
------------------------------------------*/

#pan {
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #666666;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#top_img {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

/*メイン
------------------------------------------*/
#main {
	clear: both;
	background-image: url(img/main_bg.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 850px;
}
#cont {
	float: right;
	width: 620px;
	margin: 5px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	background-image: url(img/h2.gif);
	height: 35px;
	line-height: 26px;
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #555555;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2.h2_img {
	text-indent: 0px;
}
#cont p {
	line-height: 20px;
	color: #666666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
}
.img_left {
	padding: 10px;
	float: left;
}
.img_right {
	padding: 10px;
	float: right;
}
#cont h3 {
	margin: 5px;
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	padding-right: 5px;
	padding-left: 35px;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	height: 50px;
	font-weight: normal;
}
#cont h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.cont_box,
.cont_tbox {
	padding: 10px;
	background-repeat: no-repeat;
}
.cont_box {
	background-image: url(img/cont_box.gif);
}
.cont_tbox {
	background-image: url(img/cont_tbox.gif);
}
#toppage .cont_tbox {
	background-image: url(img/top_cont_tbox.gif);
}

.cont_bottom {
	background-image: url(img/cont_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 10px;
}


/*商品一覧
------------------------------------------*/
.box_3 {
	text-align: center;
	margin: 5px;
	padding: 5px;
	width: 180px;
	float: left;
	line-height: 150%;
	color: #505050;
	height: 180px;
}
a.btn {
	background-image: url(img/btn.gif);
	display: block;
	height: 26px;
	width: 126px;
	text-indent: -10000px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
a.btn:hover {
	background-image: url(img/btn_ov.gif);
}


/*サイド
------------------------------------------*/
#side {
	float: left;
	width: 210px;
	margin: 5px;
}
#side .side_box {
	background-image: url(img/side_box.gif);
	background-repeat: no-repeat;
}

#side .side_tbox {
	background-image: url(img/side_tbox.gif);
	background-repeat: no-repeat;
}

#toppage #side .side_tbox {
	background-image: url(img/top_side_tbox.gif);
	background-repeat: no-repeat;
}

#side .side_box h3,
#side .side_tbox h3 {
	font-size: 14px;
	margin: 0px;
	color: #333333;
	text-indent: 12px;
	font-weight: normal;
	padding-top: 13px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(img/side_h3.gif);
	background-position: 15px 16px;
	background-repeat: no-repeat;
}


#side .side_box li,
#side .side_tbox li {
	list-style-type: none;
}
#side .side_box ul,
#side .side_tbox ul {
	margin: 0px;
	padding: 0px;
}
#side .side_box li a,
#side .side_tbox li a,
#side .side_box li strong,
#side .side_tbox li strong {
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	display: block;
	font-size: 12px;
	color: #666666;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 22px;
	text-decoration: none;
	background-image: url(img/side_li.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
#side .side_box li.li_select a,
#side .side_tbox li.li_select a {
	color: #000000;
	text-indent: 2px;
}
#side .side_box li strong,
#side .side_tbox li strong {
	color: #000000;
	background-color:#D4EAEA;
	font-weight: normal;
	background-image: none;
	text-indent: 2px;
}
#side .side_box li a:hover,
#side .side_tbox li a:hover {
	background-color:#D4EAEA;
	color: #000000;
	background-image: url(img/side_li_ov.gif);
}

#side .side_bottom {
	background-image: url(img/side_bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-bottom: 10px;
}

/*フッター
------------------------------------------*/
#foot {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	padding: 10px;
	background-color: #F3F3F3;
}
#foot address {
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 5px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#foot p {
	font-size: 10px;
	color: #999999;
	left: 360px;
	top: 60px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#foot #foot_in {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#foot_in ul {
	margin: 0px;
	float: left;
	display: block;
	padding: 5px;
}
#foot_in a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#foot_in a:hover {
	color: #000000;
}
#foot_in li {
	background-position: top;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	display: inline;
}
.red {
	color: #FF0000;
}

