/* CSS Document */

#container1 {

 float: left;
 width: 100%;
 margin: 0;
 padding: 0;
 position: relative;
 right: 212px;

 }

#container2 {
	margin: 0;
	background: url(/images/common/sidebar_bg_bottom.gif) right bottom no-repeat;
 }
/* clerfix */
#container2:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
#container2 { display: inline-block; }
#container2 { display: block; }

#side_r{
	position: relative;
	float: right;
	width: 212px;
	left: 212px;
 }
/* clerfix */
#side_r:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
#side_r { display: inline-block; }
#side_r { display: block; }


#main{
 float: left;
 padding-bottom: 10px;
 margin: 0;
 width: 748px;
 position: relative;
 left: 212px;
 }

#main02{
 float: left;
 margin-top: 0;
 margin-bottom: 20px;
 margin-right: 0;
 margin-left: 0;
 padding: 0;
 width: 748px;
 font-size: 12px;
 position: relative;
 left: 212px;
 }

/* サイドバー 汎用コンテナ */
.side_box {
	clear: both;
	margin: 0 0 20px;
	padding: 0 1px;
	font-size: 120%;
}

/* reset */
.side_box div {
	margin: 0;
	padding: 0;
	text-align: left;
}
.side_box p,
.side_box ul,
.side_box ol,
.side_box li,
.side_box dl,
.side_box dt,
.side_box dd {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	list-style-type: none;
	text-align: left;
}
.side_box a {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	list-style-type: none;
	text-align: left;
	color: #900;
    text-decoration:  underline;
}
.side_box a:hover,
.side_box a:active {
	color: #f00;
}
.side_box a img {
    text-decoration:  none;
}
.side_box form,
.side_box fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.side_box legend {
	display: none;
}

.side_box .side_title {
	width: 200px;
	padding: 5px;
	border-bottom: 1px solid #d4ccae;
	font-weight: bold;
	color: #544c2f;
	background-color: #ede5c2;
}

.side_box .side_body {
	width: 200px;
	padding: 5px 5px 0;
	text-align: left;
}

/* ウエディングデスク */
#side_desk {
	position: relative;
	margin: 0;
	padding: 0 0 11px;
	width: 212px;
	height: 204px;
	background: #fff url(/images/common/side_desk.jpg) left top no-repeat;
}
#side_desk .side_title {
	display: none;
}
#side_desk .side_body {
	margin: 0;
	padding: 0;
	width: 212px;
	padding-top: 148px;
}
/* clerfix */
#side_desk .side_body ul:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
#side_desk .side_body ul { display: inline-block; }
#side_desk .side_body ul { display: block; }
#side_desk .side_body li {
	display: block;
	float: left;
	width: 106px;
	height: 24px;
}
#side_desk .side_body li a {
	display: block;
	width: 106px;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;

	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}
#side_desk .side_body li a:hover,
#side_desk .side_body li a:active {
	background-position: left bottom;
}
#side_desk .side_body .desk    a { background-image: url(/images/common/btn_desk_info.png); }
#side_desk .side_body .reserve a { background-image: url(/images/common/btn_desk_reserve.png); }
#side_desk .side_body .telno {
	clear: both;
	width: 212px;
	height: 32px;
	background-position: left top;
    background-repeat: no-repeat;

	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}
#side_desk .side_body .tokai    { background-image: url(/images/common/side_desk_tel_tokai.png); }
#side_desk .side_body .kanto    { background-image: url(/images/common/side_desk_tel_kanto.png); }
#side_desk .side_body .kansai   { background-image: url(/images/common/side_desk_tel_kansai.png); }
#side_desk .side_body .shizuoka { background-image: url(/images/common/side_desk_tel_shizuoka.png); }
#side_desk .side_body .resort   { background-image: url(/images/common/side_desk_tel_resort.png); }


/* 特集 */
#side_feature {
	margin: 0;
	padding: 0;
	background: url(/images/common/side_feature_bg.gif) left top repeat-y;
}
#side_feature .side_title {
	width: 212px;
	height: 30px;
	padding: 0;
	border: none;
	background: transparent url(/images/common/side_feature_title3.gif) left top no-repeat;

	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}
#side_feature .side_body {
	margin: 0;
	padding: 0 0 15px;
	width: 212px;
	background: url(/images/common/side_feature_bg_bottom.gif) left bottom no-repeat;
}
#side_feature .side_feature_box {
	clear: both;
	position: relative;
	padding: 5px 6px;
	width: 200px;
	border-bottom: 1px solid #ffb266;
}
#side_feature .side_feature_box p { color: #666; }
#side_feature .side_feature_box p.feature_date { font-size: 83%; width: 100%; background-image: none;}
#side_feature .side_feature_box p.feature_date strong { color: #c00; font-weight: normal; }
#side_feature .side_feature_box dl {}
/* clerfix */
#side_feature .side_feature_box dl:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
#side_feature .side_feature_box dl { display: inline-block; }
#side_feature .side_feature_box dl { display: block; }
#side_feature .side_feature_box dt {
	display: block;
	float: left;
	width: 48px;
}
#side_feature .side_feature_box dt a {
	text-decoration: none;
}
#side_feature .side_feature_box dd {
	display: block;
	float: right;
	width: 145px;
	padding-bottom: 1em;
	font-weight: bold;
}
#side_feature .side_feature_box dd a {
	line-height: 1.4;
}
#side_feature .more {
	margin: 7px 5px 7px 0;
	text-align: right;
}
#side_feature .more a {
	padding: 1px 0 1px 8px;
	background: url(/images/common/arrow_link.gif) left center no-repeat;
}
#side_feature .side_feature_box .more {
	clear: both;
	position: absolute;
	right: 5px;
	bottom: 3px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1;
}
#side_feature .side_feature_box .more a {
	padding: 0 0 0 8px;
	color: #666;
	font-size: 83%;
	text-decoration: none;
}
#side_feature .side_feature_box .more a:hover,
#side_feature .side_feature_box .more a:active,
#side_feature .side_feature_box .more a:focus {
	color: #f00;
	text-decoration: underline;
}


/* ダイレクト検索 */
#side_search {
	padding: 0;
}
#side_search .side_title {
	width: 200px;
	padding: 5px 6px;
	background: #ede5c2 url(/images/common/sidebar_bg_top_title.gif) left top no-repeat;
}
#side_search dt {
	float: left;
	width: 140px;
}
#side_search #hall_kana {
	width: 130px;
	padding: 4px 4px;
	border: 1px solid #d4ceb8;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
#side_search dd {
	float: right;
	width: 55px;
}
#side_search dd a {
	display: block;
	width: 55px;
	height: 26px;
	background: url(/images/common/btn_side_search.gif) left top no-repeat;

	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}
#side_search dd a:hover,
#side_search dd a:active {
	background-position: left bottom;
}

/* プラン */
#side_plan .side_body {
	padding: 0;
	width: 210px;
}
#side_plan dl {
	float: none;
	width: 200px;
	margin: 0;
    padding: 5px 5px;
	border-bottom: 1px solid #ede7ce;
}
#side_plan dt {
    margin: 0 0 5px 0;
	padding: 0;
	width: 200px;
}
#side_plan dt a {
	display: block;
	padding: 0 0 0 8px;
	background: url(/images/common/arrow_link.gif) left 7px no-repeat;
}
#side_plan dd {
	width: 200px;
	margin: 0 0 0px;
	padding: 0;
	text-align: center;
}
#side_plan dd a {
	display: block;
	width: 200px;
	height: 82px;
	background-position: left top;
	background-repeat: no-repeat;

	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}
#side_plan dd a:hover,
#side_plan dd a:active {
	background-position: left bottom;
}

/* おススメ会場レポート */
#side_report .side_body {
    padding: 0;
	width: 210px;
}
#side_report li {
	display: block;
    border-bottom: 1px solid #ede7ce;
	padding: 5px;
    width: auto;
}
#side_report li a {
	display: block;
	width: 200px;
    height: 60px;
    background: url(/images/common/side_report.jpg) left top no-repeat;

	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}
#side_report li.reserved a { background-position: 0    0; }
#side_report li.chapel   a { background-position: 0  -60px; }
#side_report li.cook     a { background-position: 0 -120px; }
#side_report li.reserved a:hover,
#side_report li.reserved a:active { background-position: -200px    0; }
#side_report li.chapel   a:hover,
#side_report li.chapel   a:active { background-position: -200px  -60px; }
#side_report li.cook     a:hover,
#side_report li.cook     a:active { background-position: -200px -120px; }

/* 最近見た会場 */
#side_recently .side_body {
	padding: 0 5px;
}

#side_recently .list_item {
	display: block;
	margin: 0 -5px;
	padding: 5px 0;
	width: 210px;
	border-bottom: 1px solid #ede7ce;
}
#side_recently .list_item dl {
	display: block;
	width: 200px;
	margin: 0 5px;
	padding: 0;
}
/* clerfix */
#side_recently .list_item dl:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
#side_recently .list_item dl { display: inline-block; }
#side_recently .list_item dl { display: block; }
#side_recently .list_item dt {
	display: block;
	float: left;
	width: 80px;
}
#side_recently .list_item dd {
	display: block;
	float: right;
	width: 110px;
}
#side_recently .list_item dd.fav_ring {
	width: 140px;
}
#side_recently .list_item dt.fav_ring {
	width: 50px;
}
#side_recently .list_item dl.fav_shop {
	width: 190px;
}
#side_recently .list_item dd a {
	display: block;
}
#side_recently .list_item span {
	display: block;
	margin-top: 5px;
	color: #666;
	font-size: 83%;
}

#side_recently .fav_more {
    text-align: right;
    padding-top:4px;
}

#side_recently .fav_more a{
    background: url("/images/common/arrow_link.gif") no-repeat scroll left center transparent;
    padding: 1px 0 1px 8px;
}

/* 関連情報 */
.side_box .text_links {
	margin: 0 -5px;
	width: 210px;
}
.side_box .text_links li {
	display: block;
	border-bottom: 1px solid #ede7ce;
}
.side_box .text_links li a {
	display: block;
	width: 197px;
	padding: 5px 0 5px 13px;
	background: url(/images/common/arrow_link.gif) 5px center no-repeat;
}

.side_box .caption {
	font-size: 83%;
}

.side_box .banner {
	width: 200px;
	margin: 0 auto 5px;
	text-align: center;
}
.side_box .banner a {
	display: block;
	width: 200px;
	height: 100px;
	background-position: left top;
	background-repeat: no-repeat;

	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}
.side_box .banner a:hover,
.side_box .banner a:active {
	background-position: left bottom;
}
.side_box .banner_s {
	float: none;
	width: 158px;
	margin: 0 auto 5px;
}
.side_box .banner_s a {
	display: block;
	width: 158px;
	height: 63px;
	background-position: left top;
	background-repeat: no-repeat;

	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}
.side_box .banner_s a:hover,
.side_box .banner_s a:active {
	background-position: left bottom;
}


/* ----- バナー ----- */
#side_campaign .campaign3 a {
	background-image: url(/images/common/camp.png);
}
#side_gallery .banner a {
	background-image: url(/images/common/banner_cm_gallery.jpg);
}
#side_gallery .banner.tokai a {
	background-image: url(/images/common/banner_cm_gallery2.jpg);
}
#side_resort .resort a {
	background-image: url(/images/top/resort.png);
}

/* ウエディング特集 */
.t_menu_feature:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.t_menu_feature { min-height: 1px; }
* html .t_menu_feature {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.t_menu_feature {
	position: relative;
	width: 748px;
	clear: both;
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
}
.t_menu_feature h2 {
	float: none;
	margin: 0 0 8px;
	padding: 0
}
.t_menu_feature ul {
	display: block;
	margin: 0 -8px 0 0;
	padding: 0;
}
/* clerfix */
.t_menu_feature ul:after { content: url(/images/blank.gif); display:
block; clear: both; height: 0; }
.t_menu_feature ul { display: inline-block; }
.t_menu_feature ul { display: block; }
.t_menu_feature li {
	position: relative;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	width: 244px;
	height: 74px;
	list-style-type: none;
}
.t_menu_feature li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 244px;
	height: 74px;
}

/* オススメ会場レポート */
.menu_report {
	clear: both;
    float: none;
	position: relative;
	margin: 0;
    padding: 10px 0 5px;
	width: 748px;
	text-align: left;
    background: url(/images/common/report_bg_bottom.gif) left bottom no-repeat;
}
/* clerfix */
.menu_report:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
.menu_report { display: inline-block; }
.menu_report { display: block; }

.menu_report_bg {
	margin: 0;
    padding: 0 0 15px;
	width: 748px;
	text-align: left;
    background: url(/images/common/report_bg.gif) left top repeat-y;
}
.menu_report h2,
.menu_report h3 {
    float: none;
    margin: 0;
    padding: 0;
}
.menu_report .report_item {
    margin: 0 20px;
    padding: 10px 0 11px;
    background: url(/images/common/report_separator.gif) left bottom repeat-x;
}
.menu_report .cook_box {
    padding: 10px 0 0;
    background: none;
}
.menu_report .columns {
    clear: both;
}
/* clerfix */
.menu_report .columns:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
.menu_report .columns { display: inline-block; }
.menu_report .columns { display: block; }

.menu_report .report_photo {
    float: left;
    width: 110px;
}
.menu_report .report_photo a {
    display: block;
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.menu_report .report_photo a:hover,
.menu_report .report_photo a:active {
    border: 1px solid #aaa;
}
.menu_report .report_summary {
    float: right;
    width: 588px;
}
.menu_report .report_summary p {
    margin: 7px 0 0;
    padding: 0 0 0 8px;
    line-height: 1.5;
}
.menu_report .more {
    padding-left: 5px;
    font-size: 116.6%;
    font-weight: bold;
}
.menu_report .more a {
    padding-left: 10px;
    text-decoration: underline;
    color: #900;
    background: url(/images/common/arrow_link.gif) 2px center no-repeat;
}
.menu_report .more a:hover,
.menu_report .more a:active {
    color: #f00;
}


/* リゾート誘引 */
.menu_resort {
	clear: both;
    float: none;
	position: relative;
	margin: 10px 0;
    padding: 0;
	width: 748px;
	text-align: left;
    background: url(/images/common/resort_bg.gif) left top repeat-y;
}
.menu_resort_top,
.menu_resort_bottom {
	margin: 0;
    padding: 0;
	width: 748px;
	text-align: left;
    background: url(/images/common/resort_bg_top.gif) left top no-repeat;
}
.menu_resort_bottom {
    background: url(/images/common/resort_bg_bottom.gif) left bottom no-repeat;
}
/* clerfix */
.menu_resort:after,
.menu_resort_top:after,
.menu_resort_bottom:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
.menu_resort, .menu_resort_top, .menu_resort_bottom { display: inline-block; }
.menu_resort, .menu_resort_top, .menu_resort_bottom { display: block; }

.menu_resort h2,
.menu_resort h3 {
    float: none;
    margin: 0;
    padding: 0;
}
.menu_resort .columns {
    clear: both;
    padding: 20px;
    background: url(/images/common/resort_banner_illust.gif) right bottom no-repeat;
}
/* clerfix */
.menu_resort .columns:after { content: url(/images/blank.gif); display: block; clear: both; height: 0; }
.menu_resort .columns { display: inline-block; }
.menu_resort .columns { display: block; }

.menu_resort .resort_photo {
    float: left;
    width: 110px;
}
.menu_resort .resort_photo a {
    display: block;
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.menu_resort .resort_photo a:hover,
.menu_resort .resort_photo a:active {
    border: 1px solid #aaa;
}
.menu_resort .resort_summary {
    float: right;
    width: 588px;
}
.menu_resort .resort_summary p {
    margin: 7px 0 0;
    padding: 0 0 0 8px;
    line-height: 1.5;
}
.menu_resort .more {
    padding-left: 5px;
    font-size: 116.6%;
    font-weight: bold;
}
.menu_resort .more a {
    padding-left: 10px;
    text-decoration: underline;
    color: #900;
    background: url(/images/common/arrow_link.gif) 2px center no-repeat;
}
.menu_resort .more a:hover,
.menu_resort .more a:active {
    color: #f00;
}

