@charset "ISO-8859-1";

*{
	padding: 0;
	margin: 0;
	}
	
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img{
	border: 0;
	}

#pageTitle{
	margin-top: 20px;
	margin-left: 20px;
	}
	
div#photo{
	position: absolute;
	}
	
div#photoH{
	position: absolute;
	top: 68px;
	left: 0px;
	}
div#photoV{
	position: absolute;
	top: 68px;
	left: 164px;
	}
	
div#profile{
	width: 100px;
	position: absolute;
	top: 20px;
	left: 520px;
	}
p.name{
	margin-bottom: 18px;
	}
p.txt{
	
	}
	
/* font */
.reg{
	font-size: 10px;
	line-height: 14px;
	_font-size: 0.6em;
	_line-height: 1.4em;
	color: #ffffff;
	}
*+html .reg {
  font-size: 0.6em;
	line-height: 1.4em;
	color: #ffffff;
}
.lrg{
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	}
.fontBold{
	font-weight: bold;
	}

.popupTxtContent{
	padding: 20px;
	}
.popupTxt{
	width: 360px;
	margin: 20px;
	}
	
	
/* link */
a {
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}