/*全ページ共通フォント*/
.style1 {
	font-size: 9px;
}
.style2 {
	font-size: 10px;
}
.style3 {
	font-size: 11px;
}
.style4 {
	font-size: 12px;
}
.style5 {
	font-size: 14px;
}
body {
	text-align: center;
	vertical-align: middle;
	color: #000000;

}

#header h1{
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #FF99FF;
}
#header h2{
	float: left;
	font-size: 10px;
	font-weight: normal;
}
#header p{
	float: right;
	font-size: 10px;
	font-weight: normal;
}
#header a{
	font-size: 10px;
	font-weight: normal;
}
#header {
	text-align: left;
}
#NEW a{
	font-size: 10px;
}
