@charset "Shift_JIS";

/*■----- Style -----■*/
body {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

/* 全体幅 */
div#content{
	margin: 0px auto;
	width: 700px;
	text-align: left;
}

h1 {
	margin-left: 10px;
	font-size: 18px;
	color: #671D1C;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2 {
	width: 500px;
	margin-left: 10px;
	font-size: 14px;
	color: #9D7537;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}



/*■----- Class -----■*/

/*---全ページ共通---*/
#main-table {
	background-color: #8C0300;
	width: 800px;
}


.menu {
	background-color: #C49B60;
	height: 59px;
	text-align: right;
	vertical-align: middle;
}
.page-title {
	background-color: #DABD8E;
	height: 59px;
	background-image: url(images/page_title_back.gif);
	text-align: left;
}
.page-info {
	background-image: url(images/page_title_back.gif);
	background-repeat: repeat-x;
	padding-top: 19px;
	width: 185px;
	background-color: #DABD8E;
	text-align: right;
	vertical-align: top;
}
.page {
	background-color: #DABD8E;
	width: 615px;
	background-image: url(images/page_title_back.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
}
#page-title {
	width: 615px;
}

.page_marg {
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
}

.p_marg_cart {
	width: 615px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

.shop_space {
	width: 553px; hight:40px;
}

.bdt {border-top: dashed 1px #653300;}
.bdt2 {border: solid 1px #666666;}

.txt12b {	font-size: 12px;font-weight: bold;line-height:140%;
}
.txt12 {	font-size: 12px;line-height:140%;
}
.txt10 {	font-size: 10px;line-height:140%;
}

/*---トップ---*/
#top_u {
	width: 550px;
color: #ffffff;
font-size: 12px;line-height:140%;
}

#company td {
	background-image: url(images/company_table.gif);
}

/*---Contact---*/
#contact {
	width: 450px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-position: left;
}

/*---spacer---*/
spline {
	width: 700px;	height:20px;
background-image: url(images/sp_line.gif);
}

/*---スペック---*/
#kyokumei {
	width: 300px;
	border-top-width: thin;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663514;
	border-bottom-color: #000000;
	background-position: left;
	margin-left: 10px;
	font-size: 12px;
}

th.kyokumei {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #666666;
	color:#666666;
	background-color:#cccccc;
	font-size: 12px;
}
td.kyokumei{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663514;
	border-bottom-color: #666666;
	font-size: 12px;
}
td.kyokumei2{
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663514;
	border-bottom-color: #666666;
	font-size: 12px;
}

#cartkosin {
	width: 500px;
	height:30px;
	font-size: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-left: 10px;
	text-align:right;
}


.fbtn{
font-family:ＭＳ Ｐゴシック; font-size:10pt; color:#333333; background-color:#FFFFFF; border:1 solid #A2896B;
}

a.white:{color:#ffffff; text-decoration:underline;}
a.white:link{color:#ffffff; text-decoration:underline;}
a.white:visited {color:#ffffff; text-decoration:underline;}
a.white:hover {color:#ffcc00; text-decoration:underline;}
a.white:active {color:#ffcc00; text-decoration:underline;}

/* 文章中のリンク */
a:link {
	color: #663514;		/* リンク・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
a:visited{
	color: #F5EEE2;		/* 訪問済みリンク・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
a:hover{
	color: #FFCC00;		/* ロールオーバー時・フォントの色 */
	text-decoration: underline;	/* リンク線 */
	background:#663514;
}
a:active {
	color: #B56224;		/* クリック時・フォントの色 */
	text-decoration: overline underline;	/* リンク線 */
}
