@charset "utf-8";

@import "reset.css";

/* ▼ 基本設定 ▼ */
* {
margin: 0;
padding: 0;
list-style: none;
}
body {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 170%;
	text-align: center;
	background-image: url(images/common/bg_body_long.jpg);
	background-repeat: repeat-x;
}

a {
	color: #0099FF;
	text-decoration: none;
	zoom:1;
}

a:hover {
	text-decoration: underline;
	color: #FF0099;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}
img {
	border: 0;
	margin: 0px;
	vertical-align: bottom;
}
/* new clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }  
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix {overflow:hidden;}
.left {
	float: left;
}
.right {
	float: right;
}


#header {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 85px;
	text-align: left;
}
/* ▲ 基本設定 ▲ */

/* ▼ header ▼ */
#header .right {
	width: 623px;
	height: 85px;
}
.menu001 {
	float: right;
	height: 17px;
	margin-top: 20px;
}
.menu002 {
	height: 32px;
	margin-top: 16px;
}
* html .menu002{
	margin-top:13px;
}
#logo a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/logo.jpg);
	height: 85px;
	width: 255px;
}

.menu001 li.bt_home {
	background-image: url(images/common/bt_home_o.jpg);
	background-repeat: no-repeat;
}
.menu001 li.bt_home a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_home.jpg);
	height: 17px;
	width: 73px;
}
.menu001 li.bt_home a:hover{
	background:none;
}
.menu001 li.bt_contact {
	background-image: url(images/common/bt_contact_o.jpg);
	background-repeat: no-repeat;
}
.menu001 li.bt_contact a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_contact.jpg);
	height: 17px;
	width: 76px;
}
.menu001 li.bt_contact a:hover{
	background:none;
}

.menu002 li.bt_stay {
	background-image: url(images/common/bt_stay_o.jpg);
	background-repeat: no-repeat;
}
.menu002 li.bt_stay a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_stay.jpg);
	height: 32px;
	width: 79px;
}
.menu002 li.bt_stay a:hover{
	background:none;
}

.menu002 li.bt_restaurant {
	background-image: url(images/common/bt_restaurant_o.jpg);
	background-repeat: no-repeat;
}
.menu002 li.bt_restaurant a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_restaurant.jpg);
	height: 32px;
	width: 119px;
}
.menu002 li.bt_restaurant a:hover{
	background:none;
}

.menu002 li.bt_bridal {
	background-image: url(images/common/bt_bridal_o.jpg);
	background-repeat: no-repeat;
}
.menu002 li.bt_bridal a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_bridal.jpg);
	height: 32px;
	width: 114px;
}
.menu002 li.bt_bridal a:hover{
	background:none;
}


.menu002 li.bt_party {
	background-image: url(images/common/bt_party_o.jpg);
	background-repeat: no-repeat;
}
.menu002 li.bt_party a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_party.jpg);
	height: 32px;
	width: 118px;
}
.menu002 li.bt_party a:hover{
	background:none;
}

.menu002 li.bt_access {
	background-image: url(images/common/bt_access_o.jpg);
	background-repeat: no-repeat;
}
.menu002 li.bt_access a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_access.jpg);
	height: 32px;
	width: 101px;
}
.menu002 li.bt_access a:hover{
	background:none;
}

.menu002 li.bt_hotel {
	background-image: url(images/common/bt_hotel_o.jpg);
	background-repeat: no-repeat;
}
.menu002 li.bt_hotel a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_hotel.jpg);
	height: 32px;
	width: 92px;
}
.menu002 li.bt_hotel a:hover{
	background:none;
}
#topmainimg {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/common/bg_mainimg_long.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* ▲　header　▲ */

/* ▲　footer　▲ */
#footer {
	background-image: url(images/common/bg_footer.jpg);
	background-repeat: repeat-x;
	padding-top: 40px;
}

#footer #footer_inner {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#footer #footer_inner ul li {
	background-image: url(images/common/footer_listmark.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
	padding-right: 15px;
	float: left;
}
#footer #footer_inner .gototop {
	background-image: url(images/common/footer_gototop.jpg);
	background-repeat: no-repeat;
	float: right;
	padding-left: 17px;
	background-position: 0px 3px;
}
#footer #footer_inner a {
	color: #666;
}
#footer #footer_inner .footernavi {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	padding-bottom: 5px;
}
#footer #footer_inner .footerlogo {
	background-image: url(images/common/footer_logo.jpg);
	height: 100px;
	width: 395px;
	float: left;
}
#footer #footer_inner .footerlogo span {
	display: none;
}
#footer #footer_inner address {
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* ▲　footer　▲ */

/* ▼ コンテンツ枠 ▼ */
#wrap {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: left;
}
#top {
	margin-top: 40px;
}
#top #left_area {
	float: left;
	width: 590px;
}
#right_area {
	float: right;
	width: 290px;
}
.reco_plan {
	background-image: url(images/top/bar001.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 590px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
.reco_event {
	background-image: url(images/top/bar002.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 590px;
	line-height: 100%;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.information {
	background-image: url(images/top/bar003.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 290px;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
}
.reco_plan span,.reco_event span,.information span {
	display: none;
}
.bg_gray {
	background-color: #F2F2F2;
	padding: 6px;
}
.top_box001 {
	background-image: url(images/top/bg_box.jpg);
	background-repeat: no-repeat;
	width: 284px;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
}
.top_box002 {
	background-image: url(images/top/bg_box002.jpg);
	background-repeat: no-repeat;
	width: 575px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-bottom: 10px;
}
* html .top_box002 {
	width: 573px;
}
.top_box001 h3,.top_box002 h3 {
	font-size: 14px;
	padding-left: 18px;
	background-image: url(images/top/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 4px;
	margin-top: 5px;
	font-weight: bold;
}
.top_box001 .right {
	width: 150px;
	padding-right: 10px;
}
.top_box002 .left {
	padding-left: 15px;
	padding-right: 20px;
}

.top_box001 img{
	float: left;
	margin-left: 10px;
}
.MT10 {
	margin-top: 10px;
}
.top_box002 img.right {
	margin-right: 15px;
}

.top_box001 .mas,.top_box002 .mas {
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(images/top/bar_left.jpg);
	background-repeat: no-repeat;
	width: 260px;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.news li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A47C34;
}
.news li a {
	display: block;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 3px;
}
.news li a img {
	vertical-align:top;
}
.news li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #AC8C53;
}
.banner li {
	margin-top: 20px;
}





/* ▲ コンテンツ枠 ▲ */



/* ▼ bridal top ▼ */
#bridal {
	padding-top: 0px;
}

/* ポップアップメニュー設定　*/
.menu {
	height: 29px;
}
.menu a {
	color: #000;
	text-decoration: none;
}
.menu a:link,.menu a:visited {
	color: #000;
	text-decoration: none;
	background-color: #FCF;
}
.menu a:hover,.menu a:active {
	color: #FFF;
	background-color: #F6C;
}
.menu ul li {
	float: left;
	position: relative;
	height: 25px;
}
.menu ul li table {
	border-collapse: collapse;
	border: none;
	font-size: 90%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	}
.menu ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 0px;
	height: 0;
	z-index: 100;
}
.menu ul li ul li {
	margin-bottom: 0;
	height: 25px;
}
.menu ul li a {
	font-family: verdana, sans-serif;
	color: #fff;
	display: block;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	background-color: #F9F;
}
.menu ul li a:hover {
	position: relative;
	z-index: 100;
}
.menu ul li:hover ul ,.menu ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}
.menu li.navi001 a, .menu li.navi001 ul.bridalsubnavi li a {
	width: 112px;
}
.menu li.navi002 a, .menu li.navi002 ul.bridalsubnavi li a {
	width: 165px;
}
.menu li.navi003 a, .menu li.navi003 ul.bridalsubnavi li a {
	width: 179px;
}
.menu li.navi004 a, .menu li.navi004 ul.bridalsubnavi li a {
	width: 132px;
}
.menu li.navi005 a, .menu li.navi005 ul.bridalsubnavi li a {
	width: 150px;
}
.menu li.navi006 a, .menu li.navi006 ul.bridalsubnavi li a {
	width: 162px;
}
.menu li.navi001 a,.menu li.navi002 a,.menu li.navi003 a,.menu li.navi004 a,.menu li.navi005 a,.menu li.navi006 a{
	height:25px;
}
.menu li.navi001 {
	background-image: url(images/bridal/navi001_o.jpg);
	background-repeat: no-repeat;
}
.menu li.navi001 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/bridal/navi001.jpg);
}
.menu li.navi001 a:hover{
	background:none;
}
.menu li.navi002 {
	background-image: url(images/bridal/navi002_o.jpg);
	background-repeat: no-repeat;
}
.menu li.navi002 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/bridal/navi002.jpg);
}
.menu li.navi002 a:hover{
	background:none;
}
.menu li.navi003 {
	background-image: url(images/bridal/navi003_o.jpg);
	background-repeat: no-repeat;
}
.menu li.navi003 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/bridal/navi003.jpg);
}
.menu li.navi003 a:hover{
	background:none;
}
.menu li.navi004 {
	background-image: url(images/bridal/navi004_o.jpg);
	background-repeat: no-repeat;
}
.menu li.navi004 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/bridal/navi004.jpg);
}
.menu li.navi004 a:hover{
	background:none;
}
.menu li.navi005 {
	background-image: url(images/bridal/navi005_o.jpg);
	background-repeat: no-repeat;
}
.menu li.navi005 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/bridal/navi005.jpg);
}
.menu li.navi005 a:hover{
	background:none;
}
.menu li.navi006 {
	background-image: url(images/bridal/navi006_o.jpg);
	background-repeat: no-repeat;
}
.menu li.navi006 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/bridal/navi006.jpg);
}
.menu li.navi006 a:hover{
	background:none;
}
.menu li ul.bridalsubnavi li a {
	background-image: none;
	text-indent: 0;
	line-height: 25px;
	background-color: #FCF;
	height: 25px;
	text-align: center;
}
.menu li ul.bridalsubnavi li a:hover {
	background-color: #F3C;
}
/* ▲ポップアップメニュー設定▲ */

/* ▲bridal top▲ */
#bridal #tit_fair {
	background-image: url(images/bridal/top/bar001.jpg);
	height: 43px;
	width: 595px;
}
#bridal #tit_planner {
	background-image: url(images/bridal/top/bar002.jpg);
	height: 43px;
	width: 595px;
	margin-top: 25px;
}
#bridal #information {
	background-image: url(images/bridal/top/bar003.jpg);
	height: 43px;
	width: 290px;
}
#bridal #tit_otoku {
	background-image: url(images/bridal/top/bar004.jpg);
	height: 43px;
	width: 290px;
	margin-top: 25px;
}
#bridal #tit_fair span,#bridal #tit_planner span,#bridal #information span,#bridal #tit_otoku span{
	display:none;
}#bridal #left_area {
	width: 595px;
	float: left;
}
#bridal #right_area {
	width: 290px;
	float: right;
}
#bt_reserva {
	background-image: url(images/bridal/top/bt001_o.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#bt_reserva a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/bridal/top/bt001.jpg);
	height: 40px;
	width: 290px;
}
#bt_reserva a:hover{
	background:none;
}
#bt_documento {
	background-image: url(images/bridal/top/bt002_o.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#bt_documento a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/bridal/top/bt002.jpg);
	height: 40px;
	width: 290px;
}
#bt_documento a:hover{
	background:none;
}.indent_pink {
	color: #F0C;
	margin-left: 20px;
	margin-right: 5px;
}
.MT20 {
	margin-top: 20px;
}
.MT25 {
	margin-top: 25px;
}
.f16red {
	font-size: 16px;
	color: #F00;
}

#bridal #news li {
	background-image: url(images/bridal/top/infomation_listmark.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 10px;
	margin-left: 5px;
	padding-top: 6px;
	padding-bottom: 3px;
}
#bridal dl dt {
	font-size: 14px;
	background-image: url(images/bridal/top/dt_point.jpg);
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
}
#bridal dl dd {
	margin-left: 15px;
	margin-bottom: 20px;
}
.red {
	color: #F00;
}
.F10red {
	font-size: 10px;
	color: #F00;
}
.PL20 {
	padding-left: 20px;
}
.F10gray {
	font-size: 10px;
	color: #666;
}
#nota {
	background-color: #E9E3CF;
	border: 1px solid #B4A262;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#nota h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #352412;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #342214;
	line-height: 130%;
	padding-left: 7px;
	margin-bottom: 7px;
}
