@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:#666666;
	}
dl,dt,dd {
	margin:0;
	padding:0;
	font-size:100%;
	}
html {
	overflow-y:scroll;
	}
img {
	border:0;
	}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	line-height: 19px;
	height: 19px;
	width: 600px;
	position: absolute;
	font-weight: normal;
	color: #666666;
	left: 10px;
	top: 10px;
}
h2 {
	position: absolute;
	left: 10px;
	top: 30px;
}


/*　全体の幅を指定　*/
#wrap {
	width:800px;
	background:#FFFFFF url(../img/bg_main_cont.gif) repeat-y;
	margin:0 auto;
	}

/*　ヘッダの指定　*/
#header {
	height: 80px;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
}

/*　グローバル・ナビゲーションの指定（横並びのメニュー）　*/
#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: 640px;
	margin-left: 160px;
	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;
	text-indent:-9999px;
	background-image: url(../img/global_navi.jpg);
	background-repeat: no-repeat;
}
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;
	text-align: right;
	right: 0px;
	bottom: 10px;
}
#assist_navi ul {
	font-size: 10px;
}
#assist_navi li {
	display: inline;
	list-style-type: none;
	line-height: 22px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 12px;
}

/*　コンテンツ左側の枠指定　*/
#left_side {
	clear: left;
	float: left;
	width: 190px;
	border-top:#FFFFFF 3px solid;
	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.gif);
	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_subnavi.gif);
	background-repeat: no-repeat;
}
/*#sub_navi a:link {
	background-image: url(../img/bg_subnavi_off.gif);
}
#sub_navi a:visited {
	background-image: url(../img/bg_subnavi_off.gif);
	}
	*/
#sub_navi a:hover {
	color: #CC3333;
	background-position: -180px 0px;
}
/* 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;
}

/*　コンテンツ右側の枠指定　*/
#right_side {
	float: right;
	width: 610px;
	border-top:#FFFFFF 3px solid;
	position: relative;
	padding-bottom: 30px;
}
#right_side a:link {
	color: #CC3333;
	text-decoration: none;
}
#right_side a:visited {
	color: #CC3333;
	text-decoration: none;
}
#right_side a:hover {
	color: #CC3333;
	text-decoration: underline;
}
/*　各情報エリア等の指定　*/
#cont_a {
	width:305px;
	float:left;
	margin-top:20px;
	}
#cont_b {
	width:305px;
	float:right;
	margin-top:20px;
	}
#news {
	width:285px;
	margin: 0 auto 20px auto;
	font-size: 75%;
	}
#news dl {
	width: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#news dt {
	color: #666666;
	margin-bottom: 2px;
}
#news dd {
	margin: 0 0.5em 0.5em 0;
}

#topics {
	width:285px;
	margin:0 auto 20px auto;
	font-size: 70%;
	}
.topics_box {
	float: left;
	width: 120px;
	margin-left: 10px;
	/*background: url(../img/arrow01.gif) no-repeat left 107px;*/
}
.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;
	/*background: url(../img/arrow01.gif) no-repeat left 107px;*/
}
.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 p {
	font-size: 90%;
	line-height: 1.5em;
	margin: 10px;
}

#info a:link {
	color:#333333;
	font-weight: bold;
	text-decoration: underline;
	}
#info a:visited {
	color:#666666;
	font-weight: bold;
	text-decoration: underline;
	}
#info a:hover {
	color:#CC3333;
	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;
	line-height: 120%;
}

.info_line {
	width: 285px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	padding-top: 10px;
}

/*　フロートの解除　*/
.clear {
	clear:both;
	}

/*　フロートの解除　*/	
#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;
}
	
/*　フッタの指定　*/	
#footer {
	clear: both;
	height: 40px;
	width: 800px;
	text-align: right;
	line-height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
}
#footer a:link {
	color: #666666;
	text-decoration: underline;
}
#footer a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC3333;
	text-decoration: underline;
}
address {
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
}

