Body{
	width: 800px ;
	margin: 24px ;
	color: #333333 ;
	background-color: #cccc99 ;
	font-family: "HiraKakuPro-W3", "HeiseiKakuGothic-w5", sans-serif ; 
	font-size:1.05em;
	line-height:1.5em;
	}

A:link{ color: #990000 ; }
A:visited{ color: #990000 ; }
A:active{ color: #990000; background-color: #ffffff ; }
A:hover{ color: #990000; background-color: #ffffff ; }


H1{
	font-size: 1.3em; font-weight: bold ;
	font-family:"HiraKakuPro-W6", "HeiseiKakuGothic-w5", sans-serif ; 
	background-color:#ffffff;
}
H2{
	font-size: 1.20em; font-weight: bold ;
	font-family:"HiraKakuPro-W6", "HeiseiKakuGothic-w5", sans-serif ; 
	color:#ffffff; background-color:#000000;
	padding:0.25em 0 0 0.5em;
	height:32px;
}
H3{
	font-size: 1.15em; font-weight: bold ;
	font-family:"HiraKakuPro-W6", "HeiseiKakuGothic-w5", sans-serif ; 
	background-color:#ffffff;
	padding:0.25em 0 0 0.5em;
}
H4{
	font-size: 1.10em;  font-weight: bold ;
	font-family:"HiraKakuPro-W6", "HeiseiKakuGothic-w5", sans-serif ; 
	background-color:#ffffff;
	padding:0.1em 0 0 0.5em;
}
H5{
	font-size: 1.05em; font-weight: bold ;
	font-family:"HiraKakuPro-W6", "HeiseiKakuGothic-w5", sans-serif ; 
	padding:0.1em 0 0 0.5em;
}
H6{
	font-size: 1.00em; font-weight: bold ;
	font-family:"HiraKakuPro-W6", "HeiseiKakuGothic-w5", sans-serif ; 
}

p{
	font-family:"HiraKakuPro-W3", "HeiseiKakuGothic-w3", sans-serif ; 
	margin:1em;
}


/*
Win Mac 標準フォント一覧
Arial、Arial Black、Comic Sans MS、Courier、Courier New、Impact、Times New Roman、Verdana、 Georgia、Symbol、Webdings
*/

.arial{
	font-family: 'arial';
}

.arial_n{
	font-family: 'arial narrow';
}

.arial_b{
	font-family: 'arial black';
}


.verdana{
	font-family: 'Verdana';
}

