@charset "utf-8";
/* CSS Document */


/* font_text */
.style1{
	font-size:small;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	vertical-align: bottom;
}
.style2{
	font-size:small;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
}
.style3{
	font-size:24px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	font-weight: bolder;
}
.style4{
	font-size:medium;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	font-weight: bolder;
}
.style5{
	font-size:16px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	font-weight: bolder;
}
.style6{
	font-size:small;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	font-weight: bold;
}


/* font_other */

.updatebox{
	font-size:small;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
}

.copyright{
	font-size:x-small;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
}


/* link_large */

a.pinklink_L {
	font-size:medium;
	color: #FF3366;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	vertical-align: bottom;
}
a.pinklink_L:hover {
	font-size:medium;
	color: #3366FF;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	vertical-align: bottom;
}
a.pinklink_L:visited {
	font-size:medium;
	color : #FF3366;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	vertical-align: bottom;
}
/* link_small */

a.pinklink {
	font-size:small;
	color: #FF3366;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	vertical-align: bottom;
}
a.pinklink:hover {
	font-size:small;
	color: #3366FF;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	vertical-align: bottom;
}
a.pinklink:visited { 
	font-size:small;
	color : #FF3366 ; 
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic";
	vertical-align: bottom;

}
