@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#link {
		margin-top: 22px;
	}
	
		/* ====================================
	
	   		* 01-1. テーブルの定義
	
		==================================== */
		
		div#contents div#link table{
			width: 718px;
		}
		
		div#contents div#link tr,td,th{
			height: 34px;
			padding-left: 14px;
			border-top:#bcbcbc solid 1px;
		}
		
		div#contents div#link tr.topline{
			border-top:#bcbcbc solid 1px;
		}
		
		div#contents div#link td.name{
			text-align: left;
			background-color:#f7f7f7;
			
		}

