@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: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
h2 {
	width: 100%;
	text-align: center;

}
#wrap #right_side h2 img {
	margin-bottom: 12px;
}

h3 {
	font-size: 90%;
	color: #CC6666;
	width: 580px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6666;
	background-color: #F7F7F7;
	line-height: 120%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

/*　全体の幅を指定　*/
#wrap {
	width:900px;
	background:#FFFFFF url(../img/bg_main_cont.gif) repeat-y;
	margin:0 auto;
	}

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

/*　ロゴの指定　*/
#logo {
	text-align: right;
	position: absolute;
	margin-top: 6px;
	margin-left: 3px;
}
#logo img {

}

/*　キャッチコピー文の指定　*/
#copy {
	position: absolute;
	top: 8px;
	left: 186px;
}
#copy  h2 {
	float: left;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	width: 460px;
}
#wrap #header .tel {
	left: 660px;
	position: absolute;
	top: 50px;
	font-size: 24px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	width: 220px;
}
#wrap #header .tel p {
	color: #401F00;
}


/*　グローバル・ナビゲーションの指定（横並びのメニュー）　*/
#global_navi {
	height: 40px;
	width: 900px;
	clear: left;
	position: relative;
	overflow:hidden;
	background-image: url(../img/global_navi_bg.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;
	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;
	width: 900px;
	top: 0px;
	text-align: right;
}
#assist_navi ul {
	font-size: 10px;
	width: 120px;
	margin-left: 680px;
}
#assist_navi li {
	list-style-type: none;
	line-height: 14px;
	background: url(../img/dot.gif) no-repeat left center;
	padding:0 1em;
	text-align: left;
}

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

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


/*　左側の商品メニューの指定　*/
#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);
}
/*#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: #CC6699;
	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: 710px;
	border-top:#FFFFFF 3px solid;
	position: relative;
	padding-bottom: 30px;
}
#wrap #right_side .ly01center_img .right {
	width: 250px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#wrap #right_side .ly01center_img .box_img .right p,#wrap #right_side .ly01center_img .box_img .left p {
	font-size: 90%;
	float: right;
	margin-top: 12px;
}
#wrap #right_side .ly01center_img .left {
	width: 250px;
	float: left;
	padding-right: 10px;
	padding-left: 30px;
}
#wrap #right_side .ly01center_img .box_img {
	clear: both;
	width: 580px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #right_side .ly01center_img .hr {
	margin-bottom: 12px;
}




/*　フロートの解除　*/
.clear {
	clear:both;
	}
	
/*　フッタの指定　*/	
#footer {
	clear: both;
	background-color: #660000;
	height: 40px;
	width: 900px;
	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: #3399FF;
	text-decoration: underline;
}
address {
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
}
#wrap #left_side .blog {
	margin-bottom: 12px;
}
