@charset "utf-8";

* { margin : 0 ; padding : 0 ; }

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

/* リンク色 */
a{ color:#116699; /* 文字の色 */}

/* 訪問済みのリンク色 */
a:visited{ color:#cc5555; /* 文字の色 */ }

/* カーソル合わせた時のリンク色 */
a:hover{ color:#007700; /* 文字の色 */ }

img{ border:none; line-height:0; font-size:0; }

.clear{ margin:0; padding:0; clear:both; line-height:0; font-size:0; }

/*--------------------------------
全体
--------------------------------*/
#all{
	width : 920px; margin:0 auto;
	text-align:center; overflow:hidden;
}
/*--------------------------------
ラインメニュー
--------------------------------*/
#linemenu{
	margin:0 auto;
	background:#fbd495 url(./img/line_bg.gif) bottom repeat-x;
	height:65px; /* メニューの高さ */
	overflow:hidden; position:relative;
}
#linemenu ul{
	list-style:none; margin:0 auto; padding:0; position:absolute;
	top:10px; /* 上からの位置 */
	right:11px; /* 右からの位置 */
}
#linemenu li{
	float:left; margin:0 0 0 5px; padding:0;
	font-size:14px; /* 文字のサイズ */
}
#linemenu li a{
	display:block; margin:0; padding:0;
	width:175px; /* ボタンの幅 */
	color:#6e2400; /* リンクの文字色 */
	line-height:45px; /* ボタンの高さ */
	text-decoration:none;
	background:#ffcad0 url(./img/linemenu.gif) top repeat-x;
}
#linemenu li a span{
	display:block;
	background:url(./img/linemenu_left.gif) top left no-repeat;
}
#linemenu li a span span{
	padding:0 45px 0 45px;
	background:url(./img/linemenu_right.gif) top right no-repeat;
}
/* カーソルを合わせた時のボタン */
#linemenu li a:hover{
	width:175px; /* ボタンの幅 */
	color:#6e2400; /* 文字の色 */
	background:#ffffff url(./img/linemenu2.gif) bottom repeat-x;
}
#linemenu li a:hover span{
	display:block;
	background:url(./img/linemenu_left2.gif) top left no-repeat;
}
#linemenu li a:hover span span{
	padding:0 45px 0 45px;
	background:url(./img/linemenu_right2.gif) top right no-repeat;
}
/*--------------------------------
ヘッダー
--------------------------------*/
#header{
	height:150px;
	margin:0 auto;
	text-align:left;
	background:url(./img/header.gif) top no-repeat;
	overflow:hidden;
}
#header .head_pad{
	padding:35px 10px 10px 10px;
}
#header .logobox{
	float:left;
	width:250px; /* ロゴの幅 */
	margin-right:20px;
}
#header .textbox{
	float:left;
	width:500px; /* 文章の幅 */
}
#header .textbox h1{
	margin:0; padding:0;
	font-size:14px; /* 文字のサイズ */
	line-height:23px; /* 文字の行間 */
	color:#555555;
	font-weight:bold;
}
#header .textbox p{
	margin:0; padding:0;
	font-size:13px;
	line-height:15px; /* 文字の行間 */
	color:#333333; /* 文字の色 */
}
/*--------------------------------
トップ画像
--------------------------------*/
#top{
	margin:0; padding:0;
	text-align:left; overflow:hidden;
}
.top_ab{
	float:left; margin:0; padding:0;
	width:460px; overflow:hidden;
}
.top_a{
	float:left; margin:0; padding:0;
	width:230px; overflow:hidden;
	background:#dd7db6 url(./img/top_a.gif) bottom repeat-x;

}
.top_b{
	float:right; margin:0; padding:0;
	width:229px; overflow:hidden;
	background:#dd897d url(./img/top_b.gif) bottom repeat-x;
	border-left:1px solid #ffffff;

}
.top_cd{
	float:right; margin:0; padding:0;
	width:460px; overflow:hidden;
}
.top_c{
	float:left; margin:0; padding:0;
	width:229px; overflow:hidden;
	background:#dd7db6 url(./img/top_c.gif) bottom repeat-x;
	border-left:1px solid #ffffff;
}
.top_d{
	float:right; width:229px;
	background:#dd897d url(./img/top_d.gif) bottom repeat-x;
	border-left:1px solid #ffffff; overflow:hidden;
}
.top_a,.top_b,.top_c,.top_d{ padding:15px 0 0 0 ; }

#top .top_ab h2, #top .top_cd h2,
#top .top_ab h2 a, #top .top_cd h2 a{
	margin:5px 10px 0 10px;
	font-size:18px; /* タイトルのサイズ */
	color:#fbf7dd; /* タイトル色 */
	text-decoration:none;
}
#top .top_ab h2,#top .top_cd h2{
	padding-left:15px;
	background:url(./img/top_h3.gif) no-repeat;
}
#top p{
	margin:5px 5px 10px 5px;
	color:#ffffff; /* 文字の色 */
}
/*--------------------------------
コンテナー
--------------------------------*/
#container{
	margin:0 auto; text-align:center;
	background: #fff8e6 url(./img/con_top.gif) top repeat-x;
	overflow:hidden;
}
#container .con_pad{ padding:20px 15px 0 15px; }
/*--------------------------------
コンテンツ
--------------------------------*/
#contents{
	float:right; margin:0; padding:0;
	width : 655px; text-align:center;
	background: #ffffff;
}
/*--------------------------------
コンテンツ　見出し
--------------------------------*/
/* h2見出し */
#contents h2{
	margin:0 0 5px 0; padding-left:10px;
	text-align:left;
	font-size:19px; /* 文字のサイズ */
	line-height:35px; /* 行間 */
	color:#663322; /* 色 */
	font-weight:normal; /* 太字ならboldに設定 */
	background:#ffffff url(./img/h2.gif) bottom repeat-x;
	border-bottom:1px solid #eebbdd;
}
/* h3見出し・白ボックス見出し */
#contents h3, #contents div.box1 h3{
	padding-left:10px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:25px; /* 文字の行間 */
	color:#335522; /* 文字の色 */
	font-weight:normal; /* 太字ならboldに設定 */
	background:#e6eecc url(./img/h3.gif) top repeat-x;
	border:1px solid #99cc88;
}
#contents div.box1 h3{ margin:0 0 5px 0; }
#contents h3{ margin:0 15px 10px 15px; }
/* お知らせボックス見出し */
#contents div.box2 h3{
	margin:0 0 5px 0; padding:7px 5px 5px 25px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:17px; /* 文字の行間 */
	font-weight:normal; /* 太字ならboldに設定 */
	color:#116677; /* 文字の色 */
	background:url(./img/h3_3.gif) left no-repeat ;
	border-top:3px solid #ee9da9 ;
	border-bottom:3px solid #ee9da9;
	border-left:none; border-right:none;
}
/* 二割と三割、枠付きボックス見出し */
#contents .box_cde h3,#contents .box_ab h3,
#contents div.box3 h3{
	margin:0 0 7px 0; padding:5px 0 5px 10px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
	color:#661122; /* 文字の色 */
	font-weight:normal; /* 太字ならboldに設定 */
	background:#ffffff url(./img/h3_2.gif) bottom repeat-x;
	border:none;
	border-bottom:1px dotted #ed77aa;
}
/* ニュースリリース見出し */
#contents .log_box h3{
	margin:0; padding:0 0 0 23px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:25px; /* 文字の行間 */
	color:#774400; /* 文字の色 */
	font-weight:normal;
	background:#ffffff url(./img/h3_4.gif) no-repeat;
	border:1px solid #dd99bb;
}
/* h4見出し */
#contents h4{
	margin:10px 15px 8px 15px;
	padding:0 0 0 16px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
	background:url(./img/h4_2.gif) left no-repeat;
}
/* h5見出し */
#contents h5{
	margin:10px 15px 8px 15px;
	padding:0 0 0 16px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
	background:url(./img/h5_2.gif) left no-repeat;
}
/* h6見出し */
#contents h6{
	margin:10px 15px 8px 15px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
}
/*--------------------------------
コンテンツ　文章
--------------------------------*/
#contents p{
	margin:0 17px 30px 17px;
	text-align:left;
	font-size:14px; /* 文字のサイズ */
	line-height:21px; /* 文字の行間 */
}
#contents .box1 p{ margin:0 0 10px 0; }
#contents .box2 p, #contents .box3 p,
#contents .log_box p{ margin:0 10px 10px 10px; }
/* 二割・三割文章 */
#contents .box_ab p, #contents .box_cde p{
	margin:0 7px 7px 7px;
	font-size:13px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
}
/* 装飾 */
#contents p.p_back{
	color:#333333; ; background:#f3eed5; padding:10px;
}
/* 装飾用太字 */
#contents p.p_back span.bold{ color:#774411; ;font-weight:bold; }
/* 赤色 */
#contents p span.red { color: #aa3300; }
/* 青色 */
#contents p span.blue{ color: #3355aa; }
/* 太字 */
#contents p span.bold{ font-weight:bold; }
/* 小さい文字 */
#contents p span.small{ font-size:11px; }
/* 大きい文字 */
#contents p span.big{ font-size:17px; font-weight:bold }
/*--------------------------------
コンテンツ　画像の位置
--------------------------------*/
#contents span.right{
	float:right; margin:0 0 10px 10px;
}
#contents span.left{
	float:left; margin:0 7px 7px 0;
}
/*--------------------------------
コンテンツ　リンク
--------------------------------*/
#contents a.link{
	float:right;
	margin:0 15px 10px 15px; padding:0;
	text-decoration:none;
	text-align:right;
	font-size:12px; /* 文字のサイズ */
	line-height:23px;
	color:#555555; /* 文字の色 */
	background:url(./img/link.gif) repeat-x;
}
#contents a.link span{
	display:block;
	background:url(./img/link_left.gif) top left no-repeat;
}
#contents a.link span span{
	padding:0 5px 0 17px;
	background:url(./img/link_right.gif) top right no-repeat;
}
/* カーソル合わせた時のリンク */
#contents a:hover.link{
	float:right;
	font-size:12px; /* 文字のサイズ */
	color:#e38122; /* 文字の色 */
	font-weight:bold;
	background:#faf7ee url(./img/link2.gif) repeat-x;
}
#contents a:hover.link span{
	display:block;
	background:url(./img/link_left2.gif) top left no-repeat;
}
#contents a:hover.link span span{
	padding:0 5px 0 17px;
	background:url(./img/link_right2.gif) top right no-repeat;
}
/*--------------------------------
コンテンツ　白ボックス
--------------------------------*/
#contents div.box1{
	margin:0 15px 20px 15px;
	text-align:left; overflow:hidden; clear:both;
}
/*--------------------------------
コンテンツ　お知らせボックス
--------------------------------*/
#contents div.box2{
	width:623px;
	margin:0 15px 30px 15px;
	text-align:left;
	background:#ffffff;
	border:solid 1px #ee9da9;
	overflow:hidden; clear:both;
}
/*--------------------------------
コンテンツ　枠付きボックス
--------------------------------*/
#contents div.box3{
	width:623px;
	margin:0 15px 30px 15px;
	text-align:left;
	background:#ffffff;
	border:solid 1px #aaaaaa;
	overflow:hidden; clear:both;
}
/*--------------------------------
コンテンツ　文章ボックス
--------------------------------*/
#contents div.box4{
	margin:0 5px 30px 5px;
	text-align:left; overflow:hidden;
}
/*--------------------------------
コンテンツ　三割ボックス
--------------------------------*/
#contents .box_cde{
	margin:0 auto; margin-bottom:30px;
	width:625px; text-align:left; overflow:hidden;
}
#contents .box_cd{
	float:left; width:413px; overflow:hidden;
}
#contents .box_c{
	float:left;
	width:200px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
#contents .box_d{
	float:right;
	width:200px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
#contents .box_e{
	float:right;
	width:200px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
/*--------------------------------
コンテンツ　二割ボックス
--------------------------------*/
#contents .box_ab{
	margin:0 auto; margin-bottom:30px;
	width:625px;
	text-align:left;
	overflow:hidden;
}
#contents .box_a{
	float:left;
	width:303px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
#contents .box_b{
	float:right;
	width:303px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
/*--------------------------------
ニュースリリース
--------------------------------*/
#contents .log_box{
	margin:0 15px 30px 15px; padding:5px;
	background:url(./img/logbox.gif) bottom repeat-x #fcf2de;
	text-align:center; overflow:hidden; clear:both;
}
#contents .log_box span{
	font-weight:bold;
	color:#aa0033;
}
/* ボタン */
#contents .log_box span.red{
	margin:0 7px 0 7px;
	padding:0 3px 0 3px;
	font-size:12px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	background:#66bbbb; /* 背景色 */
}
#contents .log_box ul{
	margin:0;
	padding:10px;
	list-style:none;
	text-align:left;
	color:#333333; /* 文字の色 */
}
#contents .log_box li{
	display:block;
	margin:0; padding:0;
	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: 220px;
	text-align:center;
}
/*--------------------------------
サイドメニュー オススメ
--------------------------------*/
#sidemenu .favorite1{
	margin:0 0 15px 0; padding:0;
	width : 220px ; overflow:hidden;
	background:#ffffff;
}
#sidemenu .favorite1_h3_top{
	margin:0;
	padding:5px 0 5px 23px;
	font-size:13px; /* 文字のサイズ */
	line-height:14px; /* 文字の行間 */
	text-align:left;
	color:#dd4411; /* 文字の色 */
	background:url(./img/fabo_h3top.gif) left no-repeat #ffffff;
}
#sidemenu .favorite1 h3{
	margin:0 0 5px 0; padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	line-height:15px; /* 文字の行間 */
	font-weight:bold;
	color:#ffffff; /* 文字の色 */
	background:url(./img/favo1_h3_top.gif) top repeat-x #88d0b7 ;
}
#sidemenu .favorite1 img{
	margin:5px 5px 0 5px;
}
/*--------------------------------
サイドメニュー リスト
--------------------------------*/
#sidemenu .sidemenu1{
	margin:0 0 10px 0; padding:0;
	text-align:center;
	width : 220px ; overflow:hidden;
	background:#ffffff;
}
#sidemenu .sidemenu1 h3{
	margin:0;
	padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	line-height:15px; /* 文字の行間 */
	font-weight:bold;
	color:#ffffff; /* 文字の色 */
	background:#e9818a url(./img/sidemenu1_h3.gif) top repeat-x;
	border-top:10px solid #ffffff;
}
/*--------------------------------
サイドメニュー リスト共通
--------------------------------*/
#sidemenu .favorite1 ul, #sidemenu .sidemenu1 ul{
	overflow:hidden; margin:0; padding:5px 0 0 0;
	text-align:left; list-style:none;
	background:#ffffff;
}
#sidemenu .favorite1 li,#sidemenu .sidemenu1 li{
	margin:0 0 10px 0;
	padding:5px 0 5px 2px;
	line-height:20px;
	border-bottom:1px dotted #f4939C;
}
#sidemenu .favorite1 li a, #sidemenu .sidemenu1 li a{
	display:block;
	padding-left:22px;
	padding-right:5px;
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	background:url(./img/ic_li1.gif) no-repeat;
}
#sidemenu .favorite1 li a:hover, #sidemenu .sidemenu1 li a:hover{
	padding-left:20px;
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	background:url(./img/ic_li2.gif) no-repeat;
}
/*--------------------------------
サイドメニュー 特集など
--------------------------------*/
#sidemenu .special{
	display:block;
	padding:18px 0 16px 25px;
	margin:0 0 10px 0;
	overflow:hidden;
	text-align:left;
	font-size:16px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	line-height:16px;
	font-weight:bold;
	text-decoration: none;
	background:#72bcca url(./img/special.gif)  no-repeat;	
}
#sidemenu a:hover.special{
	display:block;
	background:#ba9eda url(./img/special2.gif) top repeat-x;	
}
/*--------------------------------
サイドメニュー お勧め商品
--------------------------------*/
#sidemenu .sidemenu2{
	margin:0 auto; margin-bottom:10px;
	text-align:center;
	width : 220px ; overflow:hidden;
	background:#ffffff;
}
/* 見出し */
#sidemenu .sidemenu2 h3{
	padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#456633; /* 文字の色 */
	font-weight:normal;
	background:#ffffff 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 .title{
	margin:5px 0 5px 0;
	padding:0;
	font-weight:bold;
	font-size:13px; /* 文字のサイズ */
	color:#559933; /* 文字の色 */
	line-height:15px; /* 行間 */
	border:1px solid #aadd33;
}
/* 商品の説明 */
#sidemenu .sidemenu2box p{
	margin:0;
	padding:5px 0 5px 0;
	text-align:left;
	font-size:11px; /* 文字のサイズ */
	line-height:13px; /* 行間 */
}
/* 商品の価格 */
#sidemenu .sidemenu2box .price{
	text-align:left;
	font-weight:bold;
	font-size:11px; /* 文字のサイズ */
	line-height:13px; /* 行間 */
}
/* 詳細のリンク */
#sidemenu .sidemenu2box .more_box{
	text-align:right;
}
#sidemenu .sidemenu2box a.more{
	margin:0 0 5px 7px;
	padding:0 2px 0 12px;
	font-size:11px; /* 文字のサイズ */
	color:#223377; /* 文字の色 */
	font-weight:bold;
	background:url(./img/ic_menu3.gif) left no-repeat;
}
#sidemenu .sidemenu2box a{ text-decoration: none; }
/*--------------------------------
サイドメニュー フリースペース
--------------------------------*/
#sidemenu .sidemenu3{
	margin:0 auto; margin-bottom:10px; text-align:center;
	width : 220px ;
	background:#ffffff; /* フリースペースの背景色 */
	overflow:hidden;
}
#sidemenu .sidemenu3 h3{ padding:10px 10px 0 10px; }
#sidemenu .sidemenu3 p{ padding:10px; text-align:left; }

/*--------------------------------
フッター
--------------------------------*/
#footer{
	clear:both; padding-top:30px; height:50px;
	background:#f0b975 url(./img/footer.gif) top repeat-x;
	font-size: 13px; /* 文字のサイズ */
	color: #eeeeee; /* 文字の色 */
}
address{
	margin-left:20px; text-align: center;
	font-size: 12px; /* 文字のサイズ */
	color: #ffffff; /* 文字の色 */
	font-weight:bold;
}

#footer a {
color: #ffffff; 
font-size: 12px;
text-decoration:none;
}
