@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 135%;
	text-align: center;
}

/*********************
* main structure
*********************/

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	width: 900px;
	height: 89px;
}

#contents {
	width: 900px;
}

#footer {
	width: 900px;
	padding-top: 10px;
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img {
	border: 0;
}

p {
	padding-bottom: 10px;
}

h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	}

h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	}
/*********************
* main contents
*********************/

/********** top *********/
/********** header *********/
h1 {
	width: 263px;
	height: 89px;
	float: left;
	}
#header_box {
	width: 355px;
	height: 64px;
	float: right;
	padding: 13px 0 0 0;
	}
#header_navi {
	width: 97px;
	float: left;
	}
	
#top_navi li{
	float: left;
	list-style-type: none;
	}

#top_image {
	width: 899px;
	height: 375px;
	background: url(images/top/top_image.jpg) no-repeat;
	}

#main_navi {
	float: right;
	width: 202px;
	margin: 0px 15px 0px 680px;
	}
#main_navi li{
	width: 202px;
	list-style-type: none;
	padding: 13px 0px 0px 0px;
	}
/********** 中段 *********/
#main_contents {
	width:900px;
	padding: 10px 0px 10px 0px;
	}
#top_banner {
	width: 551px;
	float: left;
	}
#top_banner_text {
	font-size: 12px;
	line-height: 1.5em;
	}
#information {
	width: 338px;
	height: 230px;
	border: #0033CC solid 1px;
	float: right;
	text-align: right;
	}

/********** ランキング *********/
#ranking {
	width: 898px;
	border: #0033CC solid 1px;
	}
#ranking_ring li{
	list-style: none;
	float: left;
	padding: 5px 0 15px 25px;
	}
.ranking_ring_box {
	width: 266px;
	}
.ranking_text {
	width: 266px;
	font-size: 12px;
	line-height: 1.3em;
	}
.ranking_text_2 {
	color:#999999;
	}


/********** contents *********/
.text_box_l {
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	}
.text_box_float_l{
	width: 600px;
	font-size: 12px;
	color: #666666;
	float: left;
	line-height: 1.5em;
	}


.text_box_shop01{
	width: 400px;
	font-size: 12px;
	color: #666666;
	float: left;
	line-height: 1.5em;
	}

#shop_info {
	width: 200px;
	font-size: 12px;
	border-right: #999999 1px dashed;
	float: left;
	}

/********** デザインサンプル **********/
.ring_list li{
	list-style-type: none;
	float: left;
	}
.ring_box_right {
	float: right;
	width: 473px;
	margin-left: 20px;
	}
.ring_box {
	width:222px;
	}
.ring_box {
	width: 222px;
	margin-right: 10px;
	}
.ring_model {
	padding-bottom: 10px;
	}
.topping_list li{
	list-style-type: none;
	background-image:url(images/disign_sample/topping_list_image.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color:#666666;
	text-indent: 1.3em;
	line-height: 1.3em;
	}

/********** 問い合わせ・資料請求 **********/
#inquiry #container,
#inquiry #header,
#inquiry #contents,
#inquiry #main_contents,
#inquiry #footer {
	width: 700px;
}


/********** footer *********/
#footer_line{
	color:#999999;
	}
#footer {
 font-size: 12px;
	color: #999999;
	}

/*********************
* dream weaver対策（本番で消すこと）
*********************/
/*
.clearfix + *{
    clear: both;
}*/
