@charset "utf-8";
/* CSS Document */

/* /////////////////////////////////
/* BEGIN INDEX STYLE SHEET
// ////////////////////////////////*/

/* /////////////////////////////////
// Begin Baseline Area of Home Page
// ////////////////////////////////*/
#baseline {
	position: relative;
}

/* /////////////////////////////////
// Begin Feature Project
// ////////////////////////////////*/
#feature {
	position: relative;
	top: 10px;
	width: 475px;
	height: 300px;
}
#feature_img {
	position:relative;
	margin: auto;
	margin-bottom: 10px;
	width: 500px;
	height: 180px;
	background: no-repeat center;
	border-radius: 12px;
}
#feature_img:hover {
	cursor:	pointer;
}

/* /////////////////////////////////
// Begin Bio Area
// ////////////////////////////////*/
#bio {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 490px;
	height: 300px;
}
#bio_bg {
	position: absolute;
	right: 10px;
	width: 160px;
	height: 290px;
	background: #111111 url(../images/layout/0/common_icon_avatar.gif) no-repeat center;
	border-radius: 12px;
	z-index: 2;
}
#bio_img {
	position: relative;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	border-radius: 12px;
	cursor: pointer;
}
#bio_text {
	width: 300px;
}
