@charset "Shift_JIS";


/*------------------------------
spacer
------------------------------*/
.spacer5 {
clear: both;
width: auto;
height: 5px;
} 
.spacer10 {
clear: both;
width: auto;
height: 10px;
} 
.spacer20 {
clear: both;
width: auto;
height: 20px;
} 
.spacer30 {
clear: both;
width: auto;
height: 30px;
} 
.spacer40 {
clear: both;
width: auto;
height: 40px;
} 
.spacer50 {
clear: both;
width: auto;
height: 50px;
} 
.spacer100 {
clear: both;
width: auto;
height: 100px;
} 



/*------------------------------
html elements
------------------------------*/
body {
	color: #000000;
	font-size: 14px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div, form, img, ul, th     {
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  border: none;
  margin: 0px;
  padding: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #FF99CC;
	text-decoration: none;
}
a:active {
	color: #FF99CC;
	text-decoration: none;
}
