@charset "Shift_jis";

/*========================================
 
==========================================*/
body {
}

form {
	margin: 0px;
	padding: 0px;
}


div#main {
	padding: 10px;
}


/*========================================
 フォームのテーブル関係
==========================================*/
div#error_area {
	margin: 30px;
	padding: 0px;
	display: none;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}

#form_area td.pp{
    text-align:center;
    padding:30px 0 10px;
    background-color:#fefdfa;
    border:none;
}
#form_area td.pp a{
    color:#008842;
}
#form_area td.pp a:hover{
    text-decoration:underline;
}
#form_area td.botan{
    border:none;
    text-align:center;
    background-color:#fefdfa;
}
#form_area td.botan input{
    border:none;
}
/* 必須マーク */
.hissu {
	color: #FF0000;
	font-size: 13px;
}


/*========================================
 上部メッセージ欄
==========================================*/
div.top_mes {
	padding: 5px;
}


/*========================================
 エラーメッセージ関係
==========================================*/
div#error_area {
	margin: 30px;
	padding: 0px;
	display: none;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}

.w840{
    width:840px;
    margin:20px auto 0;
}
.bg{
    padding:10px;
    background-color:#e9e7de;
}
.pp{
    margin:10px auto 0;
    text-align:center;
}
.pp a{
    text-decoration:none;
    color:#0069D2;
}
table.oto{
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
}
table.oto th, table.oto td{
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
    vertical-align:top;
    padding:15px 15px;
}
table.oto th{
	font-weight:bold;
	text-align:left;
}
table.oto td{
}
td input, td textarea, td select{
    border:1px solid #999;
    background-color:#fcfdf7;
}

table.oto th strong{
    color:#f00;
    margin-right:3px;
}
table.oto td span{
    color:#999;
    margin-left:5px;
    font-size:85%;
}

.red{
    color:#f00;
}
p.dan{
    width:95%;
    margin:20px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.bt-10{
    border-top:10px solid #521910;
}


.formb{
	width:219px;
	height:68px;
	cursor:pointer;
	margin-top:40px;
	background-image:url(../image/contact/con-ok-1.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
}

.formb2{
	width:219px;
	height:68px;
	cursor:pointer;
	margin-top:40px;
	background-image:url(../image/contact/con-ok-2.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
}