/* ---------------------------------- */
/*  common                            */
/* ---------------------------------- */
* {
	font-family:verdana, arial, helvetica, sans-serif, ‚l‚r ‚oƒSƒVƒbƒN, OSAKA;
}

body {
	background-color		:#FFFFFF;
	background-position		:0px 0px;
	background-image		:url(../img/bg.gif);
	background-repeat		:repeat-y;
	margin					:0px;
	padding					:0px;
	color					:#333333;
}


/* text */

.fxs{}
.fs{}
.fm{}
.fl{}
.fxl{}
.fxs1{}
.fs1{}
.fs2{}
.fm1{}
.fm2{}
.fm3{}
.fl1{}
.fl2{}
.fxl1{}


/* Link*/

a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #0000FF;
	text-decoration: underline;
}
a:active{
	color: #0000FF;
	text-decoration: none;
}

a.blue:link{
	color: #003366;
	text-decoration: underline;
}
a.blue:visited{
	color: #003366;
	text-decoration: underline;
}
a.blue:hover{
	color: #0000FF;
	text-decoration: underline;
}
a.blue:active{
	color: #0000FF;
	text-decoration: none;
}

