@charset "Shift_JIS";

H1{
    
    
	text-align : center;

	border-top-width : 6px;
	border-bottom-width : 6px;
	border-top-style : groove;
	border-bottom-style : ridge;
	border-top-color : #229933;
	border-bottom-color : #229933;


}
H2{
    
    
	text-align : center;

	border-top-width : 4px;
	border-bottom-width : 4px;
	border-top-style : groove;
	border-bottom-style : ridge;
	border-top-color : #8888ff;
	border-bottom-color : #8888ff;
}

H3 {
    
 
	border-left-width : 24px;
	border-bottom-width : 1px;
	border-left-style : solid;
	border-bottom-style : solid;
	border-left-color : #229933;
	border-bottom-color : #229933;

}

H4 {
    
    
	border-left-width : 18px;
	border-bottom-width : 1px;
	border-left-style : solid;
	border-bottom-style : solid;
	border-left-color : #8888ff;
	border-bottom-color : #8888ff;
}

H5 {
    
    
	border-left-width : 12px;
	border-left-style: solid;
	border-left-color : #229933;
	background-color : #ddffdd;
}

H6{
    
    
	
	border-left-width : 6px;
	border-left-style: solid;
	border-left-color : #8888ff;
	background-color : #ddddff;

}