body{
	background: #009cd1 url('img/background.jpg') right bottom no-repeat fixed;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	background: #f0c000 url('img/background.jpg') right bottom no-repeat fixed;
	font-size: 14px;
	margin: 0;
	color: #333;
}
h2{
	font-size: 16px;
	margin-left: -25px;
	padding: 5px 0 0 25px;
	margin-bottom: 25px;
	background:#500;
	color: #fff;
}
h2.red{
	background: #b60000;
}
h3{
	font-size: 13px;
	margin-right: -25px;
	margin-bottom: 25px;
	padding: 5px 0px 0 5px;
	background: #500;
	color: #fff;
}
table.exp{
	width: 800px;
	margin: 0;
	border: 1px solid #000;
}

img{
	border: 0;
	margin: 0;
}
img.wide{
	margin: 0 -50px;
}
img.bp{
	margin-top: 6px;
	margin-right: 12px;
}
img.tp{
	margin-top: -5px;
	margin-left: -5px;
	margin-bottom: 8px;
}
div.line{
	text-align: right;
	padding-top: 5px;
	border: dashed #655;
	border-width: 1px 0 0 0;
}

#header{
	width: 100%;
	height: 16px;
	margin: 0;
	text-align: center;
	background: #000;
}
#header2{
	width: 100%;
	height: 16px;
	margin: 0;
	text-align: center;
	background: #000;
}
div.sorder{
	width: 800px;
	height: 80px;
	background: url('img/credit.jpg') no-repeat;
	vertical-align: bottom;
	text-align: right;
}
div.sorder2{
	width: 800px;
	height: 80px;
	background: url('img/name.gif') no-repeat;
	vertical-align: bottom;
	text-align: right;
}

table.frame{
	width: 850px;
	background: #fff;
}
td.frame{
	width: 850px;
	font-size: 14px;
	line-height: 2.5em;
	text-align: left;
	padding: 16px 25px;
}
td.full{
	width: 850px;
	line-height: 2em;
	padding: 0;
}
table.inner{
	width: 800px;
	margin-bottom: 16px;
}
td.inner{
	padding: 5px;
	border: 1px solid #500;
}
td.inner_top{
	padding: 5px 5px 0 32px;
	color: #fff;
	font-weight: bold;
	background: #500 url('img/inner_top_back.jpg') no-repeat;
}
td.inner_top2{
	padding: 5px 5px 0 5px;
	color: #fff;
	font-weight: bold;
	background: #500;
}
table.list{
	width: 800px;
	height: 200px;
	border: 1px solid #000;
	background: url('img/list_back.gif') no-repeat;
}
td.list{
	text-align: right;
	vertical-align: bottom;
}
input.txt{
	width: 250px;
}
input.sub{
	width: 260px;
	margin-right: -2px;
}

table.tokutei{
	width: 800px;
	font-size: 11px;
	margin: 0;
}
td.tokutei{
	width: 200px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
td.tokutei2{
	width: 600px;
}
img.voice{
	margin-bottom: 12px;
}
p.voice{
	width: 793px;
	padding: 5px 0 0 5px;
	border: 1px solid #000;
	margin-bottom: 25px;
}
p.pre{
	width: 793px;
	padding: 5px 0 0 5px;
	border: 1px solid #000;
	margin-bottom: 25px;
}

span.red{
	font-size: 16px;
	font-weight: bold;
	color: #f40;
}
span.blue{
	font-size: 16px;
	font-weight: bold;
	color: #006fab;
}
span.line_left{
	font-weight: bold;
	background: url('img/line.png') left 16px repeat-x;
}
span.line_right{
	font-weight: bold;
	color: #b00;
	background: url('img/line_right.jpg') right 10px no-repeat;
}
strong{
	font-size: 16px;
	color: #000;
}

a{
	font-size: 12px;
	color: #009cd1;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.footer{
	color: #009cd1;
}
img.order:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
}
img.disc{
	margin-right: 12px;
}

/* FOOTER固定 */

html, body, #wrap{
	margin-bottom: 1px;
	height: 100%;
}
body > #wrap{
	height: auto;
	min-height: 100%;
}
#main{
	padding-bottom: 20px;
}
#footer{
	background: #000;
	position: relative;
	margin-top: -21px;
	height: 20px;
	clear: both;
}
#footer_in{
	width: 850px;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	text-align: right;
	color: #fff;
	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;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.check{
	border: 1px solid #ccf;
	padding-left: 12px;
}
ul.check2{
	border: 1px solid #ccf;
	padding-left: 12px;
	background: url('img/ul_back.jpg') no-repeat right;
}
ul li{
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 2em;
	background: url('img/point.gif') no-repeat left 9px;
	padding-left: 24px;
	padding-top: 3px;
	margin-bottom: 8px;
}

li.people{
	background: url('img/people.gif') no-repeat;
	list-style-type: none;
	font-weight: bold;
	height: 32px;
	padding-top: 4px;
	padding-left: 42px;
	color: #fff;
}
li.q1{
	background: url('img/q1.gif') no-repeat;
	list-style-type: none;
	font-weight: bold;
	height: 32px;
	padding-top: 3px;
	padding-left: 42px;
	color: #fff;
}
li.q2{
	background: url('img/q2.gif') no-repeat;
	list-style-type: none;
	font-weight: bold;
	height: 56px;
	padding-top: 3px;
	padding-left: 42px;
	color: #fff;
}