@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

html{
	height:100%;
}

a {
	color: #000;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline; 

}

img{
	border:none;
	vertical-align: top;
}
body{
	height:100%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #eb2b17;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {
	width: 730px;
	margin: 0px auto 20px;
	padding-right:25px;
	padding-left:25px;
	background-color: #FFFFFF;
	
}

#contents{
	padding-bottom:20px;
	overflow:auto;
	width:100%;
	height:100%;
}


/* ヘッダー
---------------------------------------------*/
h1{
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}
#header{
	border-top: 5px solid #8e0202;
}


#headerNavi{
	margin-top:37px;
	float:right;

}


/* グローバルナビ
---------------------------------------------*/
#glovalNavi{
	clear:both;
	list-style-type: none;
	height:40px;
	margin:0px;
	padding:0px;
}

#glovalNavi li{
	float:left;
}




/* コンテンツ左
---------------------------------------------*/
#contentsLeft{
	margin-top:20px;
	float:left;
	width:515px;
	line-height: 1.5;
}


h2{	
	clear:both;
	
}

/*おすすめ商品
---------------------------------------------*/
.section{
	overflow:auto;
	margin-top:20px;}
	
.recommendBlock{
	width:252px;
	margin-top:10px;
	float:left;
	margin-right: -3px; 
	
}

.recommendImg{
	float:left;
}

.recommendText{
	width:170px;
	float:right;
	margin-left:5px;
}

h3{

	background: url(../images/arrow.gif) no-repeat 0px 2px;
	background-position:left;
	padding: 0px 0px 0px 13px;

}

.recommendText p{

}

.recommendBlock_l{
	width:252px;
	margin-top:10px;
	margin-right:10px;
	float:left;
}


.recommendImg_l{
	float:left;
}

.recommendText_l{
	width:170px;
	float:right;
	margin-left:5px;
	
}


/* イベント・新着情報
---------------------------------------------*/

.event{
	width:515px;
	height:27px;
	background: url(../images/top_eventbg.gif) no-repeat;
}

.event img{
	position:relative;
	top:8px;
	left:460px;
}


.recommend{
	width:515px;
	height:27px;
	background: url(../images/top_recommendbg.gif) no-repeat;
}

.recommend img{
	position:relative;
	top:8px;
	left:460px;
}
table{
	margin-top:10px;
	width:515px;
}


table th{
	text-align:left;
	width:100px;
	
}


/* コンテンツ右
---------------------------------------------*/

#contentsRight{
	margin-top:20px;
	margin-left:20px;
	float:left;
	width:195px;

}

#contentsRight p{
	margin-bottom:20px;
}




/* フッダー
---------------------------------------------*/
#footer{
	overflow:auto;
	width: 100%; /* for WinIE6,7 */
	clear:both;
	background-color: #FFFFFF;
	background-image: url(../images/footer_bg2.jpg);
	background-repeat: no-repeat;
	border-bottom: 10px solid #FFF;
}

#footerNavi{
	margin-top:10px;

	float:left;
}

#copyRight{
	margin-top:30px;
	margin-right:5px;
	float:right;}
