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

#header a:link{
	text-decoration: none;
	background-color: #EBC154;
}
#header a:visited{
	text-decoration: none;
	background-color: #EBC154;
}
#header a:hover{
	text-decoration: none;
	background-color: #EBC154;
}

#left_box{
	clear: both;
	width: 300px;
	height: 650px;
	background-color: #FFF;
	float: left;
}
#left_box img{
	width: 300px;
	margin-bottom: 20px;
}

#main{
	background-color:  #EBC154;
	margin-left: 0;
	height: 30px;
}
#center{
	background-color: #EBC154;
	float: left;
	width: 102px;
	height: 650px;
}

#right_box{
	float: left;
	width: 750px;
	height: 650px;
	background-color: #FFF;
	background-image: url(../images/shop.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	
}

#right_box h1{
	margin-top: 5px;
	margin-left: 150px;
	font-family: "AR P丸ゴシック体M", "AR丸ゴシック体M", "HG丸ｺﾞｼｯｸM-PRO", "小塚ゴシック Pro B", "HGｺﾞｼｯｸM";
	font-weight: bolder;
	color: #F30;
	font-size: 18px;
	margin-bottom: 5px;
}
#right_box h2{
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-weight: normal;
	font-size: 14px;
	color: #00C;
}
#right_box p{
	margin-left: 100px;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 14px;	
}
.shop{
	font-size: 14px;
	color: #600;
	line-height: 15px;
}

#footer{
	clear: both;
	height: 50px;
	width: 1152px;
	background-color: #EBC154;
}
#footer a{
	font-size: 14px;
}
#footer a:link{
	text-decoration: none;
	color: #630;
	background-color: #EBC154;
}
#footer a:visited{
	text-decoration: none;
	color: #C00;
	background-color: #EBC154;
}
#footer a:hover{
	text-decoration: none;
	color: #F00;
	background-color: #EBC154;
}

