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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
p {
	line-height: 24px;
}


h1 {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
}
img {
	vertical-align: bottom;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#header {
	background-color: #C80012;
}

#mainv_box {
	width: 100%;
	background-image: url(../img/bg01.png);
	background-position: bottom;
	height: 600px;
	background-repeat: repeat-x;
	background-color: #E60012;
}
#mainv {
	background-image: url(../img/mainv.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin-top: 40px;
	margin-left: 20px;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}

#footer {
	font-size: 12px;
	line-height: 60px;
	color: #FFF;
	background-color: #E60012;
	text-align: center;
	width: 100%;
}
.food_box {
	float: left;
	width: 210px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.food_img {
	padding: 4px;
	border: 1px solid #CCC;
}
.food_title {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 28px;
	color: #333;
	margin-top: 5px;
}
.food_txt {
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
#fr_box {
	padding: 10px;
	width: 880px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#fr_bn {
	margin-bottom: 20px;
}

#fr_img {
	float: left;
	width: 360px;
	margin-right: 20px;
}
#fr_map {
	float: left;
	width: 500px;
}

.left {
	float: left;
	width: 400px;
	margin-right: 20px;
}
.right {
	float: left;
	width: 500px;
}
.info_box {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.tel {
	font-size: 20px;
	line-height: 32px;
}
.newbox {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 150px;
}
