@charset "utf-8";

* { margin : 0 ; padding : 0 ; }

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

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

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

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

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

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

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

全体

--------------------------------*/
#all{
	width : 920px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

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

ヘッダー

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

#header .logobox{
	float:left;
	width:250px;
	margin-right:20px;
}

#header .textbox{
	float:right;
	width:600px;
}

#header h1{
	margin:0;
	font-size:18px; /* 文字のサイズ */
	line-height:24px; /* 文字の行間 */
	color:#224488;
	font-weight:normal;
}

#header p{
	margin:3px 10px 0 10px;
	font-size:13px;
	color:#333333; /* 文字の色 */
}


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

ラインメニュー

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

#linemenu{
	width:920px;
	margin:0;
	background:#224488;
	overflow:hidden;
	position: relative;
}

#linemenu ul{
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
}

#linemenu li{
	float:left;
	margin:0 10px 0 0;
	padding:10px 0 10px 0;
	width:130px; /* ボタンの幅 */
	font-size:13px; /* 文字のサイズ */
}

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

/* カーソルを合わせた時のボタン */
#linemenu li a:hover{
	color:#ffffff; /* 文字の色 */
}

#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 20px 0 20px;
	background:url(./img/linemenu_right2.gif) top right no-repeat;
}

/* 電話番号 */
#linemenu li.tel{
	float:right;
	width:190px; /* の幅 */
	font-size:20px;	/* 文字のサイズ */
	line-height:30px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
}

#linemenu li.tel span{
	font-size:12px;	
}

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

トップ画像

--------------------------------*/
#top{
	margin:0 auto;
	padding:20px;
	text-align:left;
	background:#4499ff url(./img/top_bg.gif) left repeat-y;
	border-bottom:15px solid #224488;
	overflow:hidden;
}

#top .topbox1{
	float:left;
	width:530px;
	height:250px;
}

#top .topbox2{
	float:right;
	width:330px;
	height:250px;
}

#top .topbox1,
#top .topbox2{
	margin-bottom:20px;
}

/* 画像横メニュー関連 */

#top .topbox2menu{
	margin:0 0 6px 0 ;
	width:330px;
	height:77px;
	background:#4499ff url(./img/topbox2.gif) left repeat-x;
	border:1px solid #ffffff;
	overflow:hidden;
}

#top .topbox2menu .topbox2pad{
	padding:10px;
}

#top .topbox2menu a{
	display:block;
	padding-left:22px;
	font-size:19px; /* 文字のサイズ */
	color:#ffffff; /* 文字色 */
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	background:url(./img/ic_topbox2.gif) left no-repeat;		
}

#top .topbox2menu a:hover{
	color:#ffbb33; /* 文字色 */
}

#top .topbox2menu p{
	margin:3px 0 0 0;
	font-size:13px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	line-height:17px; /* 文字の行間 */
	font-weight:bold;
}

/* トップメニュー関連の設定 */

#top .topmenu{
	margin:0;
	padding:0 20px 20px 20px;
	overflow:hidden;
	clear:both;
}

.topmenu .top_a,
.topmenu .top_b,
.topmenu .top_c{
	width:270px;
	height:130px;
	overflow:hidden;
}

.topmenu .top_ab{
	float:left;
	width:555px;
	overflow:hidden;
}

.topmenu .top_width{
	width:170px;
}

.topmenu .top_a{
	float:left;
	background:url(./img/top_a.gif) top repeat-x;
	position:relative;
}

.topmenu .top_b{
	float:right;
	background: url(./img/top_b.gif) top repeat-x;
	position:relative;
}

.topmenu .top_c{
	float:right;
	background: url(./img/top_c.gif) top repeat-x;
	position:relative;
}

.topmenu .top_ab h2,
.topmenu .top_c h2{
	font-size:18px;
	margin:15px 10px 0 10px;
	color:#fbf7dd; /* タイトル色 */
	text-decoration:none;
}

#top p{
	margin:5px 10px 10px 10px;
	color:#ffffff; /* 文字の色 */
}

/* Clickボタン */
#top a.toplink{
	width:250px;
	height:130px;
	position:absolute;
	top:1px;
	right:1px;
	text-indent:-9999px;
}

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

コンテナー

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

#container{
	width : 920px ;
	margin:0 auto;
	text-align:center;
	background:url(./img/con_top.gif) repeat-x top #aaaaaa ;
	overflow:hidden;
}

#container .con_pad{
	padding:20px 15px 0 15px;
}

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

コンテンツ

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

#container .con_pad2{
	padding:0 0 30px 0;
}

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

コンテンツ　見出し

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

/* h2見出し */

#contents h2{
	margin-bottom:15px;
	padding-left:7px;
	text-align:left;
	font-size:19px; /* 文字のサイズ */
	line-height:35px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
	background:#224488;
	border-left:15px solid #001155;
}

/* 白ボックス見出し */
#contents div.box1 h3{
	margin-bottom:5px;
	padding-left:5px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:25px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
	background:#999999;
	border-left:10px solid #000000;
}

/* お知らせボックス見出し */
#contents div.box2 h3{
	margin-bottom:5px;
	padding:6px 5px 5px 3px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:15px; /* 文字の行間 */
	font-weight:normal;
	color:#333333; /* 文字の色 */
	background:#eeeeee;
	border-left:10px solid #ee9944;
	border-bottom:1px solid #dddddd;
}

/* 二割と三割、枠付きボックス見出し */
#contents .box_cde h3,
#contents .box_ab h3,
#contents div.box3 h3{
	margin:0 0 7px 0;
	padding:2px 0 2px 3px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
	color:#333333; /* 文字の色 */
	font-weight:normal;
	background:#eeeeee;
	border-left:10px solid #224488;
	border-bottom:1px solid #dddddd;
}

/* ニュースリリース見出し */
#contents .log_box h3{
	margin:0 0 5px 0;
	padding-left:7px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:25px; /* 文字の行間 */
	color:#332407; /* 文字の色 */
	font-weight:normal;
	background:#ffffff;
	border-left:10px solid #ee9944;
}


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

コンテンツ　文章

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

#contents p{
	margin:0 10px 10px 10px;
	text-align:left;
	font-size:14px; /* 文字のサイズ */
	line-height:21px; /* 文字の行間 */
}

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

コンテンツ　画像の位置

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

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

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

コンテンツ　リンク

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

#contents a.link{
	float:right;
	padding: 0 0 3px 18px;
	margin:0 10px 10px 10px;
	text-align:right;
	text-decoration:none;
	font-size:12px; /* 文字のサイズ */
	line-height:15px;
	color:#003399; /* 文字の色 */
	background:url(./img/link2.gif) no-repeat;
	border-bottom:1px dotted #1177ee;
}

/* カーソル合わせた時のリンク */
#contents a:hover.link{
	font-size:12px; /* 文字のサイズ */
	color:#aa3300; /* 文字の色 */
	font-weight:bold;
	text-decoration:none;
	background:url(./img/link.gif) no-repeat;
	border-bottom:1px dotted #ee7711;
}

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

コンテンツ　白ボックス

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

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

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

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

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

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

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

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

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

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

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

コンテンツ　文章ボックス

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

#contents div.box4{
	margin:0 10px 10px 10px;
	text-align:left;
	background:#ffffff;
	overflow:hidden;
}

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

コンテンツ　三割ボックス

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

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

#contents .box_cde p{
	margin:0 7px 7px 7px;
	font-size:13px;
	line-height:20px;
}

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

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

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

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


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

コンテンツ　二割ボックス

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

#contents .box_ab{
	width:625px;
	margin:0 auto;
	margin-bottom:30px;
	text-align:left;
	overflow:hidden;
}
#contents .box_ab p{
	font-size:13px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
}

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

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

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

ニュースリリース

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

#contents .log_box{
	margin:0 15px 30px 15px;
	margin-bottom:10px;
	text-align:center;
	background:#eeeeee;
	border:1px solid #aaaaaa;
	overflow:hidden;

}

#contents .log_box span{
	font-weight:bold;
	color:#dd5500;
}

#contents .log_box span.red{
	margin:0 7px 0 7px;
	background:#ee9944;
	padding:0 3px 0 3px;
	font-size:12px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
}
#contents .log_box ul{
	margin:0;
	list-style:none;
	text-align:left;
	color:#333333; /* 文字の色 */
}

#contents .log_box li{
	display:block;
	margin:0 5px 10px 5px;
	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:#0000aa; /* 文字の色 */
}
/*--------------------------------

サイドメニュー

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

#sidemenu{
	float: left;
	width: 220px;
	text-align:center;
}

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

サイドメニュー オススメ

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

#sidemenu .favorite1{
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	width:220px ;
	background:#ffffff;
	overflow:hidden;
}

#sidemenu .favorite1 h3{
	margin:0;
	padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	line-height:15px; /* 文字の行間 */
	font-weight:bold;
	color:#ffffff; /* 文字の色 */
	background:#ee7711;
}

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

#sidemenu .favorite1 ul{
	margin:0;
	padding:3px 0 0 0 ;
	text-align:left;
	list-style:none;
	background:#ffffff;
	overflow:hidden;
}

#sidemenu .favorite1 li{
	margin:0 5px 3px 5px;
	padding:3px 0 7px 2px;
	line-height:20px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

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

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

サイドメニュー リスト

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

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

#sidemenu .sidemenu1 h3{
	margin:0 0 7px 0;
	padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	line-height:15px; /* 文字の行間 */
	font-weight:bold;
	background:#224488;
}

#sidemenu .sidemenu1 ul{
	margin:0;
	padding:3px 0 0 0 ;
	text-align:left;
	list-style:none;
	background:#ffffff;
	overflow:hidden;
}

#sidemenu .sidemenu1 li{
	margin:0 5px 3px 5px;
	padding:3px 0 7px 2px;
	line-height:20px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#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 .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 55px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:left;
	font-size:16px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	line-height:16px;
	font-weight:bold;
	text-decoration: none;
	background:url(./img/special.gif) no-repeat #4499ff;
	overflow:hidden;	
}

#sidemenu a:hover.special{
	display:block;
	background:url(./img/special2.gif) top repeat-x #337766;	
}

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

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

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

/* 見出し */
#sidemenu .sidemenu2 h3{
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
	background:#224488;
}

#sidemenu .sidemenu2box{
	margin:0 10px 20px 10px;
	background:#ffffff;
	overflow:hidden;
}

/* 商品名 */
#sidemenu .sidemenu2box div.title{
	margin:10px 30px 0 30px;
	font-weight:bold;
	font-size:13px; /* 文字のサイズ */
	color:#224488; /* 文字の色 */
	border-top:1px solid #4499ff;
	border-bottom:1px solid #4499ff;
}

/* 商品の説明 */
#sidemenu .sidemenu2box p{
	margin:0 30px 0 30px;
	padding:5px 0 5px 0;
	text-align:left;
	font-size:11px;
}

/* 商品の価格 */
#sidemenu .sidemenu2box div.price{
	margin:0 30px 0 30px;
	text-align:left;
	font-weight:bold;
	font-size:11px; /* 文字のサイズ */
}

/* 詳細のリンク */

#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:#888888 url(./img/footer.gif) top repeat-x;
	font-size: 13px; /* 文字のサイズ */
	color: #eeeeee; /* 文字の色 */
}


address{
	margin-left:20px;
	text-align: center;
	font-size: 12px; /* 文字のサイズ */
	color: #ffffff; /* 文字の色 */
}

