@charset "UTF-8";

body{
	//margin-left:40px;
	//width:560px;
	overflow-x:hidden;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}
#contents{
	width:600px;
	height:100%;
	color:#666;
	font-size:90%;
}
p{
	text-align:center;
	letter-spacing:1px;
}
p#chui{
	font-weight:normal;
	font-size:12px;
}

p#top{
	line-height:150%;
	margin-bottom:20px;
	margin-left:-35px;
}

.title{
	clear:both;
	border-left-width:5px;
	border-left-style:solid;
	border-color:#1DA2C1;
	line-height:24px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:5px;
}
span{
	margin-left:10px;
	font-size:10px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}
span.must{
	margin:0px;
	font-size:12px;
	color:#1DA2C1;
}
input.radio{
	margin-bottom:20px;
	margin-left:20px;
}
input.normal_input,input.short_input{
	height:20px;
	margin-bottom:10px;
}
input.normal_input{
	width:580px;
}
input.short_input{
	width:190px;
}

textarea{
	width:580px;
	height:100px;
}


#buttom_set{
	margin-top:20px;
	width:580px;
	text-align:center;
}
button {
	border:0;
	background:none;
	cursor:pointer;
}
table{
	margin-top:20px;
	width:580px;
	border-collapse:collapse;
}

td{
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:10px;
	font-size:90%;
	color:#666;
	vertical-align:middle;
}
td.td_head{
	width:180px;
}
