@charset "utf-8";
body {
	font-size:12px;
	font-family: Verdana, Arial, ＭＳ Ｐゴシック, Osaka;
	color:#333333;
	background-color:#FFFFFF;
}

A.nomal:link  {
	color: #9900FF;
	text-decoration: none
}
A.nomal:visited  {
	color: #CC00FF;
	text-decoration: none
}
A.nomal:hover  {
	color: #FF3300;
	text-decoration: underline
}
A.nomal:active  {
	color: #FF00FF;
	text-decoration: none
}
input {
	font-size: 12px;
}
#title {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 20px;
	padding: 3px;
	width: 400px;
}
#sample_box {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#sample_box #form_title {
	color: #FFFFFF;
	background-color: #6666CC;
	padding: 5px;
	margin-bottom: 20px;
}
