@charset "UTF-8";

.main {
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	background-color: #860001;
}

.main h1 {
	padding-top: 5px;
}

.main h3 {
	margin-top: 5px;
}

h2.t_bg {
	height:26px;
margin-top: 10px;
	text-align: left;
background: url(../img/t_bg.gif) repeat-x;
	border-top: 2px solid #BF925B;
	border-bottom: 2px solid #BF925B;
}

.catch {
    font-size:14px;
	width: 90%;
margin: 5px auto;
	padding: 8px;
	text-align: left;
	border: 2px solid #BF925B;
	background: #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.appbtn a {
color:#ffffff;
font-size:12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	margin: 5px auto;
	padding-top: 5px;
	border: none;
background: -moz-linear-gradient(bottom, #AB7137, #B28E69);
background: -webkit-gradient(linear, center bottom, center top, from(#AB7137), to(#B28E69));
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	width: 95%;
height: 20px;
	text-align: center;
display: block;
}

.det {
    font-size:12px;
	width: 90%;
margin: 0 auto 10px auto;
	padding: 2px 8px;
	text-align: left;
	background-color: #ffffff;
	border-left: 2px solid #660000;
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
}

p.sum {
	width: 145px;
	height: 24px;
margin: -15px 0 0 -15px;
	background: url(../img/sum.png) no-repeat;
	text-indent: -9999px;
}

.det ul li {
	margin: 0 5px;
	padding: 5px 5px;
}

.sum_txt {
	color: #000000;
	font-weight: bold;
}

.sum_txt2 {
	color: #ff0000;
	font-weight: bold;
font-size:14px;
}

.sum_txt3 {
	color: #9E0B0E;
	font-weight: bold;
}

a.link_txt {
	color: #0000FF;
	text-decoration: underline;
}

.sum_icon {
	text-align: center;
	color: #660000;
	width: 70%;
	margin: 0 0 5px -25px;
	padding: 2px;
	background-color: #D8AC77;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.btn_area {
	border-top: 2px solid #BF925B;
	border-bottom: 2px solid #BF925B;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.btn a {
color:#ffffff;
font-size:14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	margin: 15px auto;
	padding-top: 15px;
	border: none;
background: -moz-linear-gradient(bottom, #AB7137, #B28E69);
background: -webkit-gradient(linear, center bottom, center top, from(#AB7137), to(#B28E69));
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	width: 95%;
height: 30px;
	text-align: center;
display: block;
}

