/* 
rank/index.html（ランキングページ）
----------------------------------------------------------
■01：ページ内共通要素

----------------------------------------------------------*/

/*■01：ページ内共通要素
---------------------------------------------------*/
/*ページタイトル*/
/*幅設定に関してはbace.cssにて共通化*/
h2#plan{ background:url(../img/h2_bk.gif) #98856b no-repeat 0 0;}
h2#plan span{text-indent:-9999px;}

/*国別 h3*/
h3.plan{width:690px;height:55px;}
h3.plan span{display:block;width:690px;height:55px; text-indent:-9999px;}
h3.plan span.p01{background:url(../img/h3txt_01.gif) no-repeat;}/*真っ青な海を見渡すロケーションでのウェディング*/
h3.plan span.p02{background:url(../img/h3txt_02.gif) no-repeat;}/*緑や花々に囲まれた壮大な自然の中でのウェディング*/
h3.plan span.p03{background:url(../img/h3txt_03.gif) no-repeat;}/*現地の雰囲気を満喫！個性あふれるウェディング*/
h3.plan span.p04{background:url(../img/h3txt_04.gif) no-repeat;}/*歴史ある伝統的な教会で、厳かなウェディング*/

/*罫線ボックス*/
.rankbox{border:1px solid #ccc;width:668px;padding:10px;}


/*■02：p.lead リード
---------------------------------------------------*/
.rankbox p.lead{width:668px; margin-top:20px;}
.rankbox p.lead span{display:block;width:468px;color:#4e4029; margin-left:200px;}


/*■03：ol#listbox
---------------------------------------------------*/
ol#listbox{width:668px; overflow:hidden;}
ol#listbox li{float:left;width:222px;}
ol#listbox li div.lbb{width:212px;margin:4px;border:1px solid #ccc;
height:230px;
_height:235px;/*IE6*/}
/*おすすめをいれる場合は高さを300(IE=305)であわせる。*/


/*p（img）写真リンク*/
ol#listbox li div.lbb dl{width:202px; padding:5px; position:relative;} 
/*ランキングアイコン*/
ol#listbox li div.lbb dt img.no01{position:absolute; float:right; margin-left:168px;width:34px; height:34px; }
ol#listbox li div.lbb dt a{display:block;width:202px; height:146px; text-indent:-9999px;}
ol#listbox li div.lbb dt a{overflow:hidden;}
/*真っ青な海を見渡すロケーションでのウェディング*/
ol#listbox li div.lbb dt a.p01_01{background:url(../img/rank_pict/p01_01.jpg) no-repeat;}
ol#listbox li div.lbb dt a.p01_02{background:url(../img/rank_pict/p01_02.jpg) no-repeat;}
ol#listbox li div.lbb dt a.p01_03{background:url(../img/rank_pict/p01_03.jpg) no-repeat;}
/*緑や花々に囲まれた壮大な自然の中でのウェディング*/
ol#listbox li div.lbb dt a.p02_01{background:url(../img/rank_pict/p02_01.jpg) no-repeat;}
ol#listbox li div.lbb dt a.p02_02{background:url(../img/rank_pict/p02_02.jpg) no-repeat;}
ol#listbox li div.lbb dt a.p02_03{background:url(../img/rank_pict/p02_03.jpg) no-repeat;}
/*現地の雰囲気を満喫！個性あふれるウェディング*/
ol#listbox li div.lbb dt a.p03_01{background:url(../img/rank_pict/p03_01.jpg) no-repeat;}
ol#listbox li div.lbb dt a.p03_02{background:url(../img/rank_pict/p03_02.jpg) no-repeat;}
ol#listbox li div.lbb dt a.p03_03{background:url(../img/rank_pict/p03_03.jpg) no-repeat;}
/*歴史ある伝統的な教会で、厳かなウェディング*/
ol#listbox li div.lbb dt a.p04_01{background:url(../img/rank_pict/p04_01.jpg) no-repeat;}
ol#listbox li div.lbb dt a.p04_02{background:url(../img/rank_pict/p04_02.jpg) no-repeat;}
ol#listbox li div.lbb dt a.p04_03{background:url(../img/rank_pict/p04_03.jpg) no-repeat;}


/*リンク・教会名/エリア名・おすすめポイント*/
ol#listbox li div.lbb dd span,
ol#listbox li div.lbb dd a.lnk{margin:2px 0;display:block;width:202px;}
/*リンク・教会名*/
ol#listbox li div.lbb dd a.lnk{height:40px;line-height:1.5em;font-size:12px;font-weight:bold;}
/*hover*/
ol#listbox li div.lbb dd a.lnk:hover{font-weight:bold;background-color:#f2e3ba;}
/*エリア名*/
ol#listbox li div.lbb dd span.area{height:20px;font-size:14px; font-weight:bold; color:#aa9067;}
/*おすすめポイント*/
ol#listbox li div.lbb dd span.point{
height:60px; width:190px; padding:5px; border:1px solid #ccc;
background-color:#e7d9bc; font-size:10px;}






/****************************************************************




