/* CSS Document */


/*　■トップページ設定■ここから　*/

/***トップ画像設定***/
#main_photo{
    height:280px;
    width:930px;
	margin:0 15px 20px 15px;
    }
	
/***トップ画像設定 新年用***/
#main_photo2{
    height:479px;
    width:930px;
	margin:0 15px 10px 15px;
	padding-top:10px;
    }
	
/***アンダーブロック設定***/
#under{
    height:215px;
	width:930px;
	margin:0 15px 0 15px;
	}
	

/***  TOPICSスペース  ***/	
#under div#topics{
	float:left;
	width:550px;
	height:215px;
	}

/***  TOPICSタイトル設定  ***/	
#under h3{
    }

/***  TOPICS記事背景設定｜キャンペーン用  ***/	
#under div#topics .bg_cam{
	width:550px;
	height:65px;
	margin:10px 0 ;
	float:left;
	}

/***  TOPICS記事背景設定  ***/	
#under div#topics .bg{
	width:550px;
	height:35px;
	float:left;
	}
	
/***  TOPICS記事背景設定2  ***/	
#under div#topics .bg2{
	width:550px;
	height:35px;
	float:left;
	background-color:#e4eef9;
	}

/***  TOPICS日時設定day  ***/	
#under div#topics p.day{
	margin:10px;
	color:#333333;
	float:left;
	}
	
/***  東日本復興支援キャンペーンバナー20110803  ***/	
#under div#topics .cam{
	width:550px;
	height:65px;
	float:left;
	}
	
/***  TOPICS記事設定  ***/	
#under div#topics p.comment{
	margin:10px;
	color:#2a5b91;
	float:left;
	}

/***  アクセスマップ設定  ***/
#under div#map{
	float:right;
	width:365px;
	height:215px;
	margin:0 0 0 5px;
	}

/***  アクセスマップタイトル  ***/	
#under h3{
	}
	
/***  google_map  ***/
#under div#map .google_map{
	width:365px;
	height:175px;
	}

/*　■トップページ設定■ここまで　*/

/*最終更新 2011_09_12_18_05*/