@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
body {
	background: url(../images/bg_top.jpg) repeat-x;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	background-color: #663300;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
/**/
div#bg {
	background-color: black;
	width: 800px;
}
div#container {
	margin: 0 5px;
	background-color: white;
}
div#head {
	width: 790px;
	height: 95px;
	background: url(../images/index_head_bg.jpg) no-repeat top left;
	position: relative;
}
div#head h1 {
	width: 230px;
	height: 80px;
	top: 15px;
	left: 30px;
	position: absolute;
}
ul#menu {
	width: 790px;
	height: 50px;
	background: url(../images/menu_bg.jpg) no-repeat top left;
	position: relative;
}
ul#menu li {
	position: absolute;
}
ul#menu li#toppage {
	width: 120px;
	height: 50px;
	top: 0;
	left: 30px;
}
ul#menu li#coupon {
	width: 130px;
	height: 50px;
	top: 0;
	left: 150px;
}
ul#menu li#kodawari {
	width: 130px;
	height: 50px;
	top: 0;
	left: 280px;
}

div#images {
	text-align: center;
	margin: 30px 0;
}
div#images img {
	display: block;
	margin-bottom: 20px;
}


div#info {
	width: 730px;
	margin: 10px 30px 50px 30px;
}
div#info p {
	font-size: 90%;
	line-height: 180%;
}
iframe#map {
	width: 350px;
	height: 300px;
	float: right;
	margin-bottom: 50px;
}
div#footer {
	clear: both;
}
* html body img#gotop {
	display: none;
}
html>body img#gotop {
	position: fixed;
	left: 800px;
	top: 50%;
}


/*こだわり*/

#kodawari_mes {
	margin: 0 50px 40px 50px;
}

#kodawari_mes p {
	font-size: 85%;
	line-height: 180%;
}


/*お知らせ*/

div#fix30 {
	margin: 40px 30px;
	min-height: 500px;
}
* html body div#fix30 {
	height: 500px;
}

ul.topics {
	margin: 20px 20px;
}

ul.topics li {
	font-size: 85%;
	line-height: 180%;
	background: url(../images/arrow.gif) no-repeat 2px 50%;
	padding-left: 30px;
	border-bottom: 1px dashed #666;
	margin-bottom: 5px;
}
ul.topics li a {
	color: black;
}


h3.topics_title {
	font-size: 100%;
	background: url(../images/arrow.gif) no-repeat center left;
	line-height: 200%;
	padding-left: 30px;
	margin: 20px 0 10px 0;
}
span.date {
	font-size: 80%;
	font-weight: normal;
}

p.text {
	font-size: 85%;
	line-height: 180%;
}

div.pict {
	margin-bottom: 20px;
}
div.pict img {
	margin-right: 10px;
	width: 200px;
}

p.topics_navi {
	text-align: right;
	font-size: 80%;
	border-top: 1px solid black;
	line-height: 180%;
	margin-top: 40px;
}
p.topics_navi a {
	color: black;
}

div#index_fix30 {
	margin: 40px 30px 60px 30px;
}




@media print {
img#gotop {
	display: none;
}
}