@charset "UTF-8";
@import "common.css";

/* ----------------------------------------------------------- */
/* トップページ用スタイル                                      */
/* ----------------------------------------------------------- */

/* メインイメージ定義 */
#home_flash{
	width:900px;
	height:200px;
	margin:0 10px;
	}
#home h1{
	width:900px;
	height:200px;
	background:transparent url("../images/home/h1_image.jpg") no-repeat;
	margin:0 10px;
}

/* 見出し画像定義 */
#home h2#h01{background-image:url("../images/home/h2_cluster.gif");}
#home h2#h02{background-image:url("../images/home/h2_news.gif");margin-bottom:0;}

/* ローカルメニューの高さ調整 */
#home #local01{height:240px;}

/* 新着情報関連 */
#home #newslist{
	background:transparent url("../images/home/news_top.gif") no-repeat;
	margin:0;
	padding-top:12px;
	list-style:none;
	padding-left:0;
	}
#home #newslist li{margin:0;padding:6px;text-indent:0;font-size:93%;line-height:150%;}

#home #newslist li:nth-child(even){background-color:#f1faee;}
/*nth-child未対応環境多数のため、Javascript上で再定義しています*/

#home #newslist li a{color:#555;}
#home #newslist em{font-style:normal;display:block;float:left;width:135px;}
#home #newslist span{
	display:block;
	margin:0 0 0 97px;
	padding-left:54px;
	background-color:transparent;
	background-position:4px 1px;
	background-repeat:no-repeat;
	}
/* ニュースリスト分類 */
#newslist .info{background-image:url("../images/news/badge_info02.gif");}        /*お知らせ*/
#newslist .guide{background-image:url("../images/news/badge_guide.gif");}      /*開催案内*/
#newslist .release{background-image:url("../images/news/badge_release.gif");}  /*プレスリリース*/
#newslist .report{background-image:url("../images/news/badge_report.gif");}    /*事業報告*/
#newslist .offer{background-image:url("../images/news/badge_offering.gif");}/*公募情報*/
#home #news_bottom{
	font-size:12px;
	height:12px;
	background:transparent url("../images/home/news_bottom.gif") no-repeat;
	padding-top:16px;
	margin-left:0;
	text-align:right;
}
