@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	color:#666666;
	background-image: url(../img/bg.jpg);
	}
dl,dt,dd,
form,fieldset,input,texarea,button {
	margin:0;
	padding:0;
	font-size:100%;
	}
html {
	overflow-y:scroll;
	}
img {
	border:0;
	}
a:link {
	color: #CC6666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}

/*　全体の幅を指定　*/
#wrap {
	width:800px;
	margin:0 auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

/*　ヘッダの指定　*/
#header {
	height: 125px;
	width: 800px;
	position: relative;
	background-image: url(../img/bg_header.jpg);
}

/*　ロゴの指定　*/
#logo {
	text-align: right;
	position: absolute;
	top: 25px;
	left: 8px;
}

/*　キャッチコピー文の指定　*/
#copy {
	width: 800px;
	position: absolute;
	left: 10px;
	top: 0px;
	height: 25px;
	line-height: 25px;
}
#copy p {
	float: left;
	font-size: 12px;
	color: #CC6666;
}
#header_tel {
	height: 50px;
	width: 210px;
	position: absolute;
	left: 500px;
	top: 23px;
}


/*　グローバル・ナビゲーションの指定（横並びのメニュー）　*/
#global_navi {
	height: 40px;
	width: 800px;
	clear: left;
	position: absolute;
	top: 75px;
	left: 0px;
}
#global_navi ul {
	height: 40px;
	width: 384px;
	list-style-type: none;
	font-size: 12px;
	margin-left: auto;
}
#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;
	top: 0px;
	text-align: right;
	left: 300px;
}
#assist_navi ul {
	font-size: 10px;
}
#assist_navi li {
	display: inline;
	list-style-type: none;
	line-height: 22px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1.2em;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#assist_navi a:link {
	color: #CC3366;
	text-decoration: none;
}
#assist_navi a:visited {
	color: #CC3366;
	text-decoration: none;
}
#assist_navi a:hover {
	color: #CC3366;
	text-decoration: underline;
}


/*　コンテンツ左側の枠指定　*/
#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;
}
#btn_cart a:hover {
	background-image: url(../img/shopping_cart.gif);
	background-position: 0px -35px;
}

/*　左側の商品メニューの指定　*/
#sub_navi {
	width: 180px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
/* sub_navi ロールオーバー設定 */
#sub_navi a {
	display: block;
	height: 35px;
	width: 180px;
	background-position: 0px 0px;
	background-image: url(../img/sub_navi.gif);
}
#sub_navi a:hover {
	background-position: -180px;
}

/* 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-bottom: 30px;
	margin-left: auto;
}
#bannar_area img {
	margin-bottom: 20px;
}



/*　コンテンツ右側の枠指定　*/
#right_side {
	float: right;
	width: 610px;
	border-top:#FFFFFF 3px solid;
	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 dl {
	padding: 10px 5px 0 5px;
}
#news dt {
	color: #660000;
}
#news dd {
	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;
	/*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%;
	line-height: 130%;
	}
#info a:link {
	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;
}

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

/*　フロートの解除　*/
.clear {
	clear:both;
	}
.pagetop {
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

	
/*　フッタの指定　*/	
#footer {
	clear: both;
	height: 40px;
	width: 800px;
	text-align: right;
	line-height: 40px;
	background-image: url(../img/bg_footer.jpg);
}
address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
	color: #CC6666;
}
.txt_colored {
	font-weight: bold;
	color: #CC6666;
}
.txt_colored2 {
	color: #CC3333;
}

