@charset "UTF-8";

* {
	padding:0;
	margin: 0;
}

h2 {
	font-size: 14px;
	line-height: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wine-name {
	font-weight: bold;
	text-decoration: underline;
}
.recruit {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.footer {
	margin: 25px;
}
body {
	background-color: #FFFFFF;
}

#menu-main {
	clear: left;
	padding: 15px;

}

#menu-main li {
	line-height: 1em;
	background-repeat: no-repeat;
	width: 142px;
	height: 31px;
	background-image: url(../contents/images/m_buttan.jpg);
	list-style-type: none;
	color: white;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 17px;
	padding-left: 3px;
}

#menu-main a {
	font-weight: normal;
	font-style: normal;
	color: white;
	text-decoration: none;
}

#menu-main a:hover {
	font-weight: normal;
	font-style: normal;
	color: silver;
	text-decoration: none;
}

.menu-bg {
	background-image: url(../contents/images/m-background.jpg);
	background-repeat: repeat-y;
}

.menu-list {
	list-style-type: none;
	padding: 0px;
	text-indent: -25px;
}

.info-txt {
	color: #009900;
	width: 700px;
	margin-top: 30px;
}

.info-txt ul{
}

.info-txt li{
	text-align: left;
	line-height: 1.3em;
	font-size: 0.8em;
	padding-bottom: 0.4em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 0.5em;
	margin-left: 480px;
	list-style-type: none;
}

.info-txt img {
	float: left;
}

.profile{
	color: #009900;
	text-align: left;
	width: 700px;
}


.profile h1 {
	font-size: 1em;
	border-bottom: 1px solid #009900;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.profile h3 {
	font-size: 1em;
	margin-left: 190px;
}

.profile strong {
	font-size: 1.7em;
}

.profile img {
	float: left;
}
.profile p {
	font-size: 0.8em;
	line-height: 1.8em;
	width: 500px;
	margin-left: 190px;
}

hr {
	margin: 10px;
}
.wine-table {
}
.navigation {
	font-size: 10px;
}
.food-menu {
	width: 500px;
	margin-left: 10px;
}
.category {
	font-style: italic;
	font-weight: bold;
	color: #009900;
	font-size: 18px;
	margin-bottom: 20px;
}
.text-s {
	font-size: 10px;
}
.text-swaku {
	font-size: 10px;
	text-align: center;
	padding: 2px;
	border: 1px dotted #999999;
	margin-right: 20px;
	margin-left: 20px;
}
.furigana {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.winelist {
	margin: 0px;
	padding: 0px;
}
.akizero {
	margin: 0px;
	padding: 0px;
}

/*ヘッダー
----------------------------------------------- */

#header {
width: 100%;
height: 50px;
background-repeat: repeat-x;
background-image: url(../contents/images/top_header.gif);

}

/*フッター
----------------------------------------------- */

#f-menu {
	color: #cfb782;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #006D52;
	background-position: bottom;
	height: 70px;
	border-top: 3px solid #cfb782;
	text-align: center;
}

.f-logo{
margin-right: auto;
margin-left: auto;
height: 40px;
width: 180px;
background-image: url(../contents/images/f_logo_s.gif);
}

#f-menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfb782;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1em;
	line-height: 20px;
}

#f-menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

