/*
-----------------------------------------------------------
	 Body
-----------------------------------------------------------
*/
body {
	padding: 15px 0px 10px 0px;
	margin: 0px;
	background-color:#FFFFFF;

	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#ffCCCC;
	scrollbar-highlight-color:#CCCCD1;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ffE1E1;

	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
}

a:link {
	color:#ff0099;
	text-decoration: none;
}
a:visited {
	color:#ff0099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#ff0099; background-color:#FFE1F8;
}

p {
	margin: 5px 0px 5px 0px;
}
/*
-----------------------------------------------------------
	Standerd Text
-----------------------------------------------------------
*/
.txt_s
 {
	font-size: 8pt;
	color: #999999;
	line-height:1.2em;
	font-weight: normal; } 

.txt_s2
{
	font-size: 8pt;
	color: #ff3399;
	line-height:1.3em;
	font-weight: normal; } 


.txt_s3
{
	font-size: 8pt;
	color: #FF00CC;
	line-height:1.3em;
	font-weight: normal; } 

.txt_s_b
{
	font-size: 8pt;
	color: #666666;
	line-height:1.3em;
	font-weight: bold; } 

.txt_s_bp
{
	font-size: 8pt;
	color: #ff3399;
	line-height:1.3em;
	font-weight: bold; } 

.txt_m {
	font-size: 10pt;
	color: #666666;
	line-height:1.5em;
}
.txt_m2 {
	font-size: 10pt;
	color: #666666;
	line-height:1.2em;
}
.txt_m_b {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	line-height:1.2em;
}
.txt_m_b2 {
	font-size: 10pt;
	color: #ff3399; font-weight: bold;
	line-height:1.5em;
}

.form_style {  border: thin #FF0000 dashed;
		line-height: 1.5em;}
