@charset "utf-8";
/* CSS Document */

/* 左コンテンツBOX */	
.left_box {
	padding:10px 15px;
	text-align:left;
	}
	
.left_box span {
	display:block;
	width:300px;
	text-align:left;
	float:left;	
	margin-bottom:10px;
	}

/* カテゴリーメニュー */	
.category_menu {
	text-align:left;
	clear:left;
	padding:0 15px;
	margin-left:5px;
		}	
		
.category_menu img {
	margin:2px;
	float:left;
	}

ul#home_cat_menu{
	margin:0 0 20px 20px;
}

ul#home_cat_menu li{
	display:inline;
	margin:0 2px 4px 0;
	padding:0;
}


/* HOME LEAD */

#home-lead {
	margin:10px 15px 0 15px;	
}

#home-lead h2 {
	text-align: left;
	border-bottom: 1px dashed #630;
}

#home-lead img#leadimg{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

#home-lead #leadtext{
	float: left;
	
}


#home-lead:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}




/* ランキング */
#ranking {
	clear:left;
	padding-left:20px;
}

#ranking {
	text-align: left;
}

.rank  {
	width:100px;
	float:left;
	padding-top:40px;	
	margin:0 15px 10px 0;
	text-align:left;
	line-height:1.5em;	
    font-size: 75%; !important; /* IE 7向け */
    font-size: 75%; /* IE 6以下 */		
	}
	
html>/**/.rank {
    font-size: 100%; /* モダンブラウザ向け */
}			
	
.rank_01 {
	background:url("../img/index/bg_rank_01.gif") top no-repeat;
	}	
	
.rank_02 {
	background:url("../img/index/bg_rank_02.gif") top center no-repeat;
	}
	
.rank_03 {
	background:url("../img/index/bg_rank_03.gif") top center no-repeat;
	}
	
.rank_04 {
	background:url("../img/index/bg_rank_04.gif") top center no-repeat;
	}
	
.rank_05 {
	background:url("../img/index/bg_rank_05.gif") top center no-repeat;
	}

.rank span {
	font-weight:bold;
	color:#663300;
	display:block;
	font-size:12px;
	padding:5px 0;	
	}	
	
/* 注文状況 */
.disc {
	width:280px;
	text-align:right	
	}
	
/* お客様の声 */	
.voice {
	width:280px;
	height:75px;
	float:left;
	text-align:right;
	background:url("../img/index/bg_voice.jpg") top left no-repeat;
	}
	
.voice img {
	margin-top:65px;
	}	

/* ディスクロージャー */
#disclosure {
	clear:left;
	float:right;
	background:url("../img/index/bg_disc.gif");
	margin:0 15px;
	width:560px;
	text-align:center;	
	}			

#disclosure iframe {
	clear:left;
	margin:10px auto;
	width:540px;
	height:200px;
	border:2px solid #ff8e00;
	}	
	
/* メディア掲載情報 */	
#media {
	width:205px;
	float:left;
	text-align:center;
	margin:0 5px 0 15px;
	}	
	
/* おしらせ */	

#topic {
	width:597px;
	float:left;	
	margin-top:20px;
	padding-top:20px;
	background:url("../img/common/line.jpg") top center no-repeat;		
	}

#info {
	width:350px;
	height:222px;
	float:left;
	background:url("../img/index/bg_info.jpg") no-repeat;		
	}
	
#info iframe {
	clear:left;
	margin:70px auto;
	width:300px;
	height:120px;
	overflow-x:hidden;
	border-bottom-style:none;
	border-spacing:0;
	border-width:0;
	}	
	
#information {
	background:#FEF5E6;
	}
	
#information ul {
	margin:0;
	padding:0;
	text-align:left;
	width:300px;
	}
	
#information ul li {
	display:block;
	padding:2px;
	margin-bottom:5px;
	border-bottom:#673504 1px dashed;
	color:#673504;
	text-align:left;	
	font-size:10px;
	}
	
#information ul li span {
	padding:0px 5px;
	color:#673504;
	font-weight:bold;	
	float:left;	
	}	
	
		
	