.form{
	padding:0px;
	margin:0px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 11px;
	color: #666666;
}
.form p{
	margin-bottom:10px;
}
.textfield{
	border:0;
	padding:0px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
input:focus {
    border:solid 1px #EEA34A;
}
.submit{
	background-color:#ddd;
	border:solid 1px #666;
	padding:5px 20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.submit:hover{
	background-color:#eee;
	color:#FF7900;
}
#sidebar{
	position:absolute;
	top:250px;
	right:0px;
}
#sidebar2{
	width:80px;
	height:80px;
	background:url(images/gotop.png) no-repeat;
	position:absolute;
	top:250px;
	left:0px;
}
#sidebar2:hover{
	background:url(images/gotop_ov.png) no-repeat;
}