@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
body {
	color: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	font-family: sans-serif;
}
img {
	border: 0;
}
ul, li {
	list-style: none;
}
/* 文字 */

a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 5px solid #521116;
	margin-bottom: 20px;
	padding-left: 5px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
.hidden {
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.through {
	text-decoration: line-through;
}
.b {
	font-weight: bold;
}
.b_white {
	font-weight: bold;
	color: #FFFFFF;
}
.p10_right {
	font-size: 10px;
	text-align: right;
}
.p12_normal {
	font-size: 12px;
	font-weight: normal;
}
.p24 {
	font-size: 24px;
}
.p_521116 {
	color: #521116;
}
.margin_u10 {
	margin-bottom: 10px;
}
/* 基本枠 */
#wrapper {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background: #79201C;
}
#header {
	margin-bottom: 10px;
}
#main {
	width: 700px;
	float: left;
}
#main_text {
	padding: 0px 20px 10px 10px;
}
#navi {
	float: left;
	width: 260px;
	background-repeat: repeat;
	background-position: left top;
}
#address {
	padding: 10px 10px 10px 20px;
}
#footer {
	clear: both;
	height: 20px;
	padding: 5px;
	background: #000000;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
}
/* navi */
#navi ul {
}
#navi li {
	padding-bottom: 5px;
	width: 200px;
}
ul#syouhin {
	padding-left: 10px;
}
#navi p {
	color: #FFFFFF;
}
#navi a:link {
	color: #A31522;
	text-decoration: underline;
}
#navi a:visited {
	color: #A31522;
	text-decoration: underline;
}
#navi a:hover {
	color: #333333;
	text-decoration: none;
}
#navi a:active {
	color: #333333;
	text-decoration: none;
}

/* テーブル */
#main_text table {
	background: #FFFFFF;
}
#main_text .date {
	width: 100px;
	background: #FFFFCC;
	vertical-align: top;
}
#main_text td {
	padding: 5px 10px;
	color: #000000;
	border: 1px solid #79201C;
}
#main_text table a:link {
	color: #990000;
	text-decoration: underline;
}
#main_text table a:visited {
	color: #990000;
	text-decoration: underline;
}
#main_text table a:hover {
	color: #999999;
	text-decoration: none;
}
#main_text table a:active {
	color: #999999;
	text-decoration: none;
}

/* ページの先頭へ */
#to_top {
	float: right;
	text-align: right;
	padding-right: 20px;
	width: 680px;
}
#to_form {
}
#to_form a:link {
	color: #333333;
	background: #FFCC00;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
#to_form a:visited {
	color: #333333;
	background: #FFCC00;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
#to_form a:hover {
	color: #521116;
	text-decoration: underline;
}
#to_form a:active {
	color: #521116;
	text-decoration: underline;
}
table#setsubi {
}
#setsubi td {
	width: 33%;
}
.setsubi_left {
	float: left;
	width: 300px;
	margin: 0px 20px 20px;
}
.setsubi_right {
	float: right;
	width: 300px;
	margin: 0px 20px 20px 0px;
}
body#gizyutsu   dt {
	background: #521116;
	padding: 1px 5px;
}
body#gizyutsu  dd {
	margin-bottom: 15px;
	padding: 1px 5px;
}
body#pin h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
body#shisyuu h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
body#shisyuu #goods {
	padding: 20px;
	background-color: #000000;
	margin: 10px 20px 0px 10px;
}

/*body#english #main {
	background: #FFFFFF;
}*/
