body{
	background: #987c78;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	margin: 0;
	color: #544;
}
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;
}

img{
	border: 0;
	margin: 0;
}
div.line{
	text-align: right;
	padding-top: 5px;
	border: dashed #655;
	border-width: 1px 0 0 0;
}

table.order{
	width: 800px;
	background: url('img/item.jpg') left center no-repeat;
	padding: 5px 6px;
}
table.order_s{
	width: 750px;
	background: url('img/discimages.jpg') left bottom no-repeat;
	border: dotted #000;
	border-width: 1px;
	padding: 5px 6px;
}
table.exp{
	padding: 8px 0;
	width: 400px;
	border: 1px dotted #888;
	font-size: 8pt;
	margin-bottom: 6px;
	line-height: 1.75em;
}
td.exp{
	width: 80px;
	text-align: center;
	padding: 0;
}
td.exp2{
	width: 320px;
	text-align: left;
	padding: 0;
}
tr.expsp{
	height: 8px;
}
#header{
	width: 100%;
	height: 500px;
	background: url('img/background.jpg') repeat-x;
	border: solid #1f1919;
	border-width: 18px 0 0 0;
	margin: 0;
	text-align: center;
}
div.sorder{
	width: 800px;
	height: 80px;
	background: url('img/credit.jpg');
	vertical-align: bottom;
}
div.sorder2{
	width: 800px;
	height: 80px;
	background: url('img/name.jpg');
	vertical-align: bottom;
}

table.frame{
	width: 880px;
	background: url('img/table_back_middle.jpg') repeat-y;
}
td.frame{
	width: 880px;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	padding: 16px 40px;
}
td.frame_bottom{
	height: 38px;
	background: url('img/table_back_bottom.jpg') no-repeat;
}
td.full{
	width: 880px;
	padding: 15px;
}
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.tokutei{
	width: 800px;
	font-size: 11px;
	margin: 0;
}
td.tokutei{
	width: 200px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
td.tokutei2{
	width: 600px;
}

p.box{
	width: 795px;
	padding: 0 0 16px 5px;
}


span.red{
	font-weight: bold;
	color: #b00;
}
span.blue{
	font-weight: bold;
	color: #004c99;
}
span.line_left{
	font-weight: bold;
	color: #b00;
	background: url('img/line_left.jpg') left 10px no-repeat;
}
span.line_right{
	font-weight: bold;
	color: #b00;
	background: url('img/line_right.jpg') right 10px no-repeat;
}
strong{
	color: #000;
}

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

/* FOOTER固定 */

html, body, #wrap{
	margin-bottom: 1px;
	height: 100%;
}
body > #wrap{
	height: auto;
	min-height: 100%;
}
#main{
	padding-bottom: 20px;
}
#footer{
	background: #1f1919;
	position: relative;
	margin-top: -20px;
	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 li{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 2em;
	background: url('img/ul_cursor.gif') no-repeat left 7px;
	padding-left: 13px;
}