/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

body{
	font-size: 12px;
	color:#333
	margin:0;
	padding:0;
	text-align:center;
}

a:link,a:visited{
	color: #745931;
	text-decoration: underline;
}

a:hover{
	color: #E68868;
	text-decoration: underline;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

img{
	border:none;
}



/*----------------------------------------------------
	clearfix
----------------------------------------------------*/

/* clear */
.clear{
	clear:both;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}



/*----------------------------------------------------
	margin
----------------------------------------------------*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mr8{
	margin-right:8px;
}

.mr9{
	margin-right:9px;
}

.ml15{
	margin-left:15px;
}



/*----------------------------------------------------
	wrapper
----------------------------------------------------*/
#wrapper{
	width:950px;
	margin:0 auto;
}



/*-----------------------------------------------------
　ヘッダー
-----------------------------------------------------*/

h1{
	font-size:10px;
	font-weight:normal;
	color:#644b32;
	text-align:right;
	margin:0;
	padding:0;
}

#header{
	width:950px;
	height:72px;
	margin-top:10px;
}

#header img#logo{
	float:left;
}

#header img#cart{
	float:right;
	margin-top:27px;
}

/* グローバルナビゲーション */
#gnavi ul{
	width:950px;
	height:25px;
	display:inline;
	list-style-type:none;
	clear:both;
}

#gnavi li{
	width:auto;
	height:auto;
	float:left;
	display:block;
}

*html #gnavi{
	margin-bottom:-2px;
}



/*---------------------------------------------
　左カラム
---------------------------------------------*/
#left{
	width:180px;
	height:auto;
	float:left;
	margin:10px 10px 0 0;
}

/* 検索窓 */
#search{
	width:168px;
	height:40px;
	padding:5px;
	background:#F0F0F0;
	border:solid 1px #999;
}

.search_box{
	width:100px;
	height:15px;
}

.search_btn{
	margin-top:-5px;
	vertical-align:middle;
}

#left .bnr{
	margin-top:10px;
}

#left dl{
	width:174px;
	height:35px;
	border:solid 1px #999;
	padding:2px;
	margin:1px 0;
}

#left dt img{
	float:left;
	margin-right:7px;
	vertical-align:middle;
}

#left dd{
	padding-top:10px;
}



/*---------------------------------------------
　中央カラム
---------------------------------------------*/

#main{
	width:550px;
	height:auto;
	float:left;
	margin:10px 10px 0 0;
}

#main_bnr{
	width:550px;
	height:180px;
}

/* 今月のおすすめ */
ul#reco{
	width:550px;
	height:auto;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}

ul#reco li{
	width:100px;
	height:auto;
	margin-right:5px;
	float:left;
	border:solid 1px #999;
	padding:2px;
}


/* 新着情報 */
fieldset{
	text-align:left;
	margin-top:15px;
}

legend{
	padding:0 0 7px 0;
	margin-left:15px;
	width:200px;
}

fieldset ul{
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.4em;
}

*html fieldset ul{ 
	padding:5px;
}

*html fieldset li{ 
	padding-top:2px;
}


/* "夢の宝石箱シリーズ */

p.houseki{
	font-size:11px;
	text-align:center;
	margin-top:10px;
	margin-bottom:3px;
}

#bnr{
	width:550px;
	margin-top:5px;
}

#bnr dl{
	width:178px;
	padding:0;
	float:left;
}

#bnr dt{
	margin-bottom:3px;
}

#bnr dd{
	font-size:12px;
	text-align:left;
	margin:0;
}



/*---------------------------------------------
　右カラム
---------------------------------------------*/

#right{
	width:200px;
	height:auto;
	float:right;
	margin-top:10px;
}


/* ランキング */
#rank{
	border:solid 1px #999;
	width:198px;
	height:auto;
}

#rank dl{
	width:198px;
	height:45px;
	border-bottom:dotted 1px #999;
	padding:0;
	margin:5px 0 0 0;
}

#rank dt{
	float:left;
	margin-right:5px;
	padding-left:25px;
}

#rank dd{
	text-align:left;
	font-size:11px;
	padding-right:3px;
}



/*------------------------------------------------
　インフォメーション
-------------------------------------------------*/

#info{
	width:948px;
	height:auto;
	border:solid 1px #eee8aa;
}

#info_title{
	width:950px;
	clear:both;
	margin-top:20px;
}

#info .info_box{
	width:300px;
	height:auto;
	padding:5px;
	float:left;
}

#info p{
	margin-top:10px;
	text-align:left;
}

#info p.txt{
	text-align:left;
	line-height:1.3em;
	font-size:11px;
	margin-top:-7px;
	padding-left:20px;
}

*html #info p.txt{ 
	margin-top:-15px;
}

#info p.link{
	margin:0;
	text-align:left;
	padding-left:20px;
}


/*-------------------------------------------------
　フッター
-------------------------------------------------*/

ul#footer{
	list-style:none;
	display:inherit;
	clear:both;
	margin:5px 0 0 280px;
	width:auto;
}

*html ul#footer{
	margin-left:320px;
	margin-bottom:-15px;
}

ul#footer li{
	width:auto;
	border-right:solid 1px #ccc;
	padding:2px 7px;
	float:left;
	display:block;
}

ul#footer li#none{
	border:none;
}

/* コピーライト */
#copyright{
	clear:both;
	width:950px;
	height:auto;
	text-align:center;
}


