@charset "utf-8";
/* CSS Document */

/* CSS Information ==================================
	ファイル名:common.css
	作成日:2009.09.08
=====================================================*/

/*--------------------------------------
　リセット
--------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	margin-bottom:1px;/*スクロール表示用*/
	background:url(../images/bg.gif) repeat-x top left;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

img {
	border:0;
}

ol,ul {
	list-style:none;
}

button {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	overflow: visible;/*IE用*/
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	vertical-align:baseline;
}

fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	vertical-align:middle;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

h2 img, h3 img, h4 img {
	vertical-align:bottom;
}


hr{
  height:0px;
  margin:7px auto;
  border:none;
  border-top:1px solid #000;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
}
*:first-child+html * {
	letter-spacing:0;/*IE7 hasLayout対策*/
}



/*--------------------------------------
　基本設定
--------------------------------------*/

body {
	color:#444444;
	font-family:'ＭＳ Ｐゴシック','Ms P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,sans-serif;
	font-size:0.8em;
	background:url(../images/bg.gif) repeat-x top left;
}

body.top {
	background:url(../images/bg_toppage.gif) repeat-x top left;
}

a:link {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#666666;
}

a:hover {
	text-decoration:none;
}

/*----　clearfix　----*/
.clearfix:after{
    content:".";  /* 新しい要素を作る */
    display:block;  /* ブロックレベル要素に */
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}

.clearfix{display: block;}
/* End hide from IE-mac */


.clear { /*簡易clearfix*/
	clear:both;
}


/*--------------------------------------
　共通レイアウト
--------------------------------------*/

#wrapper {
	background:url(../images/bg_middle.jpg) repeat-y center top;
}

#wrapInner {
	background:url(../images/bg2.jpg) no-repeat center top;
}

body.top #wrapInner {
	background:url(../images/bg_top2.jpg) no-repeat center top;
}

#content {
	width:866px;
	margin:0 auto;
	background:url(../images/bg_main_bottom.jpg) no-repeat center bottom;
	padding-bottom:35px;
	padding-top:11px;
}

body.top #content {
	padding-top:0;
}

#mainContent {
	width:812px;
	margin:0 auto;
	padding:0 27px;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

#mainContent:after{
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html #mainContent{height: 1%;}

#mainContent{display: block;}
/* End hide from IE-mac */


#mainContent #leftContent {
	width:583px;
	float:left;
}

body.list #mainContent #leftContent {
	width:812px;
	margin:0 auto;
	float:none;
}

body.detail #mainContent #leftContent {
	padding-top:17px;
}

#mainContent #rightContent {
	width:210px;
	float:right;
}

body.detail #mainContent #rightContent {
	padding-top:8px;
}

/*--------------------------------------
　ヘッダー
-------------------------------------*/
#headerArea {
	background:url(../images/bg_header04.jpg) no-repeat center top;
	height:126px;
}

body.top #headerArea {
	background:url(../images/bg_top_header04.jpg) no-repeat center top;
	height:278px;
}

*:first-child+html #headerArea {
	position:relative;
}

#headerArea #header {
	position:relative;
	background:url(../images/bg_header2.gif) no-repeat center top;
	width:866px;
	height:88px;
	color:#666666;
	margin:0 auto;
}

body.top #headerArea #header {
	height:278px;
}

#headerArea #header #h1Word {
	width:710px;
	position:absolute;
	top:19px;
	left:27px;
}

#headerArea #header h1 {
	line-height:1.5;
}

#headerArea #header #logo {
	padding-top:4px;
}

#headerArea #header #cras {
	width:81px;
	position:absolute;
	top:23px;
	left:749px;
}

body.top #headerArea #header h2 {
	padding-top:120px;
	padding-left:179px;
}

/*--------------------------------------
　パンくず
-------------------------------------*/

#topicPath {
	position:relative;
	width:866px;
	margin:0 auto;
}

#topicPath ol {
	position:absolute;
	top:15px;
	left:31px;
	width:595px;
	background:url(../images/icon_pankuzu.gif) no-repeat 0 0;
	padding-left:15px;
}

#topicPath li {
	display:inline;
	padding-right:6px;
	color:#ffffcc;
}

#topicPath li span {
	padding-left:6px;
	font-weight:700;
}

#topicPath li a {
	font-weight:400;
	color:#fff;
}


/*--------------------------------------
　フッター
-------------------------------------*/
#footer {
	background:url(../images/bg_footer.gif) repeat-x top left;
	padding-bottom:30px;
	height:80px;
}

#footer #footerInner {
	background:url(../images/bg_footer1.jpg) no-repeat center top;
}

/*　ページ上部へ
-------------------------------------*/
#pageTop {
	width:866px;
	height:22px;
	margin:0 auto;
	padding-top:10px;
	padding-right:8px;
}

#pageTop p {
	width:97px;
	background:url(../images/pagetop_o.gif) no-repeat 761px 0;
	padding-left:761px;
}

#pageTop p a {
	width:97px;
	height:13px;
	display:block;
}

#pageTop p a:hover img,
#pageTop p a:active img{
	width:0;
	height:0;
}

#pageTop p a:hover,
#pageTop p a:active{
	background:none;
}

#footer #copy {
	width:866px;
	margin:0 auto;
	text-align:right;
	padding-right:8px;
	padding-top:14px;
}

/*--------------------------------------
　トップページ
-------------------------------------*/

/*	検索条件
-------------------------------------*/


#topSearch {
	width:813px;
	margin:0 auto 4px;
	background:url(../images/bg_search_bottom.gif) no-repeat left bottom;
	padding-top:14px;
}

#topSearch #topSearchBox {
	width:813px;
	background:url(../images/bg_search_top.gif) no-repeat left top;
	overflow:hidden;
	padding-top:25px;
}

#topSearch #topSearchBox table {
	width:783px;
	margin:0 auto;
}

#topSearch #topSearchBox th {
	width:159px;
	text-align:left;
	vertical-align:top;
	padding:6px 0;
}

#topSearch #topSearchBox td {
	width:624px;
}

#topSearch #topSearchBox ul {
	padding:0 8px 0 8px;
}

#topSearch #topSearchBox ul.area {
	padding:0;
	width:624px;
	position:relative;
}

#topSearch #topSearchBox ul.subarea {
	width:605px;
	background:#e2d4ca url(../images/bg_area_sub.gif) no-repeat left bottom;
	padding:6px 8px 4px 8px;
	margin-top:50px;
	margin-left:1px;
    min-height:1%;  /* for IE 7*/
}

#topSearch #topSearchBox ul.subarea:after{
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
#topSearch #topSearchBox ul.subarea.area{height: 1%;}

#topSearch #topSearchBox ul.subarea.area{display: block;}
/* End hide from IE-mac */

#topSearch #topSearchBox li {
	float:left;
	white-space:nowrap;
	padding-right:12px;
}

#topSearch #topSearchBox li input {
	margin-right:1px;
	margin-bottom:2px;
}

#topSearch #topSearchBox .area ul {
	position:relative;
}

#topSearch #topSearchBox .area li {
	padding-right:0;
}


#topSearch #topSearchBox .area li a {
	display:block;
	height:0;
	padding-top:53px;
	overflow:hidden;
	position:absolute;
}

#topSearch #topSearchBox .area li.area1 a {
	width:88px;
	background:url(../images/area1.gif) no-repeat 0 0;
	top:0;
	left:0px;
}

#topSearch #topSearchBox .area li.area1 a:hover,
#topSearch #topSearchBox .area li.area1 a.aOn {
	background:url(../images/area1_o.gif) no-repeat 0 0;
}

#topSearch #topSearchBox .area li.area2 a {
	width:73px;
	background:url(../images/area2.gif) no-repeat 0 0;
	top:0;
	left:88px;
}

#topSearch #topSearchBox .area li.area2 a:hover,
#topSearch #topSearchBox .area li.area2 a.aOn {
	background:url(../images/area2_o.gif) no-repeat 0 0;
}

#topSearch #topSearchBox .area li.area3 a {
	width:82px;
	background:url(../images/area3.gif) no-repeat 0 0;
	top:0;
	left:161px;
}

#topSearch #topSearchBox .area li.area3 a:hover,
#topSearch #topSearchBox .area li.area3 a.aOn {
	background:url(../images/area3_o.gif) no-repeat 0 0;
}

#topSearch #topSearchBox .area li.area4 a {
	width:72px;
	background:url(../images/area4.gif) no-repeat 0 0;
	top:0;
	left:243px;
}

#topSearch #topSearchBox .area li.area4 a:hover,
#topSearch #topSearchBox .area li.area4 a.aOn {
	background:url(../images/area4_o.gif) no-repeat 0 0;
}

#topSearch #topSearchBox .area li.area5 a {
	width:76px;
	background:url(../images/area5.gif) no-repeat 0 0;
	top:0;
	left:315px;
}

#topSearch #topSearchBox .area li.area5 a:hover,
#topSearch #topSearchBox .area li.area5 a.aOn {
	background:url(../images/area5_o.gif) no-repeat 0 0;
}

#topSearch #topSearchBox .area li.area6 a {
	width:73px;
	background:url(../images/area6.gif) no-repeat 0 0;
	top:0;
	left:391px;
}

#topSearch #topSearchBox .area li.area6 a:hover,
#topSearch #topSearchBox .area li.area6 a.aOn {
	background:url(../images/area6_o.gif) no-repeat 0 0;
}

#topSearch #topSearchBox .area li.area7 a {
	width:76px;
	background:url(../images/area7.gif) no-repeat 0 0;
	top:0;
	left:464px;
}

#topSearch #topSearchBox .area li.area7 a:hover,
#topSearch #topSearchBox .area li.area7 a.aOn {
	background:url(../images/area7_o.gif) no-repeat 0 0;
}

#topSearch #topSearchBox .area li.area8 a {
	width:84px;
	background:url(../images/area8.gif) no-repeat 0 0;
	top:0;
	left:540px;
}

#topSearch #topSearchBox .area li.area8 a:hover,
#topSearch #topSearchBox .area li.area8 a.aOn {
	background:url(../images/area8_o.gif) no-repeat 0 0;
}

#topSearch #topSearchBox .freeword input {
	width:270px;
	margin-right:10px;
}

#topSearch #btnTopSearch {
	width:782px;
	margin:0 auto;
	background:url(../images/line_top_search.gif) no-repeat left top;
	text-align:center;
	padding:9px 0 9px;
}

/*	気になる式場を見つけたら・・・
-------------------------------------*/
.explain {
	width:812px;
	color:#666666;
	line-height:1.5;
	font-size:0.9em;
}

.explain span {
	font-weight:700;
}

body.top .explain {
	margin:0 auto 24px;
}

body.list .explain{
	margin-bottom:24px;
}

body.list .explain h3{
}

body.top .explain .text{
	padding:6px 32px 0;
}

body.list .explain .text {
	padding:8px 15px 0 7px;
}

/*	トップ　ランキング
-------------------------------------*/
#topRanking {
	width:812px;
	margin:0 auto;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

#topRanking:after {
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html #topRanking{height: 1%;}

#topRanking{display: block;}
/* End hide from IE-mac */


#topRanking h3{
	padding-bottom:16px;
}

#topRanking #rankLeft{
	width:258px;
	float:left;
}

#topRanking #rankLeft ol{
	width:256px;
	margin:1px auto 0;
}

#topRanking #rankLeft li{
	background:url(../images/line_ranking.gif) no-repeat left bottom;
	padding:7px 5px 11px 5px;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

#topRanking #rankLeft li:after {
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html #topRanking #rankLeft li{height: 1%;}

#topRanking #rankLeft li{display: block;}
/* End hide from IE-mac */

#topRanking #rankLeft li img{
	float:left;
	padding-right:12px;
	padding-top:1px;
}

#topRanking #rankLeft li p{
	width:175px;
	float:left;
}

#topRanking #rankLeft li.tRank1{
	background-color:#f4f1f5;
	padding-top:5px;
	padding-bottom:4px;
}

#topRanking #rankLeft li.tRank1 p{
	padding-top:8px;
}

#topRanking #rankLeft li.tRank2{
	padding-top:5px;
	padding-bottom:4px;
}

#topRanking #rankLeft li.tRank2 p{
	padding-top:8px;
}

#topRanking #rankLeft li.tRank3{
	background-color:#f4f1f5;
	padding-top:5px;
	padding-bottom:4px;
}

#topRanking #rankLeft li.tRank3 p{
	padding-top:8px;
}

#topRanking #rankLeft li.tRank1 img,
#topRanking #rankLeft li.tRank2 img,
#topRanking #rankLeft li.tRank3 img{
	padding-bottom:5px;
}

#topRanking #rankLeft li.tRank1 a,
#topRanking #rankLeft li.tRank2 a,
#topRanking #rankLeft li.tRank3 a {
	font-weight:700;
	color:#424242;
}

#topRanking #rankLeft li.tRank10{
	background:none;
}

#topRanking #rankRight{
	width:538px;
	float:right;
}

#topRanking #rankRight .upDate {
	text-align:right;
	font-size:0.8em;
	padding:7px 0 6px;
}

#topRanking #rankRightBox{
	width:534px;
	background:#d0c4c6;
	padding:5px 0px 4px 4px;
	overflow:hidden;
}

#topRanking #rankRight li{
	width:263px;
	float:left;
	padding-right:4px;
	margin-bottom:4px;
}

*html #topRanking #rankRight li{
	margin-bottom:2px;
}

#topRanking #rankRight li h4 a{
	display:block;
	width:263px;
	height:0;
	padding-top:40px;
	overflow:hidden;
}

#topRanking #rankRight li.rankRight1 h4 a{
	background:url(../images/cate_rank_title1.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight1 h4 a:hover{
	background:url(../images/cate_rank_title1.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight2 h4 a{
	background:url(../images/cate_rank_title2.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight2 h4 a:hover{
	background:url(../images/cate_rank_title2.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight3 h4 a{
	background:url(../images/cate_rank_title3.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight3 h4 a:hover{
	background:url(../images/cate_rank_title3.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight4 h4 a{
	background:url(../images/cate_rank_title4.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight4 h4 a:hover{
	background:url(../images/cate_rank_title4.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight5 h4 a{
	background:url(../images/cate_rank_title5.jpg) no-repeat 0 0;
}

#topRanking #rankRight li.rankRight5 h4 a:hover{
	background:url(../images/cate_rank_title5.jpg) no-repeat 0 0;
}

#topRanking #rankRight li ol{
	width:243px;
	background:#fff url(../images/bg_cate_rank.gif) no-repeat left bottom;
	border-right:solid 1px #bfb0b7;
	border-left:solid 1px #bfb0b7;
	overflow:hidden;
	padding:5px 9px 3px 9px;
}

#topRanking #rankRight li ol{
}

#topRanking #rankRight li ol li{
	float:none;
	line-height:1.4;
	padding-bottom:9px;
	margin-bottom:0px;
}

*html #topRanking #rankRight li ol li{
	padding-top:4px;
}

#topRanking #rankRight li ol li img{
	margin-right:12px;
}

#topRanking #rankRight li.rankRight5 {
	margin-bottom:0;
}

#topRanking #rankRight li.cateOther {
	background:#ded6d7;
	padding-right:0;
	padding-bottom:4px;
	margin-bottom:0;
}

#topRanking #rankRight li.cateOther p {
	width:259px;
	margin:4px auto 0;
}

#topRanking #rankRight li.cateOther p a {
	display:block;
	width:259px;
	height:0;
	padding-top:39px;
	overflow:hidden;
}

#topRanking #rankRight li.cateOther p.internal a {
	background:url(../images/cate_other_btn1.gif) no-repeat 0 0;
}

#topRanking #rankRight li.cateOther p.internal a:hover {
	background:url(../images/cate_other_btn1.gif) no-repeat 0 0;
}

#topRanking #rankRight li.cateOther p.resort a {
	background:url(../images/cate_other_btn2.gif) no-repeat 0 0;
}

#topRanking #rankRight li.cateOther p.resort a:hover {
	background:url(../images/cate_other_btn2.gif) no-repeat 0 0;
}



/*	トップ　ウェディングスタイル
-------------------------------------*/

#mame {
	width:821px;
	margin:11px auto 0;
	clear:both;
	background:url(../images/bg_top_style_bottom.gif) no-repeat left bottom;
}

#mame #mameInner {
	background:url(../images/bg_top_style.gif) no-repeat left top;
	padding-left:29px;
	padding-right:11px;
	overflow:hidden;
}

*html #mame #mameInner {
	zoom:1;
}

#mame #mameInner #mameLeft {
	width:549px;
	float:left;
	padding-top:30px;
	padding-bottom:13px;
}

#mame #mameInner #mameLeft h4 {
	padding-left:4px;
	margin-bottom:9px;
}

#mame #mameInner #mameLeft .mamePhoto {
	clear:both;
	width:226px;
	float:left;
}

#mame #mameInner #mameLeft .mamePhoto img {
	background:url(../images/bg_mame_photo.gif) no-repeat 0 0;
	width:214px;
	height:134px;
	padding: 4px 4px 9px;
}

#mame #mameInner #mameLeft dl {
	width:300px;
	float:left;
	padding-top:7px;
	padding-left:15px;
	line-height:1.4;
	color:#333333;
}

#mame #mameInner #mameLeft dt {
	font-weight:700;
	color:#71002c;
	padding-bottom:6px;
}

#mame #mameInner #mameRight {
	width:213px;
	height:196px;
	background:url(../images/bg_top_type.gif) no-repeat 0 0;
	float:right;
	display:inline;
	margin-top:25px;
}

#mame #mameInner #mameRight h5 {
	width:195px;
	margin:0 auto;
	padding-top:7px;
}

#mame #mameInner #mameRight ul {
	width:193px;
	margin:0 auto;
}

#mame #mameInner #mameRight li a {
	display:block;
	width:193px;
	height:0;
	overflow:hidden;
	padding-top:26px;
}

#mame #mameInner #mameRight li.tType1 a {
	background:url(../images/top_type1.gif) no-repeat 0 0;
	padding-top:28px;
}

#mame #mameInner #mameRight li.tType1 a:hover {
	background:url(../images/top_type1_o.gif) no-repeat 0 0;
}

#mame #mameInner #mameRight li.tType2 a {
	background:url(../images/top_type2.gif) no-repeat 0 0;
	padding-top:28px;
}

#mame #mameInner #mameRight li.tType2 a:hover {
	background:url(../images/top_type2_o.gif) no-repeat 0 0;
}

#mame #mameInner #mameRight li.tType3 a {
	background:url(../images/top_type3.gif) no-repeat 0 0;
	padding-top:27px;
}

#mame #mameInner #mameRight li.tType3 a:hover {
	background:url(../images/top_type3_o.gif) no-repeat 0 0;
}

#mame #mameInner #mameRight li.tType4 a {
	background:url(../images/top_type4.gif) no-repeat 0 0;
}

#mame #mameInner #mameRight li.tType4 a:hover {
	background:url(../images/top_type4_o.gif) no-repeat 0 0;
}

#mame #mameInner #mameRight li.tType5 a {
	background:url(../images/top_type5.gif) no-repeat 0 0;
}

#mame #mameInner #mameRight li.tType5 a:hover {
	background:url(../images/top_type5_o.gif) no-repeat 0 0;
}

#mame #mameInner #mameRight li.tType6 a {
	background:url(../images/top_type6.gif) no-repeat 0 0;
}

#mame #mameInner #mameRight li.tType6 a:hover {
	background:url(../images/top_type6_o.gif) no-repeat 0 0;
}



/*--------------------------------------
　下層ページ
-------------------------------------*/

/*　検索結果タイトル
-------------------------------------*/

#resultContent {
	background:url(../images/bg_result_bottom.jpg) no-repeat left bottom;
	width:826px;
	margin:0 auto;
}

#resultContent #resultContentInner {
	background:url(../images/bg_result_top.jpg) no-repeat left top;
	padding:0 15px 13px 27px;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	overflow:hidden;
}

#resultContent #resultContentInner:after {
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html #resultContent #resultContentInner{height: 1%;}

#resultContent #resultContentInner{display: block;}
/* End hide from IE-mac */

#resultContent #resultContentInner #resultTitle {
	width:553px;
	float:left;
	padding-top:10px;
	padding-right:16px;
	line-height:1.4;
}

#resultContent #resultContentInner #resultTitle h2 {
	background:url(../images/icon_resulttitle.gif) no-repeat 0 7px;
	font-weight:700;
	color:#fff;
	font-size:1.8em;
	padding-left:56px;
	padding-bottom:5px;
}

#resultContent #resultContentInner #resultTitle p {
	font-weight:700;
	color:#663300;
	font-size:1.3em;
	padding-left:5px;
	padding-bottom:6px;
}

#resultContent #resultContentInner #resultCountBox {
	width:215px;
	background:url(../images/bg_result_count_bottom.jpg) no-repeat left bottom;
	float:left;
	color:#663300;
	font-size:1.8em;
}

#resultContent #resultContentInner #resultCountBox #resultCount {
	background:url(../images/bg_result_count_top.jpg) no-repeat 0 0;
	padding-top:16px;
	padding-left:22px;
	padding-bottom:4px;

}

#resultContent #resultContentInner #resultCountBox #rss {
	background:url(../images/rss_o.gif) no-repeat 0 0;
	width:198px;
	font-size:1px;
	line-height:1px;
	margin-left:9px;
	margin-bottom:9px;
}

#resultContent #resultContentInner #resultCountBox #rss a {
	display:block;
	width:198px;
	height:25px;
}

#resultContent #resultContentInner #resultCountBox #rss a:hover img,
#resultContent #resultContentInner #resultCountBox #rss a:active img{
	width:0;
	height:0;
}

#resultContent #resultContentInner #resultCountBox #rss a:hover,
#resultContent #resultContentInner #resultCountBox #rss a:active{
	background:none;
}


/*　表示とページング
-------------------------------------*/
#mainContent #leftContent .listNav {
	width:812px;
	margin-bottom:17px;
	background:url(../images/bg_paging.gif) no-repeat 0 0;
}

#mainContent #leftContent .listNavB {
	width:808px;
	margin:24px auto 24px;
	background:url(../images/bg_paging2.gif) no-repeat 0 0;
}

#mainContent #leftContent .listNav .inner {
	background:url(../images/bg_paging_bottom.gif) no-repeat left bottom;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

#mainContent #leftContent .listNavB .inner {
	background:url(../images/bg_paging_bottom2.gif) no-repeat left bottom;
}

#mainContent #leftContent .listNav .inner:after{
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html #mainContent #leftContent .listNav .inner{height: 1%;}

#mainContent #leftContent .listNav .inner{display: block;}
/* End hide from IE-mac */


#mainContent #leftContent .listNav .left {
	width:580px;
	float:left;
	padding-top:13px;
	padding-bottom:10px;
}

#mainContent #leftContent .listNavB .left {
	width:auto;
	float:none;
}

#mainContent #leftContent .listNav .right {
	width:217px;
	float:right;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:5px;
}

#mainContent #leftContent .listNav .show {
	width:auto;
	display:inline;
	padding-left:17px;
	padding-right:14px;
	color:#666666;
}

#mainContent #leftContent .listNav .show strong {
	color:#653602;
}

#mainContent #leftContent .listNav .pagination {
	width:auto;
	display:inline;
}

#mainContent #leftContent .listNav .pagination span.sla {
	padding:0 8px;
	color:#999999;
}

#mainContent #leftContent .listNav .pagination a{
	color:#d99c27;
}

#mainContent #leftContent .listNav .pagination .current {
	font-weight:700;
	color:#666;
}

/*　挙式情報
-------------------------------------*/
#mainContent #leftContent .entryBox {
	width:583px;
	margin-bottom:24px;
}

body.list #mainContent #leftContent .entryBox {
	width:812px;
	margin-bottom:16px;
}

body.detail #mainContent #leftContent .entryBox {
	margin-bottom:20px;
}

#mainContent #leftContent .entryBox .entryTitle {
}

body.list #mainContent #leftContent .entryBox .entryTitle {
	background:#6f3f0f url(../images/bg_entry_title.gif) no-repeat left top;
}

body.detail #mainContent #leftContent .entryBox .entryTitle {
	margin-left:-6px;
	background:#6f3f0f url(../images/bg_entry_detail_title.gif) no-repeat left top;
}

#mainContent #leftContent .entryBox .entryTitle h2 {
	border-bottom:solid 1px #fff;
	padding:7px 10px 6px 30px;
	line-height:1.4;
	font-weight:700;
	color:#fff;
}

body.detail #mainContent #leftContent .entryBox .entryTitle h2 {
	border-bottom:none;
	padding:7px 10px 6px 35px;
}

#mainContent #leftContent .entryBox .entryTitle h2 a {
	font-weight:700;
	color:#fff;
}

#mainContent #leftContent .entryBox .entryBlock {
	border-top:solid 1px #beaa92;
	background:url(../images/bg_entry.gif) repeat-x left top;
	padding-top:14px;
	padding-bottom:0px;
}

body.list #mainContent #leftContent .entryBox .entryBlock {
	padding-bottom:11px;
	border-bottom:double 3px #d5c096;
}

body.list #mainContent #leftContent .entryBox .entryBlock .inner {
	overflow:hidden;
	background:url(../images/bg_entry_bottom.gif) no-repeat left bottom;
}

*html body.list #mainContent #leftContent .entryBox .entryBlock .inner {
	zoom:1;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft {
	width:144px;
	float:left;
	padding-left:11px;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .entryPhoto {
	width:140px;
	padding:1px;
	background:#fff;
	border:solid 1px #ccc;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryLeft .entryPhoto {
	margin-bottom:7px;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .entryPhoto {
	margin-bottom:10px;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover {
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover a {
	display:block;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover a:hover img,
#mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover p a:active img{
	width:0;
	height:0;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover p a:hover,
#mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover p a:active{
	background:none;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover {
	margin-bottom:4px;
	background:url(../images/btn_cover_o.gif) no-repeat 0 0;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover a {
	width:143px;
	height:58px;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .entryCover {
	margin-bottom:11px;
	background:url(../images/btn_cover_o.gif) no-repeat 0 0;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .style {
	padding-bottom:8px;
	margin-bottom:4px;
	background:#f1ead8 url(../images/bg_entry_style_detail.gif) repeat-x left bottom;
}

body.detail #mainContent #leftContent .typeB .entryBlock .entryLeft .style {
	padding-bottom:10px;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryStyle .style ul.iconList {
	width:211px;
	margin: 3px auto 0;
	padding:2px 0 1px 2px;
	background:url(../images/bg_icon_list_entry.gif) no-repeat 0 0;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .style ul.iconList {
	width:140px;
	margin: 2px auto 0;
	padding:1px 0 0 1px;
	background:url(../images/bg_icon_detail_entry.gif) no-repeat 0 0;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryStyle .style ul.iconList li,
body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .style ul.iconList li {
	display:inline;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryStyle .style ul.iconList li img,
body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .style ul.iconList li img {
	margin:0 1px 1px 0;
}


body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .style dl {
	color:#333333;
	font-size:0.9em;
	line-height:1.5;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryStyle .style dl {
	width:201px;
	margin:0 auto;
	padding:4px 0 24px 0;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .style dl {
	width:130px;
	margin:0 auto;
	padding:4px 5px 0px 9px;
}

#mainContent #leftContent .entryBox .entryBlock .style dl dt {
	padding-top:4px;
	padding-bottom:2px;
	font-weight:700;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryStyle .style dl dt {
	color:#666666;
}

#mainContent #leftContent .entryBox .entryBlock .style dl dt span {
	color:#663300;
}

#mainContent #leftContent .entryBox .entryBlock .style dl dd a {
	color:#333333;
}


#mainContent #leftContent .entryBox .entryBlock .style dl dd li {
	padding-left:13px;
	padding-bottom:1px;
	line-height:1.4;
	background:url(../images/icon_entry_brown.gif) no-repeat 5px 5px;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .relation {
	width:145px;
	background:url(../images/bg_relation_bottom.gif) no-repeat left bottom;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryLeft .relation {
	width:143px;
	background:url(../images/bg_entry_relation_bottom.gif) no-repeat left bottom;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .relation {
	margin-bottom:16px;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .relation p {
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .relation ul {
	width:121px;
	margin:0 auto;
	padding:7px 10px 9px 12px;
	border-left:solid 1px #dfd5c0;
	border-right:solid 1px #dfd5c0;
	line-height:1.4;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryLeft .relation ul {
	width:129px;
	padding:5px 6px 6px 6px;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .relation ul:after{
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html #mainContent #leftContent .entryBox .entryBlock .entryLeft .relation ul{height: 1%;}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .relation ul{display: block;}
/* End hide from IE-mac */

#mainContent #leftContent .entryBox .entryBlock .entryLeft .relation li {
	width:auto;
	color:#cc9966;
	font-size:0.8em;
	padding-bottom:4px;
	display:inline;
	line-height:1.8;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .relation li span {
	padding:0 3px;
}

#mainContent #leftContent .entryBox .entryBlock .entryLeft .relation li a {
	color:#cc9933;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight {
	width:417px;
	float:right;
	font-size:0.9em;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryRight {
	width:408px;
	padding:0 14px 0 10px;
	float:left;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight p#lead {
	line-height:1.4;
	padding:1px 5px 10px 8px;
	font-weight: bold;
	color: #663366;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryRight p#lead {
	padding:13px 5px 10px 8px;
	font-size:1.1em;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight p.leadList {
	line-height:1.4;
	padding:1px 5px 4px 8px;
	font-weight: bold;
	color: #663366;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight p#lead a,
#mainContent #leftContent .entryBox .entryBlock .entryRight p.leadList a {
	color:#cb9a31;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight p#caption,
#mainContent #leftContent .entryBox .entryBlock .entryRight p.captionList {
	line-height:1.5;
	padding:1px 5px 13px 8px;
	color:#8f7755;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryRight p#caption {
	padding-bottom:16px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight p#caption {
	background:url(../images/line_detail_btn.gif) no-repeat left bottom;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight p.captionList {
	background:none;
	border-bottom:dotted 1px #ccc;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight p#caption a,
#mainContent #leftContent .entryBox .entryBlock .entryRight p.captionList a {
	color:#cb9a31;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight p#caption span,
#mainContent #leftContent .entryBox .entryBlock .entryRight p.captionList span {
	color:#cb9a31;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight .btnList {
	width:408px;
	margin-top:9px;
	background:#e0d6cc url(../images/bg_btnList.gif) no-repeat 0 0;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight .btnList ul {
	padding:10px 0 6px;
	text-align:center;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight .btnList ul li {
	display:inline;
	color:#917658;
}

#mainContent #leftContent .entryBox .btnList li a {
	color:#996502;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight table {
	width:417px;
	color:#333;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryRight table {
	width:408px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight th {
	width:127px;
	text-align:left;
	vertical-align:top;
	color:#663300;
	padding-left:3px;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryRight th {
	width:129px;
	padding-left:5px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight td {
	width:287px;
	padding-right:8px;
	vertical-align:top;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryRight td {
	width:274px;
	padding-right:0;
}

#mainContent #leftContent .typeB .entryBlock .entryRight th,
#mainContent #leftContent .typeB .entryBlock .entryRight td {
	padding-top:13px;
	padding-bottom:13px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight th span,
#mainContent #leftContent .entryBox .entryBlock .entryRight td span {
	color:#cdc0d2;
	font-weight:700;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.dotted th,
#mainContent #leftContent .entryBox .entryBlock .entryRight tr.dotted td {
	border-bottom:dotted 1px #ccc;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.style1 th {
	padding-top:10px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.style1 td {
	padding-top:6px;
	padding-right:0px;
}

#mainContent #leftContent .typeB .entryBlock .entryRight tr.style1 td {
	padding-bottom:8px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight table.detailB tr.style1 th,
#mainContent #leftContent .entryBox .entryBlock .entryRight table.detailB tr.style1 td {
	padding-bottom:8px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.style1 td li {
	display:inline;
	padding-right:4px;
	line-height:1px;
	font-size:1px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.style1 td p {
	font-size:0.8em;
	border:none;
	padding:5px 8px 0 0;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.erTop th,
#mainContent #leftContent .entryBox .entryBlock .entryRight tr.erTop td {
	padding-top:12px;
	padding-bottom:0;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price th{
	padding-top:10px;
	padding-bottom:7px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price td{
	padding-bottom:7px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.erMiddle th,
#mainContent #leftContent .entryBox .entryBlock .entryRight tr.erMiddle td {
	padding-top:9px;
	padding-bottom:0px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.erBottom th,
#mainContent #leftContent .entryBox .entryBlock .entryRight tr.erBottom td{
	padding-top:9px;
	padding-bottom:13px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price ul {
	width:412px;
	overflow:hidden;
	padding:1px 0 0px 1px;
	border:solid 1px #cccccc;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryRight tr.price ul {
	width:405px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price ul li {
	width:82px;
	float:left;
	text-align:center;
	font-weight:700;
	line-height:1.5;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price ul li.price4,
#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price ul li.price5{
	width:83px;
}

body.list #mainContent #leftContent .entryBox .entryBlock .entryRight tr.price ul li {
	width:81px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price ul li p {
	padding:8px 0 6px;
	background:#e7e7e7;
	border-right:solid 1px #ffffff;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price p.textBlue {
	padding:7px 0 3px;
	background:#ffffff;
	border-right:solid 1px #e2e2e2;
	color:#484c8c;
	font-weight:700;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.price li.price5 p.textBlue {
	border-right:none;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.feature td {
	padding-top:0;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.feature td ul {
	width:403px;
	overflow:hidden;
	padding-top:6px;
	padding-left:7px;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.feature td li {
	background:url(../images/icon_entry.gif) no-repeat 0 6px;
	float:left;
	white-space:nowrap;
	width:115px;
	padding-left:7px;
	padding-right:12px;
	line-height:1.8;
	font-size:0.8em;
}

#mainContent #leftContent .entryBox .entryBlock .entryRight tr.feature td li a {
	font-size:0.8em;
}

#mainContent #leftContent .entryBox .btnBox {
	width:583px;
}

body.list #mainContent #leftContent .entryBox .btnBox {
	width:408px;
}

body.list #mainContent #leftContent .entryBox .btnBox a {
	display:block;
	width:408px;
	height:37px;
	overflow:hidden;
}

body.list #mainContent #leftContent .entryBox .btnBox a:hover,
body.list #mainContent #leftContent .entryBox .btnBox a:active{
	background:none;
}

body.list #mainContent #leftContent .entryBox .btnBox a:hover img {
	padding-top:37px;
}

body.list #mainContent #leftContent .entryBox .btnBox img {
	background:url(../images/entry_btn_o.gif) no-repeat 0 0;
}

body.detail #mainContent #leftContent .entryBox .btnBox {
	background:url(../images/bg_btn_detail2.gif) no-repeat 0 0;
	height:59px;
}

body.detail #mainContent #leftContent .entryBox .btnBox ul {
	width:573px;
	overflow:hidden;
	padding-top:6px;
	padding-left:10px;
}

body.detail #mainContent #leftContent .entryBox .btnBox li {
	float:left;
	display:inline;
	width:130px;
}

body.detail #mainContent #leftContent .entryBox .btnBox li.btnBox1 {
	background:url(../images/btn_request2_o.gif) no-repeat 0 0;
	margin-right:15px;
}

body.detail #mainContent #leftContent .entryBox .btnBox li.btnBox2 {
	background:url(../images/btn_booking2_o.gif) no-repeat 0 0;
	margin-right:13px;
}

body.detail #mainContent #leftContent .entryBox .btnBox li.btnBox3 {
	background:url(../images/btn_conditions2_o.gif) no-repeat 0 0;
	margin-right:15px;
}

body.detail #mainContent #leftContent .entryBox .btnBox li.btnBox4 {
	background:url(../images/btn_adviser2_o.gif) no-repeat 0 0;
}

body.detail #mainContent #leftContent .entryBox .btnBox li a {
	display:block;
	width:130px;
	height:47px;
}

body.detail #mainContent #leftContent .entryBox .btnBox a:hover img,
body.detail #mainContent #leftContent .entryBox .btnBox a:active img{
	width:0;
	height:0;
}

body.detail #mainContent #leftContent .entryBox .btnBox a:hover,
body.detail #mainContent #leftContent .entryBox .btnBox a:active{
	background:none;
}

body.list #mainContent #leftContent .entryBox .entryStyle {
	float:left;
	width:219px;
	border-top:solid 1px #fff;
}




#mainContent #rightContent #research {
	width:209px;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
}

body.list #mainContent #leftContent #research {
	width:811px;
	margin-bottom:16px;
	background:url(../images/bg_entry_research_middle.gif) repeat-y 0 0;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

body.list #mainContent #leftContent #research:after{
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html body.list #mainContent #leftContent #research{height: 1%;}

body.list #mainContent #leftContent #research{display: block;}
/* End hide from IE-mac */


#mainContent #rightContent #research h3 {
	width:209px;
	margin-left:-14px;
	margin-right:-8px;
}

*html #mainContent #rightContent #research h3 {
	position:relative;
}

#mainContent #rightContent #research dl.researchTop {
	width:173px;
	padding:0 18px 0 18px;
	background:url(../images/bg_research_middle.gif) repeat-y;
}

body.list #mainContent #leftContent #research dl.researchTop {
	width:190px;
	float:left;
	padding-top:10px;
	padding-bottom:15px;
}

body.list #mainContent #leftContent #research dl.area {
	padding-left:18px;
}

#mainContent #rightContent #research dl.researchTop dt {
	padding-top:2px;
	padding-bottom:2px;
}

#mainContent #rightContent #research dl.researchTop dd {
	padding-bottom:8px;
}

#mainContent #rightContent #research dl.researchTop dd select,
#mainContent #rightContent #research dl.researchTop dd input.researchText {
	width:171px;
}

body.list #mainContent #leftContent #research dl.researchTop dd select,
body.list #mainContent #leftContent #research dl.researchTop dd input.researchText {
	width:172px;
}

#mainContent #rightContent #research #researchDetail {
	background:url(../images/bg_research_middle.gif) repeat-y;
}

body.list #mainContent #leftContent #research #researchDetail {
	clear:both;
	width:784px;
	margin:0 auto;
	padding-bottom:4px;
	background:#fff url(../images/bg_entry_research_detail.gif) no-repeat left bottom;
}

#mainContent #rightContent #research #researchDetail p {
	padding:1px 0 9px;
	text-align:center;
}

#mainContent #rightContent #research #researchDetail h4 {
	text-align:center;
}

body.list #mainContent #leftContent #research #researchDetail #researchDetailBox {
	padding:0 10px 4px;
	border-left:solid 1px #dbd7cc;
	border-right:solid 1px #dbd7cc;
}

#mainContent #rightContent #research #researchDetail #researchDetailBox dl {
	width:157px;
	margin:2px auto 0;
	padding:6px 8px 4px;
	background:#f3efe1 url(../images/bg_search_detail.gif) no-repeat left bottom;
}

body.list #mainContent #leftContent #research #researchDetail #researchDetailBox dl {
}

#mainContent #rightContent #research #researchDetail #researchDetailBox dl dt {
	padding-bottom:1px;
}

body.list #mainContent #leftContent #research #researchDetail #researchDetailBox dl dt {
	padding-top:8px;
	padding-bottom:1px;
}

#mainContent #rightContent #research #researchDetail #researchDetailBox dl dd p {
	padding:0 0 6px 0;
	text-align:right;
}

#mainContent #rightContent #research #researchDetail #researchDetailBox dl dd p.guest select {
	width:155px;
	padding:0;
}

body.list #mainContent #leftContent #research #researchDetail #researchDetailBox dl dd.guest select,
body.list #mainContent #leftContent #research #researchDetail #researchDetailBox dl dd.guest img {
	vertical-align:top;
}

body.list #mainContent #leftContent #research #researchDetail #researchDetailBox dl dd.guest select.guestScale {
	width:155px;
}

#mainContent #rightContent #research #researchDetail #researchDetailBox dl dd p.researchPrice img {
	margin-bottom:3px;
}

#mainContent #rightContent #research #researchDetail #researchDetailBox dd selectl {
	width:auto;
}

body.list #mainContent #leftContent #research #researchDetail #researchDetailBox dl dd ul {
	width:762px;
	overflow:hidden;
}

#mainContent #rightContent #research #researchDetail #researchDetailBox dd li {
	line-height:1.4;
}

body.list #mainContent #leftContent #research #researchDetail #researchDetailBox dl dd ul li {
	width:180px;
	float:left;
	padding-bottom:3px;
}

body.list #mainContent #leftContent #research #researchDetail #researchDetailBox dl dd ul li input {
	margin-right:5px;
}

#mainContent #rightContent #research #researchDetail #researchDetailBox dd li input {
	margin-right:7px;
}

#mainContent #rightContent #research #researchBtn {
	background:url(../images/bg_research_bottom.gif) no-repeat left bottom;
	text-align:center;
	padding-top:16px;
	padding-bottom:7px;
}

*html #mainContent #rightContent #research #researchBtn {
	padding-top:15px;
}

body.list #mainContent #leftContent #research #researchBtn {
	padding:16px 0 13px;
	background:url(../images/bg_entry_research.gif) no-repeat left bottom;
	text-align:center;
}

#mainContent #rightContent #weddingStyle {
	width:210px;
	margin:10px auto 0;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
	background:url(../images/mame_btn_o.gif) no-repeat 0 0;
}

#mainContent #rightContent #weddingStyle a {
	display:block;
	width:210px;
	height:66px;
}

#mainContent #rightContent #weddingStyle a:hover img,
#mainContent #rightContent #weddingStyle a:active img{
	width:0;
	height:0;
}

#mainContent #rightContent #weddingStyle a:hover,
#mainContent #rightContent #weddingStyle a:active{
	background:none;
}

#mainContent #rightContent #issue {
	width:210px;
	margin-top:9px;
}

body.list #mainContent #leftContent #issue {
	width:812px;
	margin-top:0;
	margin-bottom:20px;
}

body.list #mainContent #leftContent #issue .inner {
	padding-top:8px;
	background:url(../images/bg_entry_issue.gif) repeat-x 0 0;
}

#mainContent #rightContent #issue h4 {
	width:210px;
	margin-left:-2px;
}

*html #mainContent #rightContent #issue h4 {
	position:relative;
}

body.list #mainContent #leftContent #issue h4 {
	width:814px;
	margin-left:-2px;
	padding-top:0;
}

*html body.list #mainContent #leftContent #issue h4 {
	position:relative;
}

#mainContent #rightContent #issue .issueBox {
	width:210px;
	background:url(../images/bg_issue.gif) repeat-x 0 0;
}


body.list #mainContent #leftContent #issue .issueSection {
	background:url(../images/bg_entry_issue2.gif) repeat-y 0 0;
}

body.list #mainContent #leftContent #issue .issueBox {
	width:812px;
	overflow:hidden;
}


body.list #mainContent #leftContent #issue .issueBox {
	background:url(../images/entry_issue_line2.gif) no-repeat left bottom;
}

body.list #mainContent #leftContent #issue .firstChild {
	background:url(../images/entry_issue_line.gif) no-repeat left bottom;
}

#mainContent #rightContent #issue .issueBox li {
	width:200px;
	overflow:hidden;
	background:url(../images/line_issue.gif) no-repeat left bottom;
	padding:6px 5px;
}

body.list #mainContent #leftContent #issue .issueBox li {
	width:194px;
	float:left;
	padding:0 0 0 9px;
}

#mainContent #rightContent #issue .issueBox .issuePhoto,
body.list #mainContent #leftContent #issue .issueBox .issuePhoto {
	width:62px;
	float:left;
}

body.list #mainContent #leftContent #issue .issueBox .issuePhoto {
	padding:6px 7px 6px 0;
}

#mainContent #rightContent #issue .issueBox img,
body.list #mainContent #leftContent #issue .issueBox img{
	width:60px;
	height:60px;
	border:solid 1px #fff;
}

body.list #mainContent #leftContent #issue .issueBox li.mame {
	padding-top:6px;
	padding-left:7px;
}

body.list #mainContent #leftContent #issue .issueBox li.mame a {
	display:block;
	width:196px;
	height:59px;
	overflow:hidden;
}

body.list #mainContent #leftContent #issue .issueBox li.mame img {
	width:196px;
	height:59px;
	border:none;
	background:url(../images/mame_entry_o.gif) no-repeat 0 0;
}

body.list #mainContent #leftContent #issue .issueBox li.mame a:hover {
	background:none;
}

body.list #mainContent #leftContent #issue .issueBox li.mame a:hover img {
	padding-top:59px;
}

#mainContent #rightContent #issue .issueBox .issueText{
	width:129px;
	float:left;
	padding-left:7px;
	line-height:1.4;
}

body.list #mainContent #leftContent #issue .issueBox .issueText{
	width:113px;
	float:left;
	padding-top:7px;
}

/*--------------------------------------
　詳細ページ
-------------------------------------*/
/*	式場詳細
-------------------------------------*/

body.detail #mainContent #leftContent .entryBox .btnListSection{
	border-top:solid 2px #d9d9d9; 
	padding:6px 8px 7px 0;
	color:#996633;
	text-align:right;
}

body.detail #mainContent #leftContent .entryBox .btnListSection li{
	display:inline;
}

body.detail #mainContent #leftContent .entryBox .btnListSection a{
	color:#996633;
}

body.detail #mainContent #leftContent .entryBox .entryBlock {
	border-top:none;
	background:url(../images/bg_entry_detail_top.gif) repeat-x left top;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .inner {
	background:url(../images/bg_entry_detail.gif) repeat-x left bottom;
	overflow:hidden;
}

*html body.detail #mainContent #leftContent .entryBox .entryBlock .inner {
	zoom:1;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .feature {
	border-top:dotted 1px #a19f8c;
	padding-top:10px;
	padding-bottom:13px;
}


body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .feature p {
	font-weight:700;
	color:#663300;
	padding-left:6px;
	padding-bottom:4px;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .feature p span {
	color:#cfc0d3;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .feature ul {
	padding-left:11px;
	padding-right:5px;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .feature li {
	background:url(../images/icon_entry.gif) no-repeat 0 6px;
	line-height:1.8;
	padding-left:10px;
	font-size:0.8em;
	/*color:#cc9933;*/
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryLeft .feature li a {
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryRight dl {
	width:394px;
	margin-left:9px;
	padding:10px 0 0;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryRight dl dt {
	padding-bottom:3px;
	color:#996600;
	font-weight:700;
}

body.detail #mainContent #leftContent .entryBox .entryBlock .entryRight dl dd {
	padding-bottom:22px;
	line-height:1.5;
}

body.detail #mainContent #leftContent .entryBox .inquiry {
	width:583px;
	background:url(../images/btn_inquiry_o.gif) no-repeat 0 0;
	margin-bottom:10px;
}

body.detail #mainContent #leftContent .entryBox .inquiry a {
	display:block;
	width:583px;
	height:46px;
}

body.detail #mainContent #leftContent .entryBox .inquiry a:hover img,
body.detail #mainContent #leftContent .entryBox .inquiry a:active img{
	width:0;
	height:0;
}

body.detail #mainContent #leftContent .entryBox .inquiry a:hover,
body.detail #mainContent #leftContent .entryBox .inquiry a:active{
	background:none;
}

body.detail #mainContent #leftContent .entryBox .simlink {
	background:#f1ead8;
}

body.detail #mainContent #leftContent .entryBox .simlink ol {
	width:583px;
	overflow:hidden;
	padding:11px 0 0 11px;
}

body.detail #mainContent #leftContent .entryBox .simlink ol li {
	width:135px;
	float:left;
	padding-right:7px;
}

body.detail #mainContent #leftContent .entryBox .simlink ol li a {
	color:#663300;
}

body.detail #mainContent #leftContent .entryBox .simlink ol li .mark {
	background:url(../images/icon_detail.gif) no-repeat 0 5px;
	width:111px;
	padding-left:29px;
	padding-bottom:12px;
	line-height:1.4;
}

body.detail #mainContent #leftContent .entryBox .consult{
	width:140px;
	height:53px;
	background:url(../images/bg_btn_detail2_s.gif) no-repeat left top;
	padding-left:446px;
	padding-top:6px;
}

body.detail #mainContent #leftContent .entryBox .consult p{
	background:url(../images/btn_adviser2_o.gif) no-repeat left top;
	width:140px;
	height:47px;
}

body.detail #mainContent #leftContent .entryBox .consult p a{
	display:block;
	width:140px;
	height:47px;
}
body.detail #mainContent #leftContent .entryBox .consult p a:hover img,
body.detail #mainContent #leftContent .entryBox .consult p a:active img{
	width:0;
	height:0;
}

body.detail #mainContent #leftContent .entryBox .consult p a:hover,
body.detail #mainContent #leftContent .entryBox .consult p a:active{
	background:none;
}
/*	チェック
-------------------------------------*/
#mainContent #leftContent #check {
	width:583px;
	margin-bottom:20px;
}

#mainContent #leftContent #check #checkTitle {
	width:583px;
	background:url(../images/check_title_bottom.gif) no-repeat left bottom;
	margin-bottom:11px;
}

#mainContent #leftContent #check #checkTitle h3 {
	background:url(../images/check_title_top.gif) no-repeat left top;
	color:#fff;
	padding-top:8px;
	padding-left:108px;
	padding-bottom:9px;
}

#mainContent #leftContent #check #checkTitle h3 span {
	color:#fdff9a;
}

#mainContent #leftContent #check ol {
	width:583px;
	overflow:hidden;
}

#mainContent #leftContent #check ol li {
	width:140px;
	float:left;
	padding-right:7px;
}

#mainContent #leftContent #check li .checkPhoto {
	width:140px;
}

#mainContent #leftContent #check li .checkText {
	width:111px;
	padding-left:29px;
	padding-bottom:12px;
	line-height:1.4;
}

#mainContent #leftContent #check li .checkText a {
	color:#ce9933;
}

#mainContent #leftContent #check li .check1 {
	background:url(../images/check1.gif) no-repeat 0 5px;
}

#mainContent #leftContent #check li .check2 {
	background:url(../images/check2.gif) no-repeat 0 5px;
}

#mainContent #leftContent #check li .check3 {
	background:url(../images/check3.gif) no-repeat 0 5px;
}

#mainContent #leftContent #check li .check4 {
	background:url(../images/check4.gif) no-repeat 0 5px;
}

#mainContent #leftContent #check li.lastChild {
	padding-right:0;
}

/*	下層テキスト
-------------------------------------*/
#mainContent #leftContent #column {
	width:583px;
	line-height:1.4;
	clear:both;
}

body.list #mainContent #leftContent #column {
	width:812px;
}

#mainContent #leftContent #column h3 {
	width:557px;
	background:#eeece0 url(../images/bg_column.gif) repeat-x top left;
	font-weight:700;
	color:#653302;
	padding:14px 13px 9px;
}

body.list #mainContent #leftContent #column h3 {
	width:786px;
}

#mainContent #leftContent #column p {
	background:url(../images/bg_column_text.gif) repeat-x top left;
	padding:13px 10px 5px;
}

/*	似た条件の式場
-------------------------------------*/

body.detail .entryBox .nearLink {
	margin-top:18px;
}

body.detail .entryBox .nearLink h4 {
	margin-bottom:9px;
}

body.detail .entryBox .nearLink ul {
	width:575px;
	margin:0 auto;
	overflow:hidden;
}

body.detail .entryBox .nearLink ul li {
	width:auto;
	float:left;
	display:inline;
	white-space:nowrap;
	margin-bottom:4px;
	padding:0 5px 0 17px;
	background:url(../images/icon_near.gif) no-repeat 7px 3px;
	border-right:solid 1px #999999;
	line-height:1.1;
}

body.detail .entryBox .nearLink ul li.lastChild {
	border-right:none;
}

body.detail .entryBox .nearLink ul li a {
	color:#cd9933;
}
