@charset "utf-8";
#contents { width: 960px; margin-right: auto; margin-left: auto; }
#title_intro { text-indent: -9999px; background-image: url(../images/title_intro.gif); background-repeat: no-repeat; background-position: 0px 0px; height: 34px; overflow: hidden; }
.contents_title { margin-bottom: 10px; text-indent: -9999px; overflow: hidden; height: 38px; width: 718px; background-repeat: no-repeat; background-position: 0px 0px; }
.text_green { color: #ff0000; }
#contents_intro { margin-top: 20px; }
.form_block { margin-top: 30px; }
.form_block h3 { background-image: url(../../common/images/dot_line.gif); background-repeat: repeat-x; background-position: 0px 22px; font-weight:normal; margin-bottom: 10px; }
#submit_button { width: 100%;margin: 0 auto; margin-top: 30px; text-align:center; }
#submit_button ul li{ float:left;margin-left:15px}

.form_block label{cursor: pointer;}


#infobox{
	background:#f2f3f5;
	padding:10px 20px;
	margin:20px 0 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#fff 3px solid;
	box-shadow:1px 1px 1px 1px #e1e1e1;
}

#infobox h3{
	color:#e92600;
}

#infobox p{
	font-size:93%;
}