@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	background:url(../img/bg.gif);
	color:#333333;
	}
dl,dt,dd {
	margin:0;
	padding:0;
	font-size:100%;
	}
html {
	overflow-y:scroll;
	}
img {
	border:0;
	}
a:link {
	color: #336600;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h1 {
}

h3 {
	margin: 20px 10px 20px 10px;
}
h4 {
	font-size: 90%;
	color: #663300;
	width: 550px;
	padding: 5px;
	margin: 0 auto 1em auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	background-color: #F2E2AA;
}

/*　全体の幅を指定　*/
#wrap {
	width:800px;
	margin:0 auto;
	background-color: #F9F1D7;
	}

/*　ヘッダの指定　*/
#header {
	height: 80px;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
}

/*　ロゴの指定　*/
#logo {
	width: 400px;
	position: absolute;
	height: 41px;
	top: 25px;
	left: 15px;
}
#logo img {

}

/*　キャッチコピー文の指定　*/
h1 {
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
#copy p {
	float: left;
	width: 349px;
	font-size: 12px;
	color: #663300;
}

/*　グローバル・ナビゲーションの指定（横並びのメニュー）　*/
#global_navi {
	height: 40px;
	width: 800px;
	clear: left;
	position: relative;
	overflow:hidden;
	background-image: url(../img/global_navi_bgfl.jpg);
	background-repeat: repeat-x;
}
#global_navi ul {
	height: 40px;
	width: 512px;
	margin-left: 288px;
	list-style-type: none;
	background: url(../img/global_navi_bg01.gif) repeat-x;
	font-size: 12px;
}
#global_navi li {
	float: left;
}
/* global_navi ロールオーバー設定 */
#global_navi a {
	display: block;
	height: 40px;
	width: 128px;
	background: url(../img/global_navi.gif) no-repeat;
	text-indent:-9999px;
}
li#gn_01 a {
	background-position: 0px 0px;
}
li#gn_01 a:hover {
	background-position: 0px -40px;
}
li#gn_02 a {
	background-position: -128px 0px;
}
li#gn_02 a:hover {
	background-position: -128px -40px;
}
li#gn_03 a {
	background-position: -256px 0px;
}
li#gn_03 a:hover {
	background-position: -256px -40px;
}
li#gn_04 a {
	background-position: -384px 0px;
}
li#gn_04 a:hover {
	background-position: -384px -40px;
}
li#gn_05 a {
	background-position: -512px 0px;
}
li#gn_05 a:hover {
	background-position: -512px -40px;
}
li#gn_06 a {
	background-position: -525px 0px;
}
li#gn_06 a:hover {
	background-position: -525px -40px;
}
/* global_navi ロールオーバー設定終了 */


/*　アシスト・ナビゲーション（画面右上の部分）の指定　*/
#assist_navi {
	position: absolute;
	height: 22px;
	width: 500px;
	top: 0px;
	text-align: right;
	right: 0px;
}
#assist_navi ul {
	font-size: 10px;
}
#assist_navi li {
	display: inline;
	list-style-type: none;
	line-height: 22px;
	background: url(../img/dot.gif) no-repeat left center;
	padding:0 1em;
}
#assist_navi a:link {
	color: #663300;
	text-decoration: none;
}
#assist_navi a:visited {
	color: #663300;
	text-decoration: none;
}

#assist_navi a:hover {
	color: #663300;
	text-decoration: underline;
}


/*　コンテンツ左側の枠指定　*/
#left_side {
	clear: left;
	float: left;
	width: 190px;
	text-align:center;
	position: relative;
	padding-top: 5px;
}

/*　カートの中身を見るボタンのロールオーバー設定　*/
#btn_cart {
	height: 35px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#btn_cart a {
	background-image: url(../img/shopping_cart.jpg);
	height: 35px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
}
#btn_cart a:hover {
	background-position: 0px -35px;
}



/*　左側の商品メニューの指定　*/
#sub_navi {
	width: 180px;
	text-align: left;
	margin: 5px 5px 0 5px;
}
/* sub_navi ロールオーバー設定 */
#sub_navi a {
	display: block;
	height: 35px;
	width: 180px;
	background-position: 0px 0px;
	background-image: url(../img/bg_sub_navi.gif);
}
#sub_navi a:hover {
	background-position: 180px 0px;
	color: #336600;
	text-decoration: underline;
}
/* sub_navi ロールオーバー設定終了 */
#sub_navi ul {
	width: 180px;
	font-size: 12px;
}
#sub_navi li {
	line-height: 35px;
	height: 35px;
	width: 180px;
	list-style-type: none;
	text-indent: 20px;
}
#bannar_area {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#bannar_area p {
	margin-bottom: 5px;
	font-size: 12px;
	width: 180px;
}



/*　コンテンツ右側の枠指定　*/
#right_side {
	float: right;
	width: 610px;
	position: relative;
	padding-bottom: 30px;
}

/*　各情報エリア等の指定　*/
#cont_a {
	width:305px;
	float:left;
	margin-top:10px;
	}
#cont_b {
	width:305px;
	float:right;
	margin-top:10px;
	}
#news {
	width:285px;
	margin: 0 auto 20px auto;
	font-size: 75%;
	}
#news a:link {
	color: #663300;
	text-decoration: underline;
}
#news a:visited {
	color: #663300;
	text-decoration: underline;
}
#news a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#news dl {
	width: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#news dt {
	color: #333333;
}
#news dd {
	line-height: 120%;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0;
}

#topics {
	width:285px;
	margin:0 auto 20px auto;
	font-size: 70%;
	}
.topics_box {
	float: left;
	width: 120px;
	margin-left: 10px;
}
.topics_box p {
	padding-left:12px;
	background: url(../img/arrow01.gif) no-repeat left top;
	}
.topics_box img {
	border:#999999 1px solid;
	margin:10px 0 2px 0;
	}
.topics_box2 {
	float: right;
	width: 120px;
	margin-right: 10px;
}
.topics_box2 p {
	padding-left:12px;
	background: url(../img/arrow01.gif) no-repeat left top;
	}
.topics_box2 img {
	border:#999999 1px solid;
	margin:10px 0 2px 0;
	}
#info {
	width:285px;
	margin:0 auto 20px auto;
	font-size: 75%;
	}
#info a:link {
	color:#336600;
	font-weight: bold;
	text-decoration: underline;
	}
#info a:visited {
	color:#660000;
	font-weight: bold;
	text-decoration: underline;
	}
#info a:hover {
	color:#FF6600;
	font-weight: bold;
	text-decoration: underline;
	}
.info_imgbox {
	float: left;
	width: 82px;
	margin-top: 10px;
}
.info_imgbox img {
	border:#999999 1px solid;
}
.info_txtbox {
	float: right;
	width: 195px;
	margin-top: 10px;
}
.info_txtbox p {
	margin-bottom: 5px;
}

.info_line {
	width: 285px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	padding-top: 10px;
}

/*　フロートの解除　*/
.clear {
	clear:both;
	}
	
/*　フッタの指定　*/	
#footer {
	clear: both;
	background-color: #660000;
	height: 40px;
	width: 800px;
	text-align: right;
	line-height: 40px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
address {
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
}
#to_pagetop {
	clear: both;
	height: 35px;
	width: 785px;
	line-height: 35px;
	text-align: right;
	font-size: 12px;
	padding-right: 15px;
	background-image: url(../img/to_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 720px 12px;
}
#top_text {
	width: 580px;
	margin-bottom: 10px;
	padding: 15px;
}
#top_text p {
	font-size: 75%;
	line-height: 120%;
}
#top_text p.top_text_bold {
	font-size: 80%;
	font-weight: bold;
	color: #663300;
	margin-bottom: 10px;
}
