@charset "utf-8";

/*
	* 名前: top.css
	* 説明: トップページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.08.10
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 01. 初期設定 - 基本設定 -
	    - 01-01. 初期設定 - テキスト -
	  - 02. 領域設定 - ブロック -
	    - 02-05. 領域設定 - コンテンツ -
	      - 02-05-01. 領域設定 - レフトバー -
	    - 02-06. 領域設定 - メイン -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("import.css");


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 01-01. 初期設定 - テキスト -
	======================================== */

	p {
		text-indent: 0;
	}


	/* ========================================
	   * 02. 領域設定 - ブロック -
	======================================== */

	/* コンテンツ */
	#contents {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 856px;
	}



	/* レフトバー */
	#leftbar {
		float: left;
		margin: 23px 18px 0 0;
		padding: 0 0 26px 0;
		width: 210px;
	}

	/* メイン */
	#main {
		padding-bottom: 26px;
		width: 400px;
	}

	/* サイドバー */
	#sidebar {
		margin-top: 5px;
	}


	/* ========================================
	   * 02-04. 領域設定 - 全体コンテンツ -
	======================================== */

	#altogether div.wrapper div#topimage {
		border-bottom: none;
		margin-bottom: 22px;
	}


	/* ========================================
	   * 02-05-01. 領域設定 - レフトバー -
	======================================== */

	#leftbar ol {
		list-style-type: none;
		margin-bottom: 20px;
	}

	#leftbar ol li {
		margin-bottom: 10px;
	}

}
