body{
	background: url('img/background.gif') fixed;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	margin: 0;
	color: #113;
	
}

h2{
	font-size: 20px;
	margin: 0;
	padding: 5px 0 0 10px;
	letter-spacing: 0.25em;
	margin-bottom: 25px;
	background:#003366;
	color: #e5e5e5;
}
h3{
	font-size: 18px;
	margin: 0;
	letter-spacing: 0.25em;
	margin-bottom: 0;
	background:#003366;
	padding: 10px 0 5px 25px;
	color: #e5e5e5;
}

h4{
	font-size: 23px;
	color: #003366;
}

h5{
	font-size: 25px;
}

img.one{
	margin: 0 0 90px 0 ;
}


img.two{
	margin: 0 0 70px 50px ;
}

img.three{
	margin: 0 0 -50px 50px ;
}
img{
	border: 0;
	margin: 0;
}
img.right{
	margin-top: -2px;
}
img.brep{
	margin-top: -23px;
}

table.frame{
	width: 880px;
	margin: 0;
	background: #fff url('img/table_back.gif') top center repeat-y;
	border: #3e82b0 solid;
	border-width: 0 1px;
	position: relative;
	z-index: 9998;
}
td.full{
	width: 880px;
	text-align: center;
	padding: 0;
}
td.full2{
	width: 880px;
	background: #036;
	height: 28px;
}
td.frame{
	width: 880px;
	font-size: 16px;
	line-height: 31px;
	text-align: left;
	padding: 16px 40px 0 40px;
}

input.txt{
	width: 250px;
}
input.sub{
	width: 260px;
	margin-right: -2px;
}

table.tokutei{
	width: 798px;
	font-size: 11px;
	margin: 0;
}
td.tokutei{
	width: 200px;
	text-align: right;
	padding-right: 16px;
	color: #000;
	font-weight: bold;
}
td.tokutei2{
	width: 598px;
	padding-bottom: 24px;
}

span.red{
	font-weight: bold;
	color: #f06;
}
span.blue{
	font-weight: bold;
	color: #069;
}
strong{
	color: #000;
}
u{
	font-weight: bold;
}
a.to{
 font-size: 15px;
}
a{
	color: #030;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.footer{
	font-size: 10px;
	color: #013;
}
p.border{
	padding: 25px;
	border: 1px dotted;
	border-color: #069;
}

p.border2{
	width: 748px;
	margin: 0;
	padding: 25px;
	border: solid #82b1f4;
	border-width: 0 2px 2px 2px;
}

/* FOOTER固定 */

html, body, #wrap{
	margin-bottom: 1px;
	height: 100%;
}
body > #wrap{
	height: auto;
	min-height: 100%;
}
#header{
	background: #fbf4e2 url('img/header_back.gif') top center repeat-x;
	position: relative;
	height: 300px;
	clear: both;
}
#header_in{
	width: 880px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	text-align: right;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#main{
}
#mainover{
	width: 878px;
	height: 100%;
	top: 100%;
	left: 50%;
	margin-top: -33px;
	margin-left: -440px;
	clear: both;
	position: fixed;
	z-index: 9999;
	border: #3e82b0 solid;
	border-width: 0 1px;
}
img.mainover{

}
#copy{
	width: 880px;
	position: relative;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: -440px;
	text-align: center;
	color: #013;
	font-size: 10px;
	font-weight: bold;
}

.clearfix: after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}

* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}

span.frame{
	position: absolute;
	display: none;
	text-indent: -9999;
	cursor: pointer;
	z-index: 999;
	margin: -50px 0 0 79px;
	left: 50%;
}
div.order{
	text-align: right;
}
a.order{
	position: relative;
	z-index: 1000;
}

li.question{
	background: url('img/q.gif') left top no-repeat;
	padding-left: 78px;
	padding-top: 30px;
	margin-bottom: 16px;
	font-weight: bold;
	color: #26d;
	border: solid #ccf;
	border-width: 1px 0 0 0;
	list-style-type: none;
}

li.question2{
	background: url('img/q.gif') left top no-repeat;
	padding-left: 78px;
	padding-top: 30px;
	margin-bottom: 16px;
	margin-left: 0;
	font-weight: bold;
	color: #26d;
	list-style-type: none;
}

li.answer{
	background: url('img/a.gif') left top no-repeat;
	padding-left: 78px;
	padding-top: 30px;
	margin-bottom: 32px;
	list-style-type: none;
}