/*背景色・背景画像・文字種・余白の設定・ページ外枠*/
body {
 	background-color:#fbf9cc;
	background-image:url(sozai/ochiba2.jpg);
	font-family:"HG正楷書体-PRO","HG教科書体","MS 明朝","ヒラギノ 明朝 Pro W3",serif;
	padding:1em 3em;
	border:10px solid #000;
	color:#000000; 	
}

/*行間隔の設定*/
p {
	line-height:1.4em;
}

/*文字の配置・色・サイズの設定*/
h1 {
	text-align:center;
	color:#CD5C5C; 	
 	font-size:4em;
}

/*文字の配置・色・サイズの設定・行の間隔・下線の設定*/
#coment {
	color:#660000;
	line-height:2em;
	border-bottom:#000 4px dotted;
	width:70%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/*特定文字の配置・色・サイズの設定*/
#bekkan1 {
	font-size:1.4em;
	color:#ff4500; 
	text-align:right;
}

/*文字の配置・色・サイズ・字下げの設定*/
/*ボーダー線の設定*/
h2 {
	line-height:1.6em;
	text-indent:1em;
	color:#006400; 	
 	font-size:1.8em;
	border-top:#6b8e23 2px solid;
	border-left:#6b8e23 16px solid;
}

/*付属文字の色・サイズの設定*/
h2 span{
	color:#006400; 	
 	font-size:0.5em;
}

/*テーブル文字の色・サイズの設定*/
/*テーブル左右余白（中央配置）の設定*/
table{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

/*表の幅・ボーダー線の設定*/	
td{
	font-size:1.3em;
	width:82%;
	border-bottom:1px dotted #006400;
}

td span{
 	font-size:0.7em;
}


/*男性名文字の配置・色の設定*/
.man{
	text-align:right;
	font-size:1.3em;
	color:#00f;
}		

/*女性名文字の配置・色の設定*/
.woman{
	text-align:right;
	font-size:1.3em;
	color:#c71585; 
}

/*特定文字の配置・色・サイズの設定*/
#bekkan2 {
	color:#ff4500; 
	text-align:center;
}


/*特定文字の配置・色・サイズの設定*/
#cyosaku {
	text-align:center;
}

/*リンク文字の色の設定*/
/*上から未訪問アンダーライン無し・訪問済・オンマウス・マウスを押している*/
	a:link{color:#2f4f4f;text-decoration: none;}
	a:visited{color:#2f4f4f;text-decoration: none;}
	a:hover{color:#ff0000;}
	a:active{color:#ff0000;}

