body {
	font-family: "Hiragino Kaku Gothic Pro","Osaka","Lucida Grande";
	background-image: url(../images/bg.jpg);
}

.text {
	font-size: 75%;
	line-height: 1.3em;
}

.light {
	font-size: 75%;
	line-height: 1.3em;
	color: #999999;
}

.gray {
	color: #999999;
}

a:link { 
	color: #9c0000;
}

a:visited { 
	color: #9c0000; 
}

a:active { 
	color: #9c0000; 
}

a:hover { 
	color: #999999;
}

.eng {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
}

.bold {
	font-size: 120%;
	font-weight: bold;
}

.mark {
	color: #9c0000; 
}


