* {
	margin:0;
	padding:0;
	font-family: sans-serif, Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:transparent;
	color:#000000;
}
body {
	background-color:#A2D7DD;
	font-family: sans-serif, Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color:#44241A;
	text-align:center;
	line-height:18px;
	margin:0;
	padding:0 0 42px 0;
}
#header {
	width:780px;
	height:128px;
	margin:42px 0 0 0;
	padding:0;
	background-image:URL("../img/header_bg.gif");
	border-width:2px 2px 0 2px;
	border-color:#C2D95C;
	border-style:solid;
}
h1 {
	color:#69BD83;
	font-size:26px;
	font-weight:bold;
	margin:58px 0 0 28px;
	text-align:left;
}
#main {
	background-color:#FFFFFF;
	margin:0;
}
#main_contents {
	width:780px;
	background-color:#FFFFFF;
	border-left:2px #C2D95C solid;
	border-right:2px #C2D95C solid;
	margin:0;
	padding:36px 0 12px 0;
}
/**********************/
/*    メニュー部分    */
/**********************/

#navi {
	height:34px;
	margin:0;
	background-image:URL("../img/navi_bg.gif");
	text-align:center;
}
#navi_menu {
	width:780px;
	height:26px;
	overflow:hidden;
	font-size:18px;
	margin:8px 0 0 0;
	letter-spacing:1px;
	color:#FFFFFF;
	text-align:center;
}
#navi_menu a {
	margin:0 6px 0 6px;
	text-decoration:none;
	color:#FFFFFF;
}
/********************************/
/*    メニューのリンクカラー    */
/********************************/

#navi_menu a:link, #navi_menu a:visited {
	margin:0 6px 0 6px;
	text-decoration:none;
	color:#FFFFFF;
}
#navi_menu a:active, #navi_menu a:hover {
	margin:0 6px 0 6px;
	text-decoration:none;
	color:#A2D7DD;
}
/**************************************/
/*    下部メニューのフォントサイズ    */
/**************************************/
.small {
	font-size:12px;
	font-weight:bold;
}
/**********************/
/*    商品表示部分    */
/**********************/	
#shouhin {
	width:700px;
	text-align:left;
	margin:20px 0 32px 12px;
}
#shouhin dl  {
	width:680px;
	margin:0;
}
#shouhin dl dt {
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 6px;
	overflow:hidden;
}
#shouhin dl dd {
	border-top:1px #69BD83 dotted;
}
#shouhin a {
	text-decoration:none;
	color:#000000;
}
#shouhin a:hover {
	text-decoration:none;
	color:#A2D7DD;
}
/**************************/
/*    商品画像表示部分    */
/**************************/
.gazou {
	width:138px;
	height:138px;
	text-align:center;
	float:left;
	margin:8px;
}
.gazou img {
	border:1px #DDDDDD solid;
}
/**********************/
/*    商品説明部分    */
/**********************/
.setsumei {
	float:right;
	width:500px;
	height:100px;
	overflow:hidden;
	text-align:left;
	margin:8px 0 8px 0;
	color:#666666;
	font-size:12px;
}
.kakaku {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0 0 0 12px;
	color:red;
	font-size:12px;
	font-weight:bold;
}
.shousai {
	width:460px;
	text-align:right;
}
.shousai img {
	border:none;
}
hr {
	margin:0;
	width:600px;
	height:2px;
	color:#C2D95C;
	style:dotted;
}
