@charset "iso-8859-1";

#history_main{
margin-left:20px;
}
#history h1 {margin-bottom:15px;}
#history h2 {padding: 5px 10px; margin-bottom: 1em; background: #000;}
#history #mainCol li {margin-bottom: 30px; float:left; width: 260px;}
#history #btnBirth {
	float: left;
	width: 280px;
}
#history #btnHistory {
	float: left;
	position: relative;
	width: 250px;
	height: 200px;
	top: 0;
	left: 0;
	background: url(../img/bt_history.jpg) no-repeat;
}
#history #btnHistory #btnFlash {
	position: absolute;
	width: 120px;
	height: 21px;
	top: 173px;
	left: 4px;
}
#history #btnHistory #btnHtml {
	position: absolute;
	width: 120px;
	height: 21px;
	top: 173px;
	right: 4px;
}


#history .txtRight {text-align: right; margin-bottom: 30px;}

#history .historyImgCol {
	position: relative;
	width: 504px;
	height: 175px;
	top: 0;
	left: 0;	
}

#history .historyImgCol .textarea{
float:right;
width:370px;
font-size:16px;
line-height:24px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
#history .historyImgCol .textarea .reset{
font-size:12px;
line-height:16px;
font-weight:100;
}

#history .historyImgCol .textarea .midasi{
line-height:16px;
}

#history .historyImgCol .textarea .body_num{
font-size:14px;
letter-spacing:0.8px;
}

#history .historyImgCol img {
	z-index: 0;
}
#history .historyImgCol p.btnColor {
	position: absolute;
	width: 143px;
	height: 25px;
	left: 126px;
	bottom: 40px;
	z-index: 1;	
}


/*popup*/
body.popUp {
	background-color: #fff;
	background-image: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
body.popUp a,
body.popUp img {border: 0;}

body.popUp #container {
	width: 580px;
	margin: 0 auto;
	padding-top: 0;
	background-image: none;	
}

body.popUp #container h1 {
	text-align: left;
	padding-bottom: 5px;
	margin: 10px 0 15px 0;
	border-bottom: 2px solid #333;
}
#btnClose {
	text-align: center;
	margin-top: 20px;
}
