@charset "UTF-8";

/*--- 全体構造 ---*/
body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #D5D8DC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 930px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/*--- ヘッダー ---*/
#header {
	background-color: #E40C85;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
}
#header h1 {
	margin: 0;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header p {
	margin: 0px;
	float: right;
}

/*--- ナビゲーション ---*/
#navi {
	background-color: #201F1F;
	background-image: url(images/bg_navi.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	clear: both;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navi li {
	margin: 0;
	padding: 0;
	float: left;
}
#navi a{
	display:block;
}
#navi_shadow {
	background-color: #FFFFFF;
	background-image: url(images/bg_navi_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
	clear:both;
}

/*--- メインコンテンツ ---*/
#main {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	clear: left;
	width: 650px;
}

/*--- サイドバー ---*/
#sidebar {
	float: right;
	width: 220px;
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
}

#bnr {
	margin: 0px;
}
#bnr p {
	margin: 0 0 2px;
}

#pickup {
	margin: 18px 0 0;
}
#pickup h2 {
	margin: 0px;
}
#pickup p {
	margin: 0;
}
#pickup_bnr {
	background-image: url(images/bg_pickup.gif);
	background-repeat: no-repeat;
	padding: 13px;
}
#pickup .mt11 {
	margin-top: 11px;
}

#mobile {
	margin: 20px 0 0;
}
#mobile h2 {
	font-size: 83%;
	background-image: url(images/line_dot2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 10px;
	padding: 0 0 3px;
}
#mobile p {
	font-size: 65%;
	margin: 0px;
	line-height: 130%;
}
#mobile img {
	margin: 0 10px 5px 0;
}
#bnr_chigusa {
	margin: 20px 0 0;
}

/*--- フッター ---*/
#footer {
	padding: 8px 15px 10px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
} 
#footer p {
	font-size: 65%;
	margin: 0;
	color: #999999;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #E3007F;
}
#footer_add {
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: both;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 5px 0 0;
}
#footer_add h2 {
	font-size: 90%;
	margin: 0 0 5px;
}

/*--- トップページ ---*/
#top_news {
	width: 573px;
	margin: 20px 0 25px;
}
#top_news th {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B1B1B2;
	text-align: left;
	padding: 2px 3px 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 65%;
}
#top_news td {
	background-image: url(images/bg_news2.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 2px 3px 3px;
	width: 500px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 83%;
}
#top_news a {
	color: #666666;
	text-decoration: none;
}
#top_news a:hover {
	color: #E3007F;
}#top_fair {
	border: 1px solid #CCCCCC;
	width: 650px;
}
#top_fair h2 {
	margin: 0;
}
.top_fair_right {
	width: 445px;
}
.top_fair_right h3 {
	font-size: 83%;
	margin: 0 0 3px;
}
.top_fair_right p {
	font-size: 65%;
	line-height: 125%;
	margin: 0px;
}
.top_fair_right div {
	width: 355px;
	float: right;
}
.top_fair_right div img {
	margin-top: 5px;
}
.fair_photo {
	border: 2px solid #CCCCCC;
}
.top_fair_left p {
	margin: 0px;
}
.top_fair_left p a:hover {
	background-color: #ededed;
}
.top_fair_right a {
	color: #FF0099;
	text-decoration: none;
}
.top_fair_right a:hover {
	text-decoration: none;
	text-decoration: underline;
}

/*--- カレンダー ---*/
#calendar {
	font-size: 9px;
	margin: 0 0 20px;
	;
	color: #666666;
}
.calendarhead {
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
	padding-bottom: 3px;
	text-align: center;
	width: 21px;
	font-weight: normal;
}
#calendar td {
	padding: 2px 0;
	text-align: center;
	line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #CCCCCC;
}
.sunday,
.sunday a:link,
.sunday a:visited,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003 !important;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #3399CC;
}
#calendar a:link,
#calendar a:visited,
.weekday,
.saturday a:link,
.saturday a:visited {
	color: #666666;
}
#calendar .sunday a {
	color: #e50003;
	text-decoration: underline;
}
#calendar .saturday a {
	color: #3399CC;
	text-decoration: underline;
}
#calendar .weekday a {
	color: #666666;
	text-decoration: underline;
}
#calendar td a:hover {
	color: #FF0099;
}

/*--- 追加設定 ---*/
.m0 {
	margin: 0px;
}
.mt0 {
	margin-top: 0px;
}
.mt5 {
	margin-top: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.wine {
	color: #CC0000;
}
.bronze {
	color: #CC9933;
}
.pink {
	color: #FF0099;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clear { 
	clear:both;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- パンくずリスト ---*/
#topic_path {
	font-size: 65%;
	padding: 0 0 25px;
}
#topic_path a {
	color: #FF0099;
	text-decoration: none;
}
#topic_path a:hover {
	text-decoration: underline;
}

/*--- コンテンツページ ---*/
#line_side {
	background-image: url(images/line_side.gif);
	background-repeat: no-repeat;
	background-position: 670px bottom;
}
#contents {
	width: 625px;
	float: left;
	margin-bottom: 20px;
}
#contents p,#contents ol {
	font-size: 83%;
	line-height: 150%;
}
.ttl {
	margin: 0 0 20px;
}
.style_table1 {
	font-size: 83%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.style_table1 th {
	background-color: #FADEEC;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.style_table1 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.style_table1 td.border0 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.style_table1 td p {
	margin-top: 0;
}
.style_table2 {
	font-size: 83%;
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.style_table2 tr {
	text-align: left;
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.style_table2 th {
	text-align: left;
}
.style_medium {
	font-size: 83%;
}
.style_small {
	font-size: 65%;
}
.style_ttl1 {
	color: #FF0099;
	margin: 0px;
	line-height: 150%;
}
.style_ttl2 {
	font-size: 93%;
	color: #CC9933;
	line-height: 150%;
	margin-bottom: 0px;
}
.style_ttl3 {
	margin: 0px;
	font-size: 83%;
	line-height: 150%;
}
.style_ttl4 {
	color: #FF0099;
	margin: 0 0 10px;
	clear: both;
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 5px;
}
.style_ttl5 {
	margin: 0px;
	text-align: center;
}
.style_ttl6 {
	color: #FF0099;
	margin: 0px;
	line-height: 150%;
	text-align: center;
}
.sitemap {
	font-size: 83%;
	line-height: 150%;
	float: left;
	margin: 0 10px 30px;
	list-style-type: none;
}
.sitemap ul {
	list-style-type: none;
}
.sitemap a {
	color: #FF0099;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap li {
}
.link_img {
	margin: 0 10px 30px 0;
	float: left;
}
.entry {
	margin: 0px;
	padding: 0px;
}
.entry img {
	margin: 0 10px 0 0;
}
.entry_comment {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding: 0 0 20px;
}
.entry_tel {
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 0;
	padding: 10px 0 30px;
	text-align: right;
}
#contents_right {
	float: right;
	width: 440px;
}
#contents_left {
	float: left;
	width: 165px;
}
#contents_left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents_left li {
	margin: 0;
}
#contents_left li img {
	vertical-align: top;
}
#facilities_table {
	margin: 15px 0 0;
}
#facilities_table h5 {
	font-size: 83%;
	line-height: 150%;
	margin: 0px;
}
#facilities_table p {
	font-size: 65%;
	margin: 0px;
}
#facilities_table a {
	color: #FF0099;
}
#facilities_table tr {
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#facilities_table td {
	padding: 10px 0;
}
#contents_right a {
	color: #FF0099;
	text-decoration: none;
}
#contents_right a:hover {
	text-decoration: underline;
}
.bg_clear {
	background-image: url(images/spacer.gif);
}
.cuisine_table {
	margin: 0;
}
.cuisine_table h6 {
	font-size: 83%;
	line-height: 150%;
	margin: 0;
}
#contents_right table.cuisine_table p {
	font-size: 65%;
	margin: 10px 0 0;
}
#contents_right div.cuisine_table h6 {
	text-align: center;
}
#contents_right div.cuisine_table p {
	font-size: 65%;
	text-align: center;
	margin: 0;
}
#contents_right p.facilities_top_copy {
	font-size: 65%;
	line-height: 150%;
	color: #FFFFFF;
	margin: 0px;
}
.cuisine_ttl {
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 25px 0 10px;
	padding: 0 0 5px;
	text-align: center;
}
#facilities_top {
	border: 1px solid #666666;
	width: 428px;
	margin: 15px 0 10px;
}
#facilities_top h4 {
	margin: 10px;
	text-align: center;
}
#facilities_top p {
	margin: 10px 0 10px 10px;
}
.facilities_top_ttl {
	line-height: 150%;
	color: #FFFFFF;
	margin: 15px 0 5px;
}
#guest_q {
	color: #FFFFFF;
	background-color: #000000;
	margin: 30px 0 0;
	padding: 5px 10px;
}
#guest_q li {
	line-height: 150%;
	margin-top: 5px;
}
#guest_q a {
	color: #FFFFFF;
	text-decoration: none;
}
#guest_q a:hover {
	text-decoration: underline;
	color: #FF0099;
}
#guest_a {
	margin: 0px;
}
#guest_a h3 {
	font-size: 90%;
	line-height: 125%;
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px 0 5px;
	padding: 15px 0 5px;
	color: #FF0099;
}
#guest_a p {
	margin: 0px;
	font-size: 65%;
}
#guest_a a {
	color: #FF0099;
}
#facilities_top_bg {
	color: #FFFFFF;
	background-color: #000000;
	float: left;
	width: 625px;
}
.comments-open-header {
	font-size: 83%;
	color: #CC9933;
	margin: 30px 0 0;
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0 10px;
}
.comments-open-content {
	font-size: 83%;
}
#comments-form div {
	margin: 0 0 10px;
}
#comments-form th {
	font-weight: normal;
	text-align: left;
	padding: 0 10px 10px 0;
}
#comments-form td {
	padding: 0 0 10px;
}
#comment-0  a {
	color: #FF0099;
}
.entry a {
	color: #FF0099;
}
.entry h3 a {
	text-decoration: none;
}
.entry h3 a:hover {
	text-decoration: underline;
}
.fair_copy {
	color: #FF6699;
	font-weight: bold;
	margin: 2px 0 10px;
}
#contract {
	margin: 0 0 30px;
}
#contract h4 {
	font-size: 90%;
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 30px 0 20px;
	padding: 0 0 5px;
	color: #CC9933;
}
#contract h5 {
	font-size: 90%;
	color: #FF0099;
	background-color: #FCE5F0;
	background-image: url(contract/images/bg_contract.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 15px;
	padding: 15px 15px 7px;
}
#contract p {
	background-color: #FCE5F0;
	background-image: url(images/line_dot3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 15px 15px;
	padding: 7px 15px 15px;
}
