@charset "UTF-8";

/*　main layout　*/
/*　========================　*/
html {
	height: 100%;
	text-align: center;
	background: url(images/back.jpg) ;
}

body{
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.1em;
	font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}


div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}

img{
	border-style: none;
	vertical-align: top;
}

a{
	outline: none;
}


#wrapper{
	margin: auto;
	width: 1060px;
	background: url(images/wrapper-back.png) repeat-y;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#wrapper:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.mtop{
	margin-top: 20px;
}

.mleft{
	margin-left: 70px;
}

.fw-b{
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝',serif;
}


/* float layout */
.f-right{
	float: right;
}

.f-left{
	float: left;
	margin-right: 0.5em;
}

.clear{
	clear: both;
	margin-left: 0.5em;
}


.copyright{
	margin: 20px 0 20px 0;
}


/* right layout */
/*　========================　*/

#side{
	width: 520px;
	float: right;
}


#title{
	width: 240px;
	float: left;
}

#menu{
	width: 210px;
	float: left;
}

#menu ul{
	list-style: none;
	font-size: 12px;
}

#menu li{
	margin-top: 6px;
	text-align: right;
}


#menu li a{
	display: block;
	width: 207px;
	height: 36px;
	padding-top: 24px;
}

#menu li a:hover{
	background-position: left bottom;
}

#menu li.act{
	display: block;
	width: 207px;
	height: 36px;
	padding-top: 24px;
	font-weight: bold;
}

.nav1{
	background: url(images/service.png) no-repeat;
}
.nav1act{
	background: url(images/service2.png) no-repeat;
}

.nav2{
	background: url(images/dish.png) no-repeat;
}
.nav2act{
	background: url(images/dish2.png) no-repeat;
}

.nav3{
	background: url(images/item.png) no-repeat;
}
.nav3act{
	background: url(images/item2.png) no-repeat;
}

.nav4{
	background: url(images/about.png) no-repeat;
}
.nav4act{
	background: url(images/about2.png) no-repeat;
}


#menu p{
	font-size: 12px;
	line-height: 120%;
	margin: 14px 0 10px 20px;
}


/* default link */
/*　========================　*/
a{
	color: #666633;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #666633;
}

a:hover{
	color: #000000;
}


/* pagetop link */
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a{
	display: block;
	background-color: #999999;
	padding: 8px;
	border-radius: 5px;
	border: 2px solid #ffffff;
	color: #eeeeee;
}

#page-top a:hover{
	background-color: #dddddd;
	color: #666666;
	border: 2px solid #888888;
}



/* left layout */
/*　========================　*/
#contents{
	width: 540px;
	float: left;
	text-align: left;
}

#contents p{
	width: 440px;
	margin-left: 70px;
	text-align: left;
	text-indent: 1em;
}

#contents p.t-right{
	text-align: right;
}

#catch{
	display: block;
	width: 510px;
	height: 70px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝',serif;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	padding: 80px 30px 0 0;
}

#catch.top{
	background: url(images/ctback-top.png) no-repeat;
}

#catch.spring{
	background: url(images/ctback-spring.png) no-repeat;
}

#catch.springsummer{
	background: url(images/ctback-springsummer.png) no-repeat;
}

#catch.summer{
	background: url(images/ctback-summer.png) no-repeat;
}

#catch.earlyautumn{
	background: url(images/ctback-earlyautumn.png) no-repeat;
}


#catch.autumn{
	background: url(images/ctback-autumn.png) no-repeat;
}

#catch.winter{
	background: url(images/ctback-winter.png) no-repeat;
}

#catch.service{
	background: url(images/ctback-service.png) no-repeat;
}

#catch.dish{
	background: url(images/ctback-dish.png) no-repeat;
}

#catch.item{
	background: url(images/ctback-item.png) no-repeat;
}

#catch.about{
	background: url(images/ctback-about.png) no-repeat;
}

#catch.furusato{
	background: url(images/ctback-furusato.png) no-repeat;
}


h2{
	margin-left: 40px;
	width: 470px;

}

h3{
	width: 430px;
	margin: 20px 0 20px 70px;
	text-align: left;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝',serif;
	font-size: 15px;
	padding: 0 0 0 10px;
	border-left: 1px solid #666633;
	border-bottom: 1px solid #666633;
}


h4{
	margin: 20px 0 20px 70px;
	width: 430px;
	border-bottom: 1px dotted #666633;
	padding-left: 1em;
	color: #800000;
}


/* page layout */
/*　========================　*/
ul.drink{
	list-style-type: square;
	margin: 20px 0 20px 140px;
}

ul.drink li{
	line-height: 260%;
	letter-spacing: 0.2em;
}

#contents .course p{
	margin: 0 0 30px 120px;
	width: 380px;
	text-indent: 0em;
	line-height: 180%;
}

dl#info{
	margin: 20px 0 0 70px;
	width: 440px;
}

dl#info dt{
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #666633;
	border-bottom: 1px solid #666633;
}

dl#info dd{
	margin: 0 0 20px 10px;
}
