@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

body{
	width : 800px ;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; 
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}
h1{
	height : 0;
	margin : 0 ;
	padding : 0 ;
	text-indent : -9999px ;
}

h2{
	margin : 15px 0 15px 15px ;
	padding : 10px 0 0 15px ;
	background : url(../img/h2_square.gif)	no-repeat ;
	font-size : 15px ; 
	font-weight : bold ;
}

h3{
	font-size:16px ;
	margin : 1em 0 ;
}
h4{
	font-size:12px ;
	margin : 1em 0 ;
}
h5{
	width : 800px ;
	margin : 2em 0 ;
	padding : 10px ;
	font-size:10px ;
	background-color : #999999 ;
	color : #ffffff ;
	text-align : center ;
}


a:link{
	font-weight:normal; font-style:normal;
	color:#cc0000;
}
a:visited{
	text-decoration:underline; 
	color:#666666;
}
a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:underline; 
	color:#cc0000;
}
p{
	margin : 0 0 0 20px ;
	line-height: 150%;
}
p.br1{
	margin : 5px 0 5px 20px ;
	
}	