@charset "UTF-8";



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;
	vertical-align: baseline;
}
* {
	border: 0;
	outline: none;
}
body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
    background-color: #000;
/*	background-color: #D3090D;
	background-image: url('./images/bg.jpg');
	background-size: auto auto; 
	background-repeat: repeat; */
	font-size: 14px;
	line-height: 1.7em;
}
ul {
	list-style-type: none;
}
ul, li {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}




#header {
	background-color: #FFFFFF;
	padding: 18px 0;
	width: 960px;
	margin: 0 auto;
}
#rogo {
	margin: 0;
	padding: 0;
}
#main {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#submain_link {
	width: 960px;
	margin: 10px auto;
	background-color: #000;
/*	background-color: #D3090D; */
}
#submain_link a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#obi {
	min-width: 960px;
	background-color: #000000;
}
#submain {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}


#contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#text1 {
	padding: 30px 0 0;
	text-align: center;
}
#text2 {
	padding: 40px 0 10px;
	text-align: center;
}


#contents ul {
	clear: both;
	margin: 0 auto;
}
#contents ul li {
	width: 960px;
	height: 141px;
	padding-top: 10px;
	background: url('images/parlor_bg.png') no-repeat center bottom;
}
#contents ul li a {
	display: block;
	width: 940px;
	height: 141px;
	margin: 0 auto;
}
#contents ul li a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#yamanashi_button {
	padding-bottom: 60px;
}

#stores {
    margin-top: -6px !important;
}

#word {
	clear: both;
	float: right;
	margin: 0 20px 10px;
}



#footer {
	clear: both;
	min-width: 960px;
	background-color: #000000;
	height: 86px;
	padding-top: 25px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	float: left;
	background-repeat: repeat-x;
}
#footerInner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 65px;
}
#footer #footerInner img {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	clear: both;
	float: none;
	display: block;
}






