body {
	margin: 0px;
	background-color: #FFFFFF;
}
a:link		{
	color:#FFFF00;
	text-decoration: none
}
a:visited	{color:#FFFF00;text-decoration: none}
a:active	{color:#FFFF00;text-decoration: none}
a:hover		{color:#FFFF00;text-decoration: underline}

.memo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color:#464646;
	font-weight: bold;
}
.memo_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color:#bd0d0d;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 100%;
	color:#2d2d2d;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color:#7d8aaa;
}
.textfield_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#2d2d2d;
}
.textfield_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color:#2d2d2d;
}
.textfield_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	color:#2d2d2d;
}
.textfield_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color:#cacaca;
}
.textfield_red_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#ff0000;
	font-weight: bold;
}
.textfield_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color:#fff000;
}
.textfield_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#980000;
}
.textfield_red_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	color:#ff0000;
}
.textfield_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color:#f03c25;
}
.vote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 100%;
	color:#fff002;
}
.vote_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 100%;
	color:#ff0000;
}
.body_bg {
	background-image:url(../images/body_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
