/*　全体　*/
body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

div, p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input,
object, param, embed {
	margin: 0;
	padding: 0;
}

a:link {text-decoration:underline; color:#726358;}
a:active {border:none; text-decoration:underline; color:#726358;}
a:visited {text-decoration:underline; color:#726358;}
a:hover {text-decoration:underline; color:#726358;}

/*　ヘッダー　*/
.head {
	margin: 9px 18px;
	padding: 0px;
	border: none;
}

div#navilink {
	margin: 0px 18px 0px 0px;
	padding: 0px;
	text-align: right;
	color: #726358;
}
div#navilink img{
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
div#navilink a:link {
	color: #726358;
	text-decoration: none;
}
div#navilink a:active {
	color: #726358;
	text-decoration: underline;
}
div#navilink a:visited {
	color: #726358;
	text-decoration: none;
}
div#navilink a:hover {
	color: #726358;
	text-decoration: underline;
}

/*　左ナビ　*/
.navleft {
	margin: 9px;
	padding: 0px;
}

/*　メインコンテンツ　*/
.box10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	text-align: left;
}
h1  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	padding: 5px 4px 3px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	color: #726358;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #E7DECF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C0A981;
	border-right-color: #C0A981;
	border-bottom-color: #C0A981;
	border-left-color: #C0A981;
}
h3 {
	font-size: 1em;
	line-height: 1.2em;
	color: #C57545;
	margin: 9px 0px;
	padding: 0px;
}

/*　左そろえのボックス　*/
.box_left {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/*　中央そろえのボックス　*/
.box_center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*　商品名　*/
.itemname {
	font-weight: bold;
	color: #6C5E51;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}
/*　品番　*/
.itemno {
	color: #494949;
	margin-top: 0px;
	margin-bottom: 2px;
}
/*　商品説明・価格　*/
.comment {
	color: #494949;
	margin: 0px;
	padding: 0px;
}
/*　フォーム　*/
.form1 {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
/*　ページ上部へ　*/
.pagetop {
	text-align: right;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}

/*　フッター　*/
.box_foot {
	margin: 0px;
	padding: 0px;
}
div#foot {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	color: #006633;
	font-size: 1em;
	line-height: 1.2em;
}
div#foot a:link {text-decoration:none; color:#006633;}
div#foot a:active {border:none; text-decoration:underline; color:#006633;}
div#foot a:visited {text-decoration:none; color:#006633;}
div#foot a:hover {text-decoration:underline; color:#006633;}
div#foot .foottxt1 {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div#foot .foottxt2 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}
div#foot .copyright {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D9ECD2;
	font-size: 0.85em;
}

