@charset "utf-8";


/* **************#main************* */
#cont .main {
	width:620px;
	text-align:center;
	margin:0px auto;
	padding-top:20px;
}

#cont .main p{
	line-height:2em;
}

#cont .main h3{
	font-size:14px;
	font-weight:bold;
	padding:15px 0px 15px 0px;
}

/* **************#profile************* */
#info{
	background-image:url(img/bg_profile.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

#info img{
	margin:100px auto;
}

#info p{
	color:#660000;
}


/* **************#fg************* */
.fg01{
	position:absolute;
	top:250px;
	left:-30px;
	z-index:2;
	/*margin-top:-30px;
	margin-left:-336px;*/
	display:inline;
}
/* **************#fg************* */
.fg02{
	position:absolute;
	top:200px;
	left:375px;
	z-index:3;
	/*margin-top:-30px;
	margin-left:-336px;*/
	display:inline;
}

/* **************#space************* */
#space{
	color:#888888;
}
