 <!--
body {
	margin:0px;          	/* ページ全体のmargin */
	padding:0px;        	/* ページ全体のpadding */
	text-align:center;  	/* 下記のautoに未対応用のセンタリング */
	background-color: transparent; 			/* タグ本文の背景色設定（ここでは、透明に設定） */	  
}
#main {
	margin-left:auto;    	/* 左側マージンを自動的に空ける */
	margin-right:auto;   	/* 右側マージンを自動的に空ける */
	text-align:left;    	/* 中身を左側表示に戻す */
	width:580px;         	/* 幅を決定する */
	font-size: 9pt;		/* フォントの大きさ */
	font-weight:bold;	/* フォントの太さ */
	line-height: 1.1em;	/* 行間の設定 */
	color:#696969;		/* フォントの色 */
}
#left {
	width:580px;
	float:left;
	font-size: 9pt;		/* フォントの大きさ */
	font-weight:bold;	/* フォントの太さ */
	line-height: 1.1em;	/* 行間の設定 */
	color:#696969;		/* フォントの色 */
}
#title{
	width:580px;
	clear : left;
	margin: 20px 0px;
}
#picture{
	width:250px;
	float:left;
}
#gaiyou{
	width:330px;
	float:left;
}
.p {
	font-size: 12pt;
	margin :20px 0px 0px 0px ;	/* 画像廻りの余白の大きさ（上・右・下・左の順です） */
}
hr.margin {
	 
	clear: left;			/* 回り込み解除の設定 */
	margin:10px 0px;		/* <hr>=線周りの余白設定、線の上下10px,線の左右0px（左右の余白を消す） */	 	
}
dl.information {
				
	padding:0px 20px;		/* <dl class="information">の余白を0pxとる（余白を無くす） */
	text-indent: 1.0em;		/* 先頭行の字下げの設定 */
}
dd.information1 {
	margin :0px 0px 15px 0px ;	/* 画像廻りの余白の大きさ（上・右・下・左の順です） */
}
dd.information2 {
	line-height: 120%;		/* 行間の設定 */
	margin : 0px 0px 20px 0px ;	/* 画像廻りの余白の大きさ（上・右・下・左の順です） */
	text-indent: 1.0em;		/* 先頭行の字下げの設定 */
}
 -->