@charset "utf-8";

/*
	Site Name: 
	Description: base template style
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: TOP PAGE

==========================================================
*/

/*
 [ BLOG BOX
----------------------------------------------------------- */
h2.blogBox_title {
	padding: 5px 0 0 14px;
	background: url(../images/top/blogBox_title.jpg) repeat-x center top;
	width: 526px;
	height: 25px;
	font-size: 120%;
	color: #ffffff;
}
.blogBox_body {
	border: #5f6920 1px solid;
	padding: 15px;
	width: 508px;
	margin-bottom: 15px;
	text-align: left;
}

/*
 [ SOBA BOX
----------------------------------------------------------- */
.sobaBox {
	padding: 54px 10px 0 10px;
	background: url(../images/top/sobaBox.gif) no-repeat center top;
	width: 520px;
	height: 304px;
	margin: 15px 0;
}
ul.thumbnail li {
	float: left;
	padding-right: 19px;
	text-align: right;
}
ul.thumbnail li.last_child {
	padding-right: 0;
}
.sobaBox p {
	padding: 9px 0;
}
ul.order_link {
	text-align: right;
}
/*
 [ GUIDE BOX
----------------------------------------------------------- */
.guideBox {

}
.tenpoBox {
	width: 259px;
	float: left;
}
.shopBox {
	width: 259px;
	float: right;
}

.tenpoBox h3 {
	margin: 12px 0;
	background: url(../images/top/tenpoBox_point.gif) no-repeat 0 0;
	padding-left: 16px;
	font-size: 120%;
}
.shopBox h3 {
	margin: 12px 0;
	background: url(../images/top/shopBox_point.gif) no-repeat 0 0;
	padding-left: 16px;
	font-size: 120%;
}
.tenpoBox img.guide_photo,
.shopBox img.guide_photo {
	float: left;
	margin: 0 10px 10px 0;
}
.tenpoBox p,
.shopBox p {
	float: right;
	width: 147px;
}
.guide_btn{
	clear: both;
	margin-top: 7px;
	margin-left: 6px;
	margin-bottom: 15px;
}

/*
 [ OSUSUME BOX
----------------------------------------------------------- */
.osusumeBox {
	margin-bottom: 15px;
	padding: 54px 10px 0 10px;
	clear: both;
	background: url(../images/top/osusumeBox.gif) no-repeat center top;
	width: 520px;
	height: 226px;
}
.osusumeBox img {
	float: left;
}
dl.tabekurabe {
	float: right;
	width: 370px;
}
dl.tabekurabe dt {
	font-size: 105%;
	font-weight: bold;
}
dl.tabekurabe dd {
	line-height: 1.4;
	font-size: 95%;
}
dl.tabekurabe dd.price {
	text-align: right;
}

/*
 [ toshikoshi BOX
----------------------------------------------------------- */
.toshikoshiBox {
	margin-bottom: 15px;
	padding: 54px 10px 0 10px;
	clear: both;
	background: url(../images/top/toshikoshi.jpg) no-repeat center top;
	width: 520px;
	height: 226px;
}
.toshikoshiBox img {
	float: left;
}
dl.tabekurabe {
	float: right;
	width: 370px;
}
dl.tabekurabe dt {
	font-size: 105%;
	font-weight: bold;
}
dl.tabekurabe dd {
	line-height: 1.4;
	font-size: 95%;
}
dl.tabekurabe dd.price {
	text-align: right;
}

