@charset "utf-8";

* { margin : 0 ; padding : 0 ; }

body{
	margin: 0 auto;
	text-align:center;
	background:#ffffff url(./img/bg.gif) top repeat-x;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px; /* 文字のサイズ */
	line-height: 20px; /* 文字の行間 */
	color: #333333; /* 文字の色 */
}

a{
	color:#1286CC; /* 文字の色 */
}

a:visited{
	color:#000000; /* 文字の色 */
}

a:hover{
	color:#cc0000; /* 文字の色 */
}

img{
	border:none;
}

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

全体

--------------------------------*/
#all{
	width : 850px;
	margin:0 auto;
	border-left:1px solid #448800;
	border-right:1px solid #448800;
}

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

ヘッダー

--------------------------------*/
#header{
	width : 830px;
	overflow:hidden;
	padding:25px 10px 0 10px;
	margin:0 auto;
	text-align:left;
	background:#ffffff url(./img/header.gif) top repeat-x;

}

*html #header{
	width : 850px; /* 旧式IE対策 */
}

#header .head_logo{
	float:left;
	width : 300px;
	padding:10px;
	font-weight:bold;
	text-align:center;
	line-height:0; /* 画像の代わりに文字を入れる場合はこの行を消す */
	font-size:1px; /* 画像の代わりに文字を入れる場合はこの行を消す */
	border:1px solid #dddddd; /* 枠なしの場合はこの一行を消す */
}

*html #header .head_logo{
	width : 320px; /* 旧式IE対策 */
}

#header .head_text{
	float:right;
	width : 490px;
}

#header h1{
	float:left;
	font-size:18px; /* 文字のサイズ */
	line-height:25px; /* 文字の行間 */
	color:#5599aa; /* 文字の色 */
	font-weight:bold;
}

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

#header a{
	text-decoration: none;
}

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

#header p{
	float:left;
	margin-left:18px;
	font-size:15px; /* 文字のサイズ */
	color:#555555; /* 文字の色 */
}

.header_btm{
	height: 30px;
	margin-bottom:1px;
	line-height:0;
	font-size:0;
	background:#ffffff url(./img/header2.gif) bottom repeat-x;

}

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

ラインメニュー

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

#linemenu{
	margin:0 auto;
	width:850px;
	text-align:left;
	overflow:hidden;
	position: relative;
	background:#77cc11 url(./img/linemenu.gif) top repeat-x;
}

#linemenu ul{
	list-style:none;
}

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

#linemenu li a{
	display:block;
	line-height:35px;  /* ラインメニューの高さ */
	color:#ffffff; /* リンクの文字色 */
	font-weight:bold;
	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 10px 0 20px;
	background:url(./img/linemenu_right.gif) top right no-repeat;
}

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

#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;
}

#linemenu li.tel{
	padding-left:23px;
	font-size:18px; /* 文字のサイズ */
	line-height:35px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
}

#linemenu li.tel span{
	font-size:11px; /* 文字のサイズ */
}

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

TOP画像

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

.img_box{
	margin:0px auto;
	width : 850px ;
	height: 200px;
	overflow:hidden;
	background:#333333;
}

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

コンテナー

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

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

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

コンテンツ

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

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

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

コンテンツ　見出し

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

#contents h2{
	margin-bottom:5px;
	padding:5px;
	text-align:left;
	font-size:18px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#667733; /* 文字の色 */
	background:url(./img/title.gif) repeat-x bottom #ffffff;
	border-top:1px solid #dddddd;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

#contents div.box1 h3{
	margin-bottom:5px;
	padding:5px 5px 5px 25px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#445588; /* 文字の色 */
	font-weight:normal;
	background:#eeeeee url(./img/h3.gif) no-repeat;
}

#contents div.box3 h3{
	margin:5px;
	padding:3px;
	font-weight:normal;
	background:url(./img/title.gif) repeat-x bottom #ffffff;
	border-top:1px solid #dddddd;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

#contents div.box2 h3{
	padding:7px 5px 5px 25px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:15px; /* 文字の行間 */
	color:#664433; /* 文字の色 */
	font-weight:normal;
	background:url(./img/h3box2.gif) no-repeat ;
}

#contents .box_cde h3,
#contents .box_ab h3,
#contents .log_box h5{
	padding:3px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#333333; /* 文字の色 */
	font-weight:normal;
	background:#ffffff url(./img/h4.gif) bottom repeat-x;
}

#contents .box_title{
	margin-bottom:5px;
	background:url(./img/title.gif) repeat-x bottom #ffffff;
	border-top:1px solid #dddddd;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

#contents .box_cde .box_title,
#contents .box_ab .box_title{
	margin:5px;
}

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

コンテンツ　文章

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

#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:#ffffff; /* 文字の色 */
	font-weight:bold;
	background:#dd7715 url(./img/link.gif) no-repeat;
	border-top:1px solid #bb3300;
	border-bottom:1px solid #bb3300;
}

#contents a:hover.link{
	float:right;
	margin:0 10px 10px 10px;
	padding:0 5px 0 17px;
	text-align:right;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background:#74849d url(./img/link.gif) no-repeat;
	border-top:1px solid #112244;
	border-bottom:1px solid #112244;
}


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

コンテンツ　白ボックス

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

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

}

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

コンテンツ　お知らせボックス

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

#contents div.box2{
	margin:0 13px 20px 13px;
	padding:10px;
	text-align:left;
	overflow:hidden;
	background:#ffffff;
	border:solid 1px #aaaaaa;
}

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

コンテンツ　枠付きボックス

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

#contents div.box3{
	margin:0 15px 20px 15px;
	text-align:left;
	overflow:hidden;
	background:#ffffff;
	border:solid 1px #aaaaaa;
}

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

コンテンツ　三割ボックス

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

#contents .box_cde{
	width:580px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:left;
	overflow:hidden;
}

#contents .box_cde p{
	margin:7px;
	font-size:13px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
}

#contents .box_cd{
	float:left;
	width:383px;
	padding-bottom:10px;
	overflow:hidden;
}

#contents .box_c{
	float:left;
	width:185px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}

#contents .box_d{
	float:right;
	width:185px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}

#contents .box_e{
	float:right;
	width:185px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}


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

コンテンツ　二割ボックス

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

#contents .box_ab{
	width:580px;
	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:283px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}

#contents .box_b{
	float:right;
	width:283px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}

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

ニュースリリース

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

#contents .log_box{
	margin:0 15px 20px 15px;
	padding: 10px;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
	background:#f9f3db;

}

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

#contents .log_box span{
	margin:0 7px 0 7px;
	background:#dd7715;
	padding:0 3px 0 3px;
	font-size:12px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
}
#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: 210px;
	padding-left:10px;
	text-align:left;
}

*html #sidemenu{
	width: 220px;
}

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

サイドメニュー オススメ

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

#sidemenu .favorite1{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width : 210px ;
	background:#f9f3db;
	overflow:hidden;
}

.favo1_h3_top{
	height: 46px;
	line-height:0;
	font-size:0;
	background:#ffffff url(./img/favo1_h3_top.gif) left bottom repeat-x;

}

#sidemenu .favorite1 h3{
	padding:5px 5px 10px 5px;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:#ffffff;
	background:#77cc11 url(./img/favo1_h3.gif) bottom repeat-x;
}

#sidemenu .favorite1 img{
	margin:5px 5px 0 5px;
	text-align:center;
	line-height:0;
	font-size:0;
	border:2px solid #ffffff;
}

#sidemenu .favorite1 ul{
	overflow:hidden;
	text-align:left;
	line-height:25px;
	list-style:none;
	background:#e4d69d;
}

#sidemenu .favorite1 li{
	margin:5px;
	padding:5px 0 5px 0;
	line-height:23px;
	background:url(./img/sidemenu1.gif) bottom repeat-x #ffffff;
	border-bottom:1px solid #aaaaaa;
}

#sidemenu .favorite1 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 .favorite1 li a:hover{
	padding-left:20px;
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	background:url(./img/ic_menu2.gif) no-repeat;
}

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

サイドメニュー リスト

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

#sidemenu .sidemenu1{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width : 210px ;
	background:#d5d5d5;
	overflow:hidden;
}

#sidemenu .sidemenu1 h3{
	padding:10px 5px 10px 5px;
	font-size:15px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
	background:#a6a6a6 url(./img/sidemenu1_h3.gif) bottom repeat-x;
}

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

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

#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{
	display:block;
	width:180px;
	padding-left:30px;
	margin-bottom:10px;
	over-flow:hidden;
	text-align:left;
	font-size:18px; /* 文字のサイズ */
	line-height:70px;
	font-weight:normal;
	text-decoration: none;
	background:#eeeeee url(./img/special.gif) top repeat-x;	
}

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

#sidemenu a:hover.special{
	display:block;
	width:180px;
	padding-left:30px;
	margin-bottom:10px;
	over-flow:hidden;
	text-align:left;
	font-size:18px; /* 文字のサイズ */
	line-height:70px;
	font-weight:normal;
	text-decoration: none;
	background:#eeeeee url(./img/special2.gif) top repeat-x;	
}

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

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

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

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

#sidemenu .sidemenu2 h3{
	margin:5px;
	padding:7px 5px 10px 5px;
	color:#ffffff;
	font-size:15px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	font-weight:bold;
	background:#f5bb00 url(./img/sidemenu2_h3.gif) bottom repeat-x;
}

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

#sidemenu .sidemenu2box span.title{
	display:block;
	width:180px;
	font-weight:bold;
	font-size:13px; /* 文字のサイズ */
	border-bottom:1px solid #aaccff;
}

#sidemenu .sidemenu2box p{
	text-align:left;
	font-size:11px; /* 文字のサイズ */
}

#sidemenu .sidemenu2box span.price{
	display:block;
	width:130px;
	text-align:left;
	font-weight:bold;
	font-size:11px; /* 文字のサイズ */
}

#sidemenu .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:#6863aa;
	background:url(./img/ic_menu3.gif) no-repeat;
}

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

#sidemenu .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;
}

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

サイドメニュー フリースペース

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

#sidemenu .sidemenu3 h3{
	padding:10px 10px 0 10px;
}

#sidemenu .sidemenu3 p{
	padding:10px;
	text-align:left;
}

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

フッター

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

#footer{
	clear:both;
	margin:0px auto;
	height:50px;
	background:#cccccc;
	font-size: 13px; /* 文字のサイズ */
	color: #eeeeee; /* 文字の色 */
}


address{
	padding-top:10px;
	text-align: center;
	font-size: 12px; /* 文字のサイズ */
	color: #555555; /* 文字の色 */
}


