@charset "utf-8";

/* ================================================================================
	Last Updated: 2012/07/27
	[INDEX]
	1. Common Format: 共通設定
		1.1 reset
		1.2 global
		1.3 header
		1.4 gNav
		1.5 topicsPath
		1.6 contents
		1.7 pagetop
		1.8 footer
	2. Directory Format: 各ページの設定
		[A0] top
		[A1] information
		[A2] concept
		[A3] facilities
		[A4] plan
		[A5] cuisine
		[A6] report
		[A7] contact
		[A8] guest
		[A9] movie
		[A10] fair
		[A11] blog
	3. Other Styles: その他スタイル
================================================================================ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	1. Common Format
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ================================================================================
		1.1 reset
================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
hr, legend {
	border: 1px #dad8d3 solid;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
li img {
	vertical-align :bottom;
}
ol li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}
/* ================================================================================
		1.2 global
================================================================================ */
body, th, td {
	line-height: 1.4;
	color: #404040;
	font-size: 12px;
	font-family: 'Verdana', sans-serif;
}
input, textarea {
	font-size: 12px;
}
body {
	background: #f4f1ea;
	text-align: center;
}
div.wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
a {
	color: #746d5b;
}
a:hover {
	color: #87660b;
}
/* ================================================================================
		1.3 header
================================================================================ */
div#headerWrapper {
	background: url(../images/body_bg.gif) repeat-x center top;
}
div#header {
	position: relative;
	height: 92px;
	overflow: hidden;
}
div#header h1 {
	position: absolute;
	top: 12px;
	left: 0;
	width: 300px;
}
div#header ul#headerContact li.tel {
	position: absolute;
	top: 17px;
	right: 0;
	width: 358px;
}
div#header ul#headerContact li.mail {
	position: absolute;
	top: 46px;
	right: 357px;
	width: 239px;
}
div#header ul#headerContact li.access {
	position: absolute;
	top: 46px;
	right: 238px;
	width: 114px;
}
div#header ul#headerContact li.facebook {
	position: absolute;
	top: 46px;
	right: 119px;
	width: 114px;
}

div#header ul#headerContact li.instagram {
	position: absolute;
	top: 46px;
	right: 0;
	width: 114px;
}

div#topVisual {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 950px;
	height: 450px;
}

/* ================================================================================
		1.4 gNav
================================================================================ */
div#gNav {
	margin-bottom: 10px;
}
div#gNav ul {
	background: url(../images/gNav_line.gif) no-repeat right center;
	padding-right: 1px;
}
div#gNav ul li {
	float: left;
	background: url(../images/gNav_line.gif) no-repeat left center;
	padding-left: 1px;
}
/* ================================================================================
		1.5 topicPath
================================================================================ */
div#topicPath ul li {
	float: left;
}
/* ================================================================================
		1.6 contents
================================================================================ */
div#contents div.col1 {
	padding-top: 13px;
}
div#contents div.col2 {
	padding-top: 30px;
}
div#contents div.col1 h2.dirTtl {
	padding-bottom: 7px;
}
div#main {
	float: right;
	width: 750px;
}
div#side {
	float: left;
	width: 180px;
}
/* ================================================================================
		1.7 pagetop
================================================================================ */
div.pageTop {
	padding: 30px 0 4px 0;
	text-align: right;
}
/* ================================================================================
		1.8 footer
================================================================================ */
div#footerWrapper {
	background: #d7d0bf url(../images/footer_bg.gif) repeat-x center top;
	padding: 25px 0 20px 0;
	color: #808080;
	font-size: 11px;
}
div#footerWrapper div.wrapper {
	background: #d7d0bf url(../images/wedding_logo.gif) no-repeat right bottom;
	padding-bottom: 15px;
}
div#footer ul#footerNav {
	margin-bottom: 25px;
}
div#footer ul#footerNav li {
	float: left;
	margin-right: 15px;
}
div#footer ul#footerNav li a {
	color: #808080;
	text-decoration: none;
}
div#footer ul#footerNav li a:hover {
	text-decoration: underline;
}
div#footer ul.hotelData {
	margin-bottom: 25px;
}
div#footer ul.hotelData li.address {
	margin-bottom: 3px;
}
div#footer ul.hotelData li.tel,
div#footer ul.hotelData li.fax,
div#footer ul.hotelData li.openHours {
	float: left;
	margin-right: 15px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	2. Directory Format
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* main */
.whiteBox {
	background: #fff;
	padding: 3px;
}
.whiteBox .whiteBox_inner1 {
	border: 1px solid #d7d0bf;
	padding: 6px;
}
.whiteBox .whiteBox_inner2 {
	border: 1px solid #d7d0bf;
	padding: 24px;
}
.detailBox {
	background: url(../images/detailBox_bg.gif) no-repeat right bottom;
}
.detailBox,
.detailBox th,
.detailBox td {
	line-height: 1.8;
}
table.tbl {
	width: 100%;
}
table.tbl th,
table.tbl td {
	border: 1px solid #dbd8d2;
	padding: 0.5em 1em;
	vertical-align: top;
}
table.tbl thead th {
	background: #f4f1ea;
	color: #fff;
	font-weight: bold;
}
table.tbl tbody th {
	background: #f4f1ea;
	border-right: none;
}
table.tbl tbody td {
	border-left: none;
}
.arrow {
	background: url(../images/icon_arrow.gif) no-repeat 5px center;
	padding-left: 15px;
}
a.arrow:hover {
	text-decoration: underline;
}
.external {
	background: url(../images/icon_external.gif) no-repeat right center;
	padding-right: 20px;
}
.pdf {
	background: url(../images/icon_pdf.gif) no-repeat right center;
	padding-right: 20px;
}
/* side */
div#side h2.dirTtl {
	padding: 20px 0 25px 0;
}
div#side ul#localNav {
	background: url(../images/side_localNav_line.gif) repeat-x left top;
	padding-top: 2px;
}
div#side dl#localNav dt {
	margin: 12px 0 7px 0;
	background: url(../images/side_localNav_line.gif) repeat-x left top;
	padding-top: 12px;
}
div#side dl#localNav dt.first {
	margin-top: 0;
}
div#side ul#localNav li,
div#side dl#localNav dd {
	margin-top: 5px;
}
div#side #localNav a {
	display: block;
	background: url(../images/icon_arrow.gif) no-repeat 5px 5px;
	padding: 0 0 0 15px;
	text-decoration: none;
	zoom: 1;
}
div#side #localNav a:hover {
	color: #fd7ead;
}
div#side #localNav a.ov {
	color: #fd7ead;
	font-weight: bold;
}
/* side calendar */
div#calendar {
	position: relative;
	margin-bottom: 5px;
	border: 5px solid #dad8d3;
	background: #fff;
	width: 240px;
}
div#calendar div.calendar_inner {
	padding: 9px;
}
div#calendar div.fairDate {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
div#calendar div.fairDate a {
	text-decoration: none;
}
div#calendar table {
	width: 100%;
}
div#calendar th,
div#calendar td {
	text-align: center;
}
div#calendar th {
	background: #eae0c6;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#calendar th.sat {
	background: #8edff0;
}
div#calendar th.sun {
	background: #e9cede;
	border-right: none;
}
div#calendar td {
	background: #f8f5ef;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #b4b4b4;
}
div#calendar td.sat {
	background: #d6eef4;
}
div#calendar td.sun {
	background: #fbedf5;
	border-right: none;
}
div#calendar td.holiday {
	background: #fbedf5;
}
div#calendar td.active {
	background: #fd7ead;
}
div#calendar td.active a {
	color: #fff;
	text-decoration: none;
}
div#calendar ul li.prev {
	position: absolute;
	top: 11px;
	left: 9px;
}
div#calendar ul li.next {
	position: absolute;
	top: 11px;
	right: 9px;
}
div#calendar li a {
	font-size: 10px;
	text-decoration: none;
}
div#calendar li a:hover {
	text-decoration: underline;
}
/* ================================================================================
		[A0] top
================================================================================ */
div#top div#main {
	float: left;
	width: 640px;
}
div#top div#side {
	float: right;
	width: 270px;
}
/* visual */
div#visualWrapper {
	background: url(../images/top/visual_bg.jpg) no-repeat center center;
	padding: 10px 0;
}
div#visual {
	position: relative;
}
div#visual div#pickup {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/top/pickup_bg.png);
	width: 283px;
	height: 440px;
	overflow: hidden;
}
div#visual div#pickup h3,
div#visual div#pickup ul {
	margin: 0 20px;
}
div#visual div#pickup h3 {
	padding: 25px 0 30px 0;
}
div#visual div#pickup ul li {
	margin-bottom: 25px;
}
div#visual div#pickup ul li div.f_left {
	width: 47px;
}
div#visual div#pickup ul li div.f_right {
	width: 183px;
}
div#visual div#pickup ul li div.f_left img {
	border: 1px solid #fff;
}
div#visual div#pickup ul li p {
	margin-bottom: 0;
}
/* main */
div#top div.information {
/*	position: relative; */
	margin-bottom: 0px;
}
div#top div.information h3 {
	margin-bottom: 8px;
}
div#top div.information div.list {
	position: relative;
	top: -51px;
	right: -594px;
}
div#top div.information table th,
div#top div.information table td {
	padding-bottom: 12px;
	vertical-align: top;
}
div#top div.information table td {
	padding-right: 20px;
}
div#top div.partner {
	margin-top: 50px;
	background: #fff;
}
div#top div.partner ul li {
	float: left;
	background: url(../images/top/partner_line.gif) left center;
	padding-left: 1px;
}
div#top div.partner ul li.first {
	background: none;
	padding-left: 0;
}
/* side */
div#top div#side ul.bnr li {
	margin-top: 10px;
}
div#top div#side ul.bnr li.first {
	margin-top: 0;
}
/* ================================================================================
		[A0.1] blog
================================================================================ */
/* index 313 94 */
#blog_fair{
	margin-bottom: 40px;
	display: block;
	width: 313px;
	background: #ffffff url('../images/top/top_b_fair.png') no-repeat center top scroll;
	float: left;
	border: 1px solid #dad8d3; 
	padding-bottom: 13px;
}
#blog_fair_title{
	display: block;
	width: 313px;
	height: 60px;
	text-indent: -9999px;
}
#blog_plan{
	position: static;
	margin-bottom: 40px;
	display: block;
	width: 313px;
	background: #ffffff url('../images/top/top_w_plan.png') no-repeat center top scroll;
	float: left;
	border: 1px solid #dad8d3; 
	padding-bottom: 0px;
	margin-left: 10px;
}
#blog_plan_title{
	display: block;
	width: 313px;
	height: 60px;
	text-indent: -9999px;
}
.blog_fair_box{
	width: 297px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	color: #7d7666;
	
}
.blog_fair_box span{
	font-size: 10px;
}
.blog_fair_box img{
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	padding-bottom: 7px;
}
.blog_fair_box a{
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
	width: 180px;
	float: left;
	margin-right: 8px;
}
.blog_fair_box hr{
	border:0;
	border-top: 1px #dad8d3 solid;
}
.blog_plan_box{
	width: 297px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	color: #7d7666;
	
}
.blog_plan_tc{
	display: table-cell;
	vertical-align: middle;
	height: 76px;
}

.blog_plan_box img{
	vertical-align: middle;
	float: left;
	margin-right: 8px;
}
.blog_plan_box a{
	font-weight: bold;
	font-size: 14px;
	width: 180px;
	height: 76px;
	margin-right: 8px;
}
.blog_plan_box p{
	display: block;
	line-height: 16px;
	width: 280px;
	height: 31px;
	overflow:hidden;
	margin-top: 4px;
	font-size: 9px;
}
.blog_plan_box hr{
	border:0;
	border-top: 1px #dad8d3 solid;
}
/* ================================================================================
		[A1] information
================================================================================ */
/* index */
div#information ul#information_list li {
	margin-bottom: 15px;
}
div#information ul#information_list li div.f_right {
	padding: 10px 20px 10px 0;
	width: 550px;
}
div#information ul#information_list li div.f_left {
	width: 140px;
}
div#information ul#information_list li div.f_right h3 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
div#information ul#information_list li div.f_right h3 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
/* detail */
div#information div.whiteBox_inner2 {
	padding-bottom: 120px;
}
div#information div.detailBox div.ttlBox {
	margin-bottom: 20px;
	border-bottom: 1px solid #dbd8d2;
	padding-bottom: 20px;
}
div#information div.detailBox table {
	width: 100%;
}
div#information div.detailBox div.ttlBox p.date {
	margin-bottom: 0;
}
div#information div.detailBox div.ttlBox h3 {
	font-size: 18px;
	font-weight: bold;
}
div#information div.detailBox div.f_right {
	margin: 0 0 20px 20px;
}
/* ================================================================================
		[A2] concept
================================================================================ */
div#concept div.f_left {
	width: 300px;
}
div#concept div.f_right {
	width: 565px;
}
/* ================================================================================
		[A3] facilities
================================================================================ */
div#facilities div.rightBox {
	position: relative;
	float: right;
	width: 295px;
	height: 440px;
}
div#facilities div.leftBox {
	float: left;
	width: 370px;
}
div#facilities div.rightBox div.ttlBox {
	position: relative;
	margin-bottom: 25px;
}
div#facilities div.rightBox div.ttlBox h3 {
	margin-bottom: 20px;
	padding-top: 5px;
}
div#facilities div.rightBox div.ttlBox div.floorMap {
	position: absolute;
	top: 0;
	right: 0;
}
div#facilities div.rightBox p.introduce {
	height: 130px;
	overflow: auto;
}
div#facilities div.rightBox ul.menu {
	margin-left: 20px;
	margin-bottom: 20px;
}
div#facilities div.rightBox ul.menu li {
	list-style: circle;
	line-height: 150%;
	margin-bottom: 5px;
}
/* ================================================================================
		[A4] plan
================================================================================ */
/* index */
div#plan ul#plan_list li {
	float: left;
	margin: 0 0 21px 21px;
	width: 306px;
}
div#plan ul#plan_list li.first {
	margin-left: 0;
}
div#plan ul#plan_list li div.img {
	margin-bottom: 20px;
}
div#plan ul#plan_list li div.txt {
	margin: 0 10px 10px 10px;
}
div#plan ul#plan_list li div.txt h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
div#plan ul#plan_list li div.txt dl {
	margin-bottom: 10px;
	font-size: 11px;
}
div#plan ul#plan_list li div.txt dl dt {
	color: #958456;
	font-weight: bold;
}
div#plan ul#plan_list li div.t_center {
	margin-bottom: 10px;
}
/* deital */
div#plan div.detailBox div.ttlBox {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #dbd8d2;
	padding-bottom: 20px;
	width: 690px;
}
div#plan div.detailBox div.ttlBox h3 {
	font-size: 18px;
	font-weight: bold;
}
div#plan div.detailBox div.ttlBox div.contact_btn1 {
	position: absolute;
	top: 3px;
	right: 0;
}
div#plan div.detailBox div.info {
	margin-bottom: 20px;
}
div#plan div.detailBox div.info div.f_left {
	width: 340px;
}
div#plan div.detailBox div.info div.f_right {
	width: 320px;
}
div#plan div.detailBox div.info dl {
	margin-bottom: 30px;
}
div#plan div.detailBox div.info dl dt {
	color: #958456;
	font-weight: bold;
}
div#plan div.detailBox div.info dl dd {
	margin-bottom: 10px;
}
div#plan div.detailBox table.tbl {
	margin-bottom: 20px;
	font-size: 11px;
}
div#plan div.detailBox table.tbl {
	margin-bottom: 20px;
	font-size: 11px;
}
div#plan div.detailBox table.tbl th,
div#plan div.detailBox table.tbl td {
	text-align: center;
	vertical-align: middle;
}
div#plan div.detailBox table.tbl th {
	width: 20%;
}
div#plan div.detailBox table.tbl td {
	width: 13%;
}
div#plan div.detailBox div.privilege {
	margin-bottom: 27px;
	border: 1px solid #dbd8d2;
}
div#plan div.detailBox div.privilege div.f_left {
	width: 324px;
}
div#plan div.detailBox div.privilege dl {
	padding: 19px;
}
div#plan div.detailBox div.privilege dl dt {
	color: #958456;
	font-weight: bold;
}
div#plan div.detailBox div.contact_btn2 {
	margin-bottom: 20px;
}
/* ================================================================================
		[A5] cuisine
================================================================================ */
div#cuisine div.rightBox {
	position: relative;
	float: right;
	width: 295px;
	height: 440px;
}
div#cuisine div.leftBox {
	float: left;
	width: 370px;
}
div#cuisine div.rightBox div.ttlBox {
	position: relative;
	margin-bottom: 25px;
}
div#cuisine div.rightBox div.ttlBox h3 {
	margin-bottom: 20px;
	padding-top: 5px;
}
div#cuisine div.rightBox p.introduce {
	height: 180px;
	overflow: auto;
}
/* ================================================================================
		[A6] report
================================================================================ */
/* index */
div#report ul#report_list li {
	float: left;
	margin: 0 0 21px 21px;
	width: 306px;
}
div#report ul#report_list li.first {
	margin-left: 0;
}
div#report ul#report_list li div.img {
	margin-bottom: 20px;
}
div#report ul#report_list li div.txt {
	margin: 0 10px 10px 10px;
}
div#report ul#report_list li div.txt h3 {
	margin-bottom: 10px;
	background: url(../images/report/index_featherpen.gif) no-repeat left center;
	padding: 3px 0 3px 30px;
	font-size: 14px;
	font-weight: bold;
}
div#report ul#report_list li div.txt dl {
	margin-bottom: 5px;
	font-size: 11px;
}
div#report ul#report_list li div.txt dl dt,
div#report ul#report_list li div.txt dl dd {
	float: left;
}
div#report ul#report_list li div.txt dl dt {
	color: #958456;
	font-weight: bold;
}
div#report ul#report_list li div.txt dl dd {
	margin-left: 10px;
}
div#report ul#report_list li div.t_center {
	margin-bottom: 10px;
}
/* deital */
div#report div.detailBoxBg {
	background: #fff url(../images/report/detail_head_bg.gif) no-repeat center 4px;
} 
div#report div.detailBox div.ttlBox {
	margin-bottom: 28px;
	height: 135px;
}
div#report div.detailBox div.ttlBox dl {
	padding: 15px 0 0 225px;
}
div#report div.detailBox div.ttlBox dl dt {
	float: left;
	color: #958456;
	font-weight: bold;
}
div#report div.detailBox div.ttlBox dl dd {
	margin-left: 125px;
}
div#report div.detailBox div.sectionBox {
	margin-bottom: 30px;
}
div#report div.detailBox div.sectionBox h3 {
	color: #958456;
	background: url(../images/report/detail_featherpen.gif) no-repeat left center;
	padding: 10px 0 10px 30px;
	font-size: 14px;
	font-weight: bold;
}
div#report div.detailBox div.sectionBox p.txt {
	width: 360px;
}
div#report div.detailBox div.sectionBox div.img {
	width: 300px;
}
div#report div.detailBox div.sectionBox div.posRight p.txt {
	float: left;
}
div#report div.detailBox div.sectionBox div.posRight div.img {
	float: right;
}
div#report div.detailBox div.sectionBox div.posLeft p.txt {
	float: right;
}
div#report div.detailBox div.sectionBox div.posLeft div.img {
	float: left;
}
/* ================================================================================
		[A7] contact
================================================================================ */
/* table */
div#contact table.tbl th,
div#contact table.tbl td.contactContents {
	border-right: none;
}
div#contact table.tbl th,
div#contact table.tbl td {
	padding: 13px 15px;
}
div#contact table.tbl th {
	width: 150px;
	font-weight: bold;
}
div#contact table.tbl td.ex {
	width: 210px;
}
/* table elements */
div#contact span.must {
	color: #fd7ead;
	font-weight: normal;
}
div#contact table.tbl th span.must {
	margin-left: 7px;
}
div#contact table.tbl td span.attention {
	margin-left: 10px;
	font-size: 10px;
}
div#contact td ul li {
	margin-bottom: 0.5em;
}
div#contact input.inputRadio {
	margin-right: 7px;
}
div#contact td span.nameKanji {
	padding-right: 1.45em;
}
div#contact td span.nameKana {
	padding-right: 0.5em;
}
div#contact td.name label.last {
	margin-left: 15px;
}
div#contact input.inputTxt {
	width: 200px;
}
div#contact input.inputTxt.dateYMD {
	width: 110px;
}
div#contact input.inputTxt.name {
	width: 80px;
}
div#contact input.inputTxt.add {
	width: 330px;
}
div#contact input.inputTxt.num,
div#contact input.inputTxt.member {
	width: 70px;
}
div#contact input.inputTxt.member {
	margin-right: 7px;
	width: 70px;
}
div#contact input.inputTxt.cost {
	margin-right: 7px;
	width: 120px;
}
div#contact textarea {
	width: 400px;
	height: 150px;
}
div#contact td div.addPost,
div#contact td div.mail {
	margin-bottom: 10px;
}
div#contact tr.rule-3 label {
	margin-right: 15px;
}
/* others */
div#contact div.btnArea {
	margin-top: 20px;
	text-align: center;
}
div#contact div.btnArea form {
	display: inline;
}
div#contact div.btnArea input.inputBtn {
	width: 10em;
	height: 3em;
}
div#contact div.submitArea {
	margin-top: 20px;
	text-align: center;
}
div#contact div.submitArea form {
	display: inline;
}
div#contact div.submitArea input.back,
div#contact div.submitArea input.submit {
	width: 10em;
	height: 3em;
}
/* error */
div#contact div.error {
	margin-bottom: 2em;
	border: solid 1px #dbd8d2;
	background: #fff1cf;
	padding: 20px;
}
div#contact div.error h3 {
	margin-bottom: 1em;
	color: #f33;
	font-weight: bold;
}
div#contact div.error ul li {
	margin-bottom: 0.2em;
}
div#contact td.error {
	background: #fff1cf;
}
/* thanks */
div#contact div.thnaksBox {
	line-height: 1.8;
}
div#contact div.thnaksBox div.whiteBox_inner2 {
	padding-top: 50px;
	padding-bottom: 50px;
}
div#contact div.thnaksBox h3 {
	margin-bottom: 2em;
	font-size: 14px;
	font-weight: bold;
}
div#contact div.thnaksBox dl dt {
	font-weight: bold;
}
/* ================================================================================
		[A8] guest
================================================================================ */
div#guest div.f_left {
	width: 585px;
}
div#guest div.f_right {
	width: 305px;
}
div#guest h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
div#guest dl.menu {
	margin-bottom: 20px;
	line-height: 1.6;
}
div#guest dl.menu dt,
div#guest dl.menu dd {
	margin-bottom: 5px;
}
div#guest dl.menu dt {
	float: left;
}
div#guest dl.menu dd {
	margin-left: 14.5em;
}
div#guest dl.contactBox dt {
	font-weight: bold;
}
div#guest dl.contactBox strong {
	color: #fd7ead;
	font-size: 14px;
	font-weight: bold;
}
/* ================================================================================
		[A9] movie
================================================================================ */
/* ================================================================================
		[A10] fair
================================================================================ */
div#fair div#main {
	float: right;
	width: 680px;
}
div#fair div#side {
	float: left;
	width: 250px;
}
/* index */
div#fair ul#fair_list li {
	margin-bottom: 15px;
}
div#fair ul#fair_list li div.f_right {
	padding: 10px 20px 10px 0;
	width: 480px;
}
div#fair ul#fair_list li div.f_left {
	width: 140px;
}
div#fair ul#fair_list li div.f_right p.date {
	margin-bottom: 5px;
}
div#fair ul#fair_list li div.f_right h3 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
/* detail */
div#fair div.detailBox div.ttlBox {
	margin-bottom: 20px;
	border-bottom: 1px solid #dbd8d2;
	padding-bottom: 20px;
}
div#fair div.detailBox div.ttlBox p.date {
	margin-bottom: 0;
}
div#fair div.detailBox div.ttlBox h3 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
div#fair div.detailBox div.f_left {
	width: 270px;
}
div#fair div.detailBox div.f_right {
	width: 320px;
}
div#fair div.detailBox table {
	width: 100%;
}
/* ================================================================================
		[A11] blog
================================================================================ */
div#blog div#main {
	float: right;
	width: 680px;
}
div#blog div#side {
	float: left;
	width: 250px;
}
div#blog div#main ul.pager {
	margin-top: 30px;
}
div#blog div#main ul.pager li.prev {
	float: left;
}
div#blog div#main ul.pager li.next {
	float: right;
}
/* side */
div#blog div#side div.localNav h3 {
	margin: 12px 0 7px 0;
	background: url(../images/side_localNav_line.gif) repeat-x left top;
	padding-top: 12px;
}
div#blog div#side div.localNav li {
	margin-top: 5px;
}
div#blog div#side div.localNav a {
	display: block;
	background: url(../images/icon_arrow.gif) no-repeat 5px 5px;
	padding: 0 0 0 15px;
	text-decoration: none;
	zoom: 1;
}
div#blog div#side div.localNav a:hover {
	color: #fd7ead;
}
/* index */
div#blog ul#blog_list li {
	margin-bottom: 25px;
}
div#blog div.detailBox div.ttlBox {
	margin-bottom: 20px;
	border-bottom: 1px solid #dbd8d2;
	padding-bottom: 20px;
}
div#blog div.detailBox div.ttlBox p.date {
	margin-bottom: 5px;
}
div#blog div.detailBox div.ttlBox h3 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}
div#blog div.detailBox table {
	width: 100%;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	3. Other Styles
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
ul.disc {
	margin-left: 1.6em;
}
ul.disc li {
	list-style-type: disc;
}
ol {
	margin-left: 2em;
}
ol li {
	list-style-type: decimal;
}
ol li li {
	list-style-type: lower-alpha;
}
.mgn_r_20 {
	margin-right: 20px;
}
.mgn_b_5 {
	margin-bottom: 5px;
}
.mgn_b_10 {
	margin-bottom: 10px;
}
.mgn_b_15 {
	margin-bottom: 15px;
}
.mgn_b_20 {
	margin-bottom: 20px;
}
.mgn_b_25 {
	margin-bottom: 25px;
}
.mgn_b_30 {
	margin-bottom: 30px;
}
.mgn_b_40 {
	margin-bottom: 40px;
}
.mgn_b_50 {
	margin-bottom: 50px;
}
.mgn_b_70 {
	margin-bottom: 70px;
}
.pad_t_30 {
	padding-top: 30px;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.t_center {
	text-align: center;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.clearfix {
	display: inline-block;
}
.clearfix { display: block;	/* for opera*/ }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


