
/* style.css */

body{
		font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
		color: #666;
		font-size:10pt;		
		background-image:url(../img/bg/bg_body.gif);
		margin: 0px;
		padding: 0px;
}
h2{
		font-size:120%;
		color:#999;
}
h3{
		font-size:100%;
		margin:5px 0px;
}
h4{
		font-size:90%;
		margin:0px;
		line-height: 1.5em
}

	a{text-decoration:none; font-weight:bold;}
	a:link{color: #666;}
	a:visited{color: #666;}
	a:active{color: #B29CFA;}
	a:hover{color: #B29CFA;}
	
.small {
	font-size:80%;
	font-weight:normal;
}

.xsmall {
	font-size:75%;
	font-weight:normal;
}
