@charset "UTF-8";
/* CSS Document */

#box{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#box_top {
	background-image: url(../img/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
#box_bottom {
	background-image: url(../img/content_bg_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
#box_content h2 {
	background-image: url(../img/inquiry_h2.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 940px;
	text-indent: -9999px;
	margin-bottom: 20px;
	font-size: 160%;
}

#box_bottom li {
	padding-left: 10px;
}
#box_content {
	background-image: url(../img/content_bg_center.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#cont_box {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.cont_top {
	background-image: url(../img/cont_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 940px;
	padding-top: 30px;
}
.cont_bottom {
	width: 940px;
	background-image: url(../img/cont_bg_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.cont_center h3 {
	font-size: 160%;
	padding-bottom: 20px;
}

.cont_bottom li {

}

.cont_center {
	background-image: url(../img/cont_bg_center.png);
	background-repeat: repeat-y;
	width: 860px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	overflow: hidden;
	
}
.pankuzu {
	background-image: url(../img/content_bg_center.png);
	background-repeat: repeat;
	background-position: center top;
	padding-left: 30px;
}

.instbox{
	padding: 20px;
	background-color:#eee;
	overflow: hidden;

}



.instimg {
    float: left;
    margin-bottom: 25px;
    margin-right: 10px;
}


h3 {

	font-family:"Times New Roman", Times, serif;

	clear: both;

}

.form_p{
	line-height: 1.6em;
	padding: 0px 0px 10px 20px;
	width: 820px;
}

/*form
------------------------------------------------------*/
#form {
	width: 100%;
	padding-top:30px;
}

#form dl {
	overflow: hidden;
	width: 700px;
	display:block;
	margin:0 auto;
}

#form dt {
	background-color: ;
	float: left;
	width: 180px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#form dd {
	float: left;
	width: 480px;
	margin: 0px;
	line-height: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}

.dd_text {
	float: left;
	width: 400px;
	margin: 0px;
	line-height: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.color_orange {
	color: #C09;
}

.color_gray {
	color: #999;
}

.font12{
	font-size:14px;
	}

.textfield_bg{
	width: 400px;
	background-image: url(../img/form_bg.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 10px;
	height: 20px;
	background-color: transparent;
	font-size:12px;
    border: medium none;
}

.textfield_bg2{
	width: 150px;
	background-image: url(../img/form_bg2.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 10px;
	height: 20px;
	background-color: transparent;
	font-size:12px;
    border: medium none;
}

.textarea_bg {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/form_text_bg.png");
    background-repeat: no-repeat;
    border: medium none;
    font-size: 12px;
    height: 150px;
    overflow: auto;
    padding: 10px;
    width: 380px;
}

textarea {
    resize: none;
}

#select {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/form_select_bg.png");
    background-repeat: no-repeat;
    height: 28px;
    outline: medium none;
    padding: 1px 0 0 10px;
    width: 400px;
	font-size:14px;
}

.form_title_left {
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 190px;
	text-align: right;
}
.form_title_left_color {
	float: left;
	clear: both;
	color: #F60;
	width: 190px;
	text-align: right;
}

input#submit {
    background: url(../img/info_bt.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    outline: medium none;
    text-indent: -9999px;
    width: 760px;
	padding-top:135px;
}

input#submit:hover {
	background:url(../img/info_bt.png) no-repeat;
	background-position: 0px -150px;
	outline:none;
}

input#submit:active {
	background:url(../img/info_bt.png) no-repeat;
	background-position: 0px -300px;
	outline:none;
}
input#submit_2 {
    background: url(../img/info_bt2.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    outline: medium none;
    text-indent: -9999px;
    width: 760px;
	padding-top:135px;
}

input#submit_2:hover {
	background:url(../img/info_bt2.png) no-repeat;
	background-position: 0px -150px;
	outline:none;
}

input#submit_2:active {
	background:url(../img/info_bt2.png) no-repeat;
	background-position: 0px -300px;
	outline:none;
}
#puterror{
	border: 2px solid #F00;
	padding: 20px;
	font-size: 120%;

}

#puterror h4{
	color: #F00;
	padding-bottom: 10px;
	font-weight: bold;
}

#puterror span {
	line-height: 1.8em;
	font-style: italic;
	color: #F60;
}

.thank {
	font-size: 110%;
	padding: 20px;
	border: 1px dotted #F60;
}
