/* CSS Document */
body{
	margin:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: ffffff;
	font-family:Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


.a12
	{
	font-family:Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:normal;
	color:#333333;
	text-decoration: none;
	}

.w12
	{
	font-family:Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:normal;
	color:#ffffff;
	text-decoration: none;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
}

html {
overflow-y: hidden;
}
.inputbox {
	border: 2px solid #FFCCFF;
	margin-bottom: 2px;
}

.inputbox:hover, .inputbox:focus {
	border-color: #CCFF00;
}
