@charset "UTF-8";
/*-------------------------------------------
【更新履歴】
- 2008/06/25 作成

【ファイル概要】
index.htmlコンテンツ部分

【目次】
1. 共通
2. メインビジュアル
3. ニュース
4. 最新の投稿
5. 最新の地図マーカー
6. ピックアップ写真
-------------------------------------------*/


/*============================================
	1. 共通
============================================*/
/*--見出し--*/
h2.h2_index01{
background:url(../../img/heading/index/h01.gif) no-repeat 0 0;
width:570px;
height:25px;
font-weight:bold;
font-size:13px;
color:#fff;
letter-spacing:1px;
}

h2.h2_index02{
background:url(../../img/heading/index/h02.gif) no-repeat 0 0;
width:570px;
height:25px;
font-weight:bold;
font-size:13px;
color:#fff;
letter-spacing:1px;
}

span.h2_index{
display:block;
padding:2px 0 0 13px;
margin:0;
}

/*--背景をつける--*/
div.index_content_shadow{
padding:10px 0;
margin:0 auto 20px auto;
border:1px solid #ccc;
border-top:none;
background:url(../../img/bg/bg_content.gif) repeat-x 0 100%;
}

/*--本文--*/
div.index_content_body{
width:550px;
margin:0 auto;
}



/*============================================
	2. メインビジュアル
============================================*/
#main_visual{
width:570px;
}

#main_visual img{
margin-bottom:10px;
}

/*============================================
	3. ニュース
============================================*/
/*--日付--*/
dl#news dt{
float:left;
font-weight:bold;
font-size:smaller;
padding:2px 0 3px 0;
}

/*--本文--*/
dl#news dd{
border-bottom:1px dotted #aaa;
padding:1px 0 2px 7em;
}



/*============================================
	4. 最新の投稿
============================================*/
/*--日付--*/
ul#latest_article span{
font-size:smaller;
}

/*--NEWマークあり--*/
ul#latest_article li.new{
background:url(../../img/icon/other/article_new.gif) no-repeat 0 5px;
padding-left:30px;
}



/*============================================
	5. 最新の地図マーカー
============================================*/
/*--テーブル--*/
table#latest_map{
width:550px;
border:none;
table-layout:fixed;
border-collapse:collapse;
}

table#latest_map td{
vertical-align:top;
text-align:center;
}

/*--地名テキスト--*/
table#latest_map td p{
text-align:center;
margin:0 0 5px 0;
line-height:1.0;
}



/*============================================
	6. ピックアップ写真
============================================*/
/*--テーブル--*/
table#photo{
width:550px;
border:none;
table-layout:fixed;
border-collapse:collapse;
}

table#photo td{
vertical-align:top;
text-align:left;
width:67px;
}

/*--投稿者テキスト--*/
table#photo td p{
width:54px;
font-size:smaller;
text-align:left;
line-height:1.3;
margin:0 auto 10px auto;
}



/*============================================
	7. ブックマーク
============================================*/
div#bookmark{
margin:0 auto 10px auto;
text-align:right;
font-size:10px;
}




/*--End of this file--*/