@charset "utf-8";

/*
	* 名前: greeting.css
	* 説明: greeting用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.08.11
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 02. 領域設定 - ブロック -
	    - 02-05. 領域設定 - コンテンツ -
	      - 02-05-01. 領域設定 - レフトバー -
	    - 02-06. 領域設定 - メイン -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../common/css/import.css");


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 02-06. 領域設定 - メイン -
	======================================== */

	#main div.wrapper p.pagetop {
		margin-bottom: 26px;
		margin-top: -12px;
	}

	#main ol {
		list-style-type: none;
		margin-left: 0 !important;
	}

	#main ol li {
		border-bottom: 1px dotted #D8D9DC;
		margin-bottom: 20px !important;
		padding-bottom: 20px;
		padding-left: 12px;
		padding-right: 12px;
	}

	#main ol li a {
		display: block;
	}

	#main p.midashi {
		color: #002B84;
		font-size: 120%;
		font-weight:bold;
		text-indent: 0.5em;
	}

	#main ul.carrier {
		list-style-type: none;
	}


}

