@charset "utf-8";
/*
	* 名前: privacy.css
	* 説明: プライバシーポリシー用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.10.26
	* 作成：miou nagahiro
*/

	/* ========================================
	
	   * 00. 領域設定
	
	======================================== */
	
	div#contents {
		line-height:1.6;
	}
	
	div#contents div.wrapper {
		margin-bottom: 60px;
	}
	
	div#contents h3{
		margin-bottom: 30px;
	}
	div#contents h4{
		margin-bottom: 14px;
	}
	
	div#contents div.center{
		text-align: center;
	}
	
	/* pagetop */
	
	div#contents div.pagetop {
		margin-top: 20px;
		text-align: right;
	}




	/* ========================================
	
	   * 01. サイトマップ
	   * index.html
	
	======================================== */
	div#contents div#privacy {
		margin-top: 22px;
	}
	div#contents div#privacy h4.topmargin{
		margin-top: 30px;
	}
	
	div#contents div#privacy p.left{
		margin-top: 10px;
		text-align:right;
		font-weight: bold;
	}
	




