
@import "font.css";
@import "link.css";

/*==base==*/


body{
	margin:0;
	padding:0;
	background-color:inherit;
	background:url(imgs/common/body_back.jpg) repeat-y center top;
	list-style-type:none;
	font-weight:normal;
	font-size: 10px;
	line-height:145%;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka;
	text-decoration:none;
}

/*==link==*/

a:link{color: #333333;}
a:visited{color: #333333;}
a:active {color: #333333;}
a:hover {color:#333333; text-decoration:none;}
