@charset "utf-8";

/*
	* 名前: top.css
	* 説明: トップページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2008.10.15
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 01. 初期設定 - 基本設定 -
	    - 01-01. 初期設定 - テキスト -
	  - 02. 領域設定 - ブロック -
	    - 02-06. 領域設定 - ローカルナビ -
	    - 02-07. 領域設定 - メイン -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("import.css");


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01-01. 初期設定 - テキスト -
	======================================== */

	h3 {
		position: relative;
	}


	/* ========================================
	   * 02-06. 領域設定 - ローカルナビ -
	======================================== */

	#l_navi div.wrapper ul li a {
		background-position: 6px 12px;
	}

	/* IE7 HACK */
	*:first-child+html #l_navi div.wrapper ul li a {
		background-position: 6px 13px;
	}


	/* ========================================
	   * 02-07. 領域設定 - メイン -
	======================================== */

	#main h3 a#btn_rss,
		#main h3 a#btn_news {
			position: absolute;
			top: 8px;
	}

	#main h3 a#btn_rss {
		left: 438px;
	}

	#main h3 a#btn_news {
		left: 484px;
	}

	#main dl#topics {
		margin-top: -18px;
	}

	#main ol#campaign_banner {
		list-style-type: none;
		margin-left: 0;
		margin-top: -18px;
	}

	#main ol#campaign_banner li {
		margin-bottom: 10px;
	}

}
