@charset "utf-8";
#title_back {
	background-image: url(../imgs/title_back.jpg);
	background-repeat: repeat-x;
	background-position: 50%;
}
#st {
	width: 825px;
	height: 30px;
	margin-top: 70px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 80px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}
#list {
	height: auto;
	width: 840px;
	float: left;
	text-align: left;
	margin-left: 80px;
	line-height: 30px;
}
#list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#list li  {
	margin: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#list li#hn1 {
	height: auto;
	position : relative;
	width: 155px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#list li#hn2 {
	height: auto;
	position : relative;
	width: 670px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#list li#hn3 {
	height: auto;
	position : relative;
	width: 670px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-left: 170px;
}
#list li#hn4 {
	position : relative;
	text-align: center;
	padding-bottom: 30px;
}
#list li#hn5 {
	position : relative;
	padding: 0px;
	height: 0px;
}
#list li#hn6 {
	height: auto;
	position : relative;
	width: 825px;
	padding-left: 15px;
}
#list li#hn4 img {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
}
#btnbox {
	height: auto;
	width: 880px;
	float: left;
	margin-left: 60px;
	margin-bottom: 75px;
	text-align: center;
}
#btnbox img {
	width: 195px;
	margin-left: 10px;
	margin-bottom: 75px;
	margin-right: 10px;
}
.text_hissu {
	color: #FFF;
	font-size: 10px;
	background-color: #900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari and Chrome */
	border-radius: 2px;
	behavior: url(border-radius.htc);
}

/* フォーム ---------------------------------------------------------- */
textarea{
	width:95%;
	height:200px;
	font-size:14px;
}
.textform{
	width:50%;
	font-size:14px;
}
.textform2 {
	width:95%;
	font-size: 14px;
}
.postal{
	width:30%;
	font-size:14px;
}
.postal2{
	width:30%;
	font-size:14px;
}
select{
	width:30%;
	font-size:100%;
	padding:5px;
	margin-bottom:8px;
	font-size:14px;
}
.formErrorContent{
	font-size:15px;
}
.radio{
	width:20px;
	height:15px;
}
#submit_button,#reset_button{
	cursor:pointer;
}
.img_alpha:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.inputdata{
	color:#438cb5;
	font-weight:bold;
}
select[disabled="disabled"],input[disabled="disabled"],textarea[disabled="disabled"]{
	background-color:#eee;
}
#thanks{
	clear:both;
	width: 840px;
	margin:0px auto;
	padding-left:50px;
	padding-top:10px;
}