/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	text-align: center; /* center on ie */
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a{
	color: #1D3994;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	float: left;
	margin-right: 70px;
}
h2{
	font-size: 110%;
	padding-top: 20px;
	padding-bottom: 5px;
}
h4{
	font-size: 120%;
}
#container {
	text-align: left; /* center on everything else */
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	height: 66px;
	margin-bottom: 15px;
	color: #604100;
}
#top{
}
/* left_side */
#box_left{
	width: 200px;
	float: left;
	margin-right: 25px;
	padding-top: 6px;
	height: 600px;
}
#biginner{
	margin-bottom: 15px;
}
#mobile{
	border: 1px solid #ECDEC1;
	margin-bottom: 15px;
}
#mobile_in{
	background-image: url(img/qr.gif);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 5px;
	padding-left: 80px;
	padding-right: 5px;
	line-height: 150%;
}
#mobile_in_02{
}
#koukoku{
	border: 1px solid #D2B071;
	padding: 5px;
	line-height: 160%;
}
#koukoku img{
	float: left;
	margin-right: 5px;
}
/* center */
#center_box{
	float: right;
	width: 650px;
	padding-top: 10px;
}
.shop{
	margin-bottom: 10px;
}
.shop_02{
	margin-bottom: 50px;
}
.shop_02 table , .shop table{
	width: 100%;
	border-collapse:collapse;
}
.shop_02 td , .shop td{
	border: 1px solid #FDBE21;
	font-size: 12px;
}
.s_td_header{
	background-color: #FEC93D;
	padding: 10px;
}
.s_td_header a{
	color: #973D00;
	text-decoration: underline;
}
.s_td_photo{
	width: 200px;
	text-align: center;
	height: 150px;
}
.s_td_comment{
	vertical-align: top;
	padding: 10px;
	line-height: 200%;
	height: 100px;
}
.s_td_icon{
	height: 30px;
	padding-left: 15px;

}
.s_td_icon img{
	margin-right: 5px;
}

/* other */
.other_box{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
dl{


}
dt{
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;

}
dd{
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;

}
/* other */


/* footer */
#footer{
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	clear: both;
}
#footer_box{
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer_left{
	width: 75%;
	float: left;
	padding-top: 6px;
}
#footer_right{
	float: right;
	width: 20%;
	margin-bottom: 20px;
	text-align: right;
}
#footer_center{
	text-align: center;
	clear: both;
}
#footer_center_02{
	text-align: right;
	margin-bottom: 10px;
}
