@charset "utf-8";

body {
	/*background:#fbf8f5;*/
    background: #f7f7f7;
}
.wrap {
	width:100%;	
}
.header {
	width:100%;
	height:50px;
	/*background:#eb504c;*/
    background: #0e558c;
	margin-bottom:10px;
}
.header_content {
	width:1000px;
	margin:0 auto;
}
.header h1 {
	position: absolute;
	margin-top:18px;
}
.header h1  a {
	color:#ffffff;
	font-weight:bold;
}
.content {
	width:1000px;
	min-height:700px;
	border:1px solid #cccccc;
	border-radius:5px;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}
.footer {
	width:100%;
	line-height:120%;
	padding:20px 0px 20px 0px;
	font-size:12px;
	text-align:center;
	color:#999999;
}
.iframe01 {
	width:100%;
	height:700px;
}
ul {
	list-style: none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.gnb_menu_wrap {
	width:200px;
	height:50px;
	line-height:50px;
	color:#ffffff;
	font-weight:bold;
	float:right;
	font-size:13px;
}
ul.gnb_menu_wrap li {
	width:100px;	
	height:50px;
	line-height:50px;
	float:right;
	vertical-align:top;
}
ul.gnb_menu_wrap li a {
	width:100%;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	color:#ffffff;	
}
ul.gnb_menu_wrap li a:hover {
}
ul.gnb_menu_wrap li a.click {
	/*background:#ca413d;*/
    background: #0a4572;

}
/*------------------------------ font design ------------------------------*/
h2 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
h3 {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-bottom:5px;
}
/*------------------------------ btn design ------------------------------*/
.btn_area {
	width:100%;
	text-align:center;
}
a.btn {
	text-align:center;
	display: inline-block;
	cursor: pointer;
}
.btn_next01 {
	width:120px;
	height:35px;
	line-height:35px;
	border-radius:5px;
	background:#5a6574;
	color:#ffffff;
	display: inline-block;
	font-size:12px;
	font-weight:bold;
}
/*------------------------------ margin padding design ------------------------------*/
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.p20 {
	padding:20px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pr10 {
	padding-right:10px;
}
.pb10 {
	padding-bottom:10px;
}
.pl10 {
	padding-left:10px;
}
.mt5 {
	margin-top:5px;
}
.mr5 {
	margin-right:5px;
}
.mb5 {
	margin-bottom:5px;
}
.ml5 {
	margin-left:5px;
}
.mt10 {
	margin-top:10px;
}
.mr10 {
	margin-right:10px;
}
.mb10 {
	margin-bottom:10px;
}
.ml10 {
	margin-left:10px;
}
.mt20 {
	margin-top:20px;
}
.mr20 {
	margin-right:20px;
}
.mb20 {
	margin-bottom:20px;
}
.ml20 {
	margin-left:20px;
}
.mt30 {
	margin-top:30px;
}
.mr30 {
	margin-right:30px;
}
.mb30 {
	margin-bottom:30px;
}
.ml30 {
	margin-left:30px;
}
.mb50 {
	margin-bottom:50px;
}