@charset "utf-8";

* { margin : 0 ; padding : 0 ; }

body{
	margin: 0 auto;
	text-align:center;
	background:#334422 center repeat-y;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

a{
	color:#aa2200;
}

a:visited{
	color:#003300;
}

a:hover{
	color:#cc7700;
}

/*--------------------------------

ヘッダー

--------------------------------*/
#header{
	width : 800px;
	height: 80px;
	padding-top:20px;
	margin:0 auto;
	text-align:left;
	position: relative;
	background:url(./img/header.jpg) #ffffff repeat-x;
}

*html #header{
	height: 100px;
}

#header h1{
	margin: 0 0 0 20px;
	font-size:30px;
	line-height:40px;
	color:#5599aa;
	font-weight:bold;
}

#header h1 a{
	color:#5599aa;
	text-decoration: none;
}

#header a{
	text-decoration: none;
}

#header a:hover{
	color:#dd8888;
	text-decoration: none;
}

#header p{
	margin: 0 0 0 60px;
	font-size:15px;
	color:#555555;
}

/*--------------------------------

ラインメニュー

--------------------------------*/

#linemenu{
	margin:0 auto;
	width:800px;
	height:35px;
	text-align:left;
	overflow:hidden;
	background:url(./img/linemenu.gif) bottom repeat-x #799755;
}

#linemenu ul{
	list-style:none;
}

#linemenu li{
	float:left;
	font-size:14px; /* ラインメニュー文字のサイズ */
}

#linemenu li a{
	display:block;
	line-height:35px;  /* ラインメニューの高さ */
	color:#ffffff; /* リンクの文字色 */
	text-decoration:none;
}

#linemenu li a span{
	display:block;
	background:url(./img/linemenu_left.gif) top left no-repeat;
}

#linemenu li a span span{
	padding:0 15px 0 25px;
	background:url(./img/linemenu_right.gif) top right no-repeat;
}

#linemenu li a:hover,
#linemenu li a.visit{
	color:#ffffff; /* リンクに矢印を合わせた時の文字色 */
	background:url(./img/linemenu2.gif) top repeat-x #c0c0c0;
}

#linemenu li a:hover span{
	background:url(./img/linemenu_left2.gif) top left no-repeat;
}

#linemenu li a:hover span span{
	background:url(./img/linemenu_right.gif) top right no-repeat;
}


/*--------------------------------

TOP画像

--------------------------------*/

.img_box{
	margin:0px auto;
	position: relative;
	width : 800px ;
	overflow:hidden;
	line-height:0;
	font-size:0;
}

/*--------------------------------

コンテナー

--------------------------------*/

#container{
	width : 800px ;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	background:#e8ede2;
}

/*--------------------------------

コンテンツ

--------------------------------*/
#contents{
	float:right;
	width : 575px ;
	padding:10px;
	text-align:center;
	background: #ffffff;
}

*html #contents{
	width : 600px ; /* 旧式IE対策 */
}

/*--------------------------------

コンテンツ　見出し

--------------------------------*/

#contents h2{
	margin-bottom:5px;
	padding:5px;
	text-align:left;
	font-size:18px;
	line-height:18px;
	color:#555555;
	background:url(./img/h2back.gif) repeat-x bottom #d9d9d9;
}
#contents h3{
	margin-bottom:5px;
	padding:5px 5px 5px 30px;
	text-align:left;
	font-size:17px;
	line-height:17px;
	color:#587245;
	font-weight:bold;
	background:url(./img/h3.gif) no-repeat;
	border-bottom:1px dotted #aaaaaa;
}

#contents h4{
	margin:10px 10px 5px 10px;
	padding:0 0 0 23px;
	text-align:left;
	font-size:17px;
	line-height:20px;
	color:#b57128;
	background:url(./img/h4.gif) no-repeat;
	border-bottom:1px dotted #aaaaaa;
}

/*--------------------------------

コンテンツ　文章

--------------------------------*/

#contents p{
	margin:0 15px 10px 15px;
	text-align:left;
	font-size:14px;
	line-height:23px;
	color:#000000;
}

/*--------------------------------

コンテンツ　画像の位置

--------------------------------*/
#contents span.right{
	float:right;
	margin:0 10px 0 10px;
}

#contents span.left{
	float:left;
	margin:0 10px 10px 0; 
}

/*--------------------------------

コンテンツ　リンク

--------------------------------*/

#contents a.link{
	float:right;
	margin:0 10px 10px 10px;
	padding:0 5px 0 17px;
	text-align:right;
	text-decoration:none;
	font-size:13px;
	color:#dd7715;
	background:url(./img/link.gif) no-repeat;
	border:1px solid #ffbf6c;
}

/*--------------------------------

コンテンツ　ボックス

--------------------------------*/

#contents div.box1{
	margin:0 15px 10px 15px;
	text-align:left;
	overflow:hidden;
	clear:both;

}

/*--------------------------------

コンテンツ　ボックスその2

--------------------------------*/

#contents div.box2{
	margin:0 15px 10px 15px;
	padding:10px;
	text-align:left;
	overflow:hidden;
	background:#fcf9ed;
	border:solid 1px #ab9a79;
}

#contents div.box2 h5{
	margin-bottom:5px;
	padding:7px 5px 5px 25px;
	text-align:left;
	font-size:15px;
	line-height:15px;
	font-weight:normal;
	color:#333333;	
	background:#efe6bb url(./img/h5.gif) no-repeat ;
	border-bottom:1px solid #ccad7c;
}


/*--------------------------------

コンテンツ　二割ボックス

--------------------------------*/

#contents .box_ab{
	width:560px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:left;
	overflow:hidden;
}
#contents .box_ab p{
	font-size:13px;
	line-height:20px;
}

#contents .box_a{
	float:left;
	width:273px;
	height:170px; /*  */
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}

#contents .box_b{
	float:right;
	width:273px;
	height:170px; /*  */
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}

/*--------------------------------

ニュースリリース

--------------------------------*/

#contents .log_box{
	width:540px;
	padding: 10px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
	background:#ede4bf;

}

*html #contents .log_box{
	width:560px; /* 旧式IE対策 */
}

#contents .log_box h5{
	margin-bottom:5px;
	padding:7px 5px 5px 26px;
	text-align:left;
	font-size:15px;
	line-height:15px;
	font-weight:normal;
	color:#333333;	
	background:#ffffff url(./img/h5.gif) no-repeat ;
	border-bottom:1px solid #cccccc;
}
#contents .log_box span{
	margin:0 7px 0 7px;
	background:#dd7715;
	padding:0 3px 0 3px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
#contents .log_box ul{
	margin-top:10px;
	list-style:none;
	text-align:left;
	color:#333333;	
}

#contents .log_box li{
	display:block;
	width:540px;
	font-size:13px;
	line-height:23px;
	border-bottom:1px dotted #766655;	
}

#contents .log_box li a{
	margin:0;
	padding:5px 0 5px 7px;
	color:#000000;	
}
#contents .log_box li a:hover{
	color:#aa3333;
}
/*--------------------------------

サイドメニュー

--------------------------------*/

#sidemenu{
	float: left;
	width: 203px;
	padding-top:10px;
}

*html #sidemenu{
	width: 200px; /* 旧式IE対策 */
}

/*--------------------------------

サイドメニュー リスト

--------------------------------*/

#sidemenu .sidemenu1{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width : 180px ;
	background:#ffffff;
	border:1px solid #799755;
	overflow:hidden;
}

#sidemenu .sidemenu1 h3{
	color:#ffffff;
	padding:10px;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	background:#799755 url(./img/sidemenu1_h3.gif);
}

#sidemenu .sidemenu1 ul{
	margin:2px;
	overflow:hidden;
	text-align:left;
	line-height:25px;
	list-style:none;
}

#sidemenu .sidemenu1 li{
	margin:5px 2px 5px 2px;
	padding:5px 0 5px 0;
	width : 170px ;
	line-height:23px;
	background:url(./img/sidemenu1.gif) bottom repeat-x #fefee8;
	border:1px solid #dddddd;
}

#sidemenu .sidemenu1 li a{
	display:block;
	padding-left:20px;
	padding-right:5px;
	font-size:14px;
	text-decoration: none;
	background:url(./img/ic_menu1.gif) no-repeat;
}

#sidemenu .sidemenu1 li a:hover{
	padding-left:20px;
	font-size:14px;
	text-decoration: none;
	background:url(./img/ic_menu2.gif) no-repeat;
}
/*--------------------------------

サイドメニュー 特集など

--------------------------------*/

#sidemenu .special{
	width:160px;
	margin:0 auto;
	margin-bottom:10px;
	padding:10px;
	over-flow:hidden;
	text-align:left;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	background:#8ccfbd url(./img/special.gif) top repeat-y;	
}

*html #sidemenu .special{
	width:180px;
}

#sidemenu .special a{
	padding-left:22px;
	color:#ffffff;
	text-decoration: none;
	background:url(./img/ic_special.gif) no-repeat;	
}

#sidemenu .special2{
	width:160px;
	margin:0 auto;
	margin-bottom:10px;
	padding:10px;
	over-flow:hidden;
	text-align:left;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	background:#bbbbbb url(./img/special2.gif) top repeat-y;	
}

*html #sidemenu .special2{
	width:180px;
}

#sidemenu .special2 a{
	padding-left:22px;
	color:#ffffff;
	text-decoration: none;
	background:url(./img/ic_special.gif) no-repeat;	
}

/*--------------------------------

サイドメニュー お勧め商品

--------------------------------*/
#sidemenu .sidemenu2{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width : 180px ;
	background:#ffffff;
	border:1px solid #999999;
	overflow:hidden;
}

#sidemenu .sidemenu2 h3{
	color:#ffffff;
	margin:5px;
	padding:5px;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	background:#d2a359 url(./img/sidemenu2_h3.gif);
}

#sidemenu .sidemenu2 .sidemenu2box{
	width:130px;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	background:#ffffff;
	border-bottom:1px solid #aaaaaa;
}

#sidemenu .sidemenu2 .sidemenu2box span.title{
	display:block;
	width:130px;
	font-weight:bold;
	font-size:13px;
	border-bottom:1px dotted #aaaaaa;
}

#sidemenu .sidemenu2 .sidemenu2box p{
	text-align:left;
	font-size:11px;
}

#sidemenu .sidemenu2 .sidemenu2box span.price{
	display:block;
	width:130px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
}

#sidemenu .sidemenu2 .sidemenu2box a.more{
	float:right;
	margin:0 0 5px 7px;
	padding:0 2px 0 12px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#dd7715;
	background:url(./img/ic_menu3.gif) no-repeat;
}

#sidemenu .sidemenu2 .sidemenu2box hr{
	clear:both;
	margin-bottom:10px;
}

#sidemenu .sidemenu2 .sidemenu2box a{
	text-decoration: none;
}

#sidemenu .sid_img_btm{
	margin-top:50px;
	width : 200px ;
	height:100px;
	background:url(./img/sid_img_btm.gif) no-repeat top;
}



/*--------------------------------

フッター

--------------------------------*/

#footer{
	clear:both;
	margin:0px auto;
	width : 800px ;
	height:50px;
	background:#cccccc;
	font-size: 13px;
	color: #eeeeee;
}


address{
	padding-top:10px;
	text-align: center;
	font-size: 12px;
	color: #555555;
}

/*--------------------------------

その他

--------------------------------*/


.line{
	width : 880px ;
	height:1px;
	background-color: #ffffff;
}

.height5{
	clear:both;
	height:10px ;
}

