@charset "utf-8";
body{
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #FFFFEE;
}
#main {
	background-color: #FFFFFF;
	height: 600px;
}

a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
	text-decoration: none;
}
input{
	margin:0 4px 0 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
}
textarea {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	font-style:normal;
	line-height:14px;
	font-weight:normal;
	height: 56px;
}