@charset "UTF-8";
@import url("../../common/css/common.css");
#wrapper {
	width: 680px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	font-size: 20px;
	background: url(../../common/images/h3_bg_01.gif) no-repeat;
	margin: 0 0 30px;
	padding: 25px 0 0 0;
}
h2{
	color: #FFF;
	font-size: 17px;
	background: #000;
	border-left: solid 8px #E30202;
	margin: 0 0 20px;
	padding: 3px 0 3px 15px;
}
h3{
	font-weight: bold;
	border-left: solid 5px #E30202;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.totop {
	font-size: 12px;
	text-align: right;
	margin: 20px 0 0 0;
}
.totop a {
	background: url(../images/popup/totop_s_01.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.close {
	text-align: center;
	margin: 0 0 20px;
}
ul.lnavi {
	margin: 0 0 30px;
}
ul.lnavi li {
	background: url(../images/popup/lnavi_s_01.gif) no-repeat left center;
	margin: 0 30px 0 0;
	padding: 0 0 0 20px;
	float: left;
}
ul.lnavi li a:link, ul.lnavi li a:visited { text-decoration: none; }
ul.lnavi li a:hover, ul.lnavi li a:active { color: #999; text-decoration: none; }

.section {
	margin: 0 0 50px;
}

#popup02 .box {
	width: 330px;
}
#popup02 .boxL { float: left; }
#popup02 .boxR { float: right; }
#popup02 .box .symbol {
	text-align: center;
	margin: 0 0 20px;
}
#popup02 .box dl {
	background: #FFE7E5;
	border: solid 1px #ECA09A;
}
#popup02 .box dl dt {
	color: #FF0000;
	background: #FCCFCC;
	border-bottom: dotted 1px #ECA09A;
	font-size: 14px;
	padding: 10px;
}
#popup02 .box dl dd {
	padding: 10px;
}

