body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	display:block;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 0px 0px 0px 0px;
	margin: 0px;
	background: #fff;
}
html {	
	-webkit-text-size-adjust: 100%;
	}
input[type="radio"] {
	font-size:x-large;height:30px;width:30px;
	}
input[type="checkbox"] {
	font-size:x-large;height:30px;width:30px;
	}
img {
	max-width: 100%;
	height: auto;
	}
h1{
	padding:.15px;
	color:#CCCCCC;
	font-size:20px;
	text-align:center;
	}
a {
	text-decoration: none;
	}
.clear {
	clear:both;
	}
.clear hr {
	display:none;
	}
.sitetitle {
	margin: 0;
	padding: 5px;
	height: 45px;
	text-align: center;
	font-size: 1em;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));
	background: linear-gradient(#ececec, #fff);
	overflow: hidden;
}
#pan{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight:bold;
}
#pan ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#pan li{
	float:left;
}
#form {
	width: 100%;
	margin: 0;
	padding: 0;
	float:left;
	overflow: hidden;
	}
#form ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#forn li{
	padding: 5;
}
.inputname{
	margin: 0;
	padding: 5px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#efefef));
	background: linear-gradient(#ececec, #efefef);
	overflow: hidden;
}
.SBTN {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	font-weight: bold;
	color: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #dddddd),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.BACKBTN {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	font-weight: bold;
	color: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #eeeeee),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.NEXTBTN {
	cursor:pointer;
	text-align: center;
	width: 100px;
	padding: 5px;
	margin: 5px;
	font-size : 15px;
	font-weight: bold;
	color: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #eeeeee),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.textareain {
	width: 95%;
	}
.textin {
	width: 95%;
	}