html, body
{
	margin : 50px 0px 0px 0px;
	background-color : #ffffff;
	font-family: "メイリオ", Tahoma, Osaka, "MS PGothic", "MS Gothic", Gothic;
	font:#ff0000;
	font-size : 10pt;
	text-align : center;
	/*overflow-x : hidden;	*/
}

.red
{
	color : #FF0000;
}

.blue
{
	color : #00A0E9;
}

a
{
	color : #A3A2A2;
	text-decoration : none;
}

a:hover
{
	color : #00A0E9;
	text-decoration : underline;
}

a:visited
{
	color : #A3A2A2;
}

img
{
	border : none;
}

.content
{
	width : 309px;
	margin-left : auto;
	margin-right : auto;
	color : #434343;
}

.headimg
{
	vertical-align:middle;
}