/* 
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
---------------------------------------------------*/
ul#traning_list{width:690px; overflow:hidden;}
ul#traning_list li{float:left;width:162px; padding:5px; height:300px;}

ul#traning_list li a{
text-align:center;background-color:#d4c4a2;
display:block;font-weight:bold;}

ul#traning_list li a img{width:160px;height:120px;margin-top:1px;}

/*コメント*/
ul#traning_list li p.cmt{font-size:10px;}







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




