@charset "UTF-8";

/* =======================================================
	PEOFILE CSS - modified on 09.04.08
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 CONTENT SETTING
	02 DETAIL SETTING
	02 UTILITIES
======================================================= */



/* =======================================================
	01 CONTENT SETTING
======================================================= */



#top_image {
	width: 700px;
	height: 140px;
	margin-left: 25px;
	text-indent: -5000em;
	display: block;
	background: url(../../../imgs/contents/head_image_profile.jpg) left top no-repeat;
	}

#profile_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_profile.gif) left top no-repeat;
}

.profile_image {
	width: 290px;
	height: auto;
	margin-left: 45px;
	display: inline;
	float: left;
	}

.profile_text {
	width: 365px;
	height: auto;
	float: left;
}

.profile_question {
	width: 655px;
	margin: 50px 0 0 45px;
	padding-top: 40px;
	background: url(../../../imgs/contents/profile_question_title.gif) left top no-repeat;
}



/* =======================================================
	02 DETAIL SETTING
======================================================= */




.prof_outer_link {
	width: 223px;
	height: 41px;
	margin: 12px 0 12px 18px;
}


a.outer_myspace {
	width: 223px;
	height: 41px;
	display: inline-block;
	overflow: hidden;
	background: url(../../../imgs/common/bt_myspace.gif) 0 0 no-repeat;
}

a.outer_purchase {
	width: 223px;
	height: 41px;
	display: inline-block;
	overflow: hidden;
	background: url(../../../imgs/common/bt_purchase.gif) 0 0 no-repeat;
}

a.outer_myspace:hover,
a.outer_purchase:hover {
	height: 41px;
	background-position: 0 -41px;
}



.prof_data {
	width: 365px;
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
}

.prof_data ul li {
	margin-bottom: 3px;
}

.prof_data ul li span.data_name {
	width: 100px;
	display: block;
	float: left;
}
.prof_data ul li span.data_content {
	width: 250px;
	display: block;
	float: left;
}


.profile_question ul {
	margin-bottom: 18px;
}

.profile_question ul li {
	width: 650px;
	padding: 3px 2px;
}




/* =======================================================
	03 UTILITIES
======================================================= */



#profile_content:after,
.prof_data ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#profile_content,
.prof_data ul li {
	display: inline-table;
	min-height: 1px;
	}
* html #profile_content,
* html .prof_data ul li {
	height: 1%;
	}
#profile_content,
.prof_data ul li {
	display: block;
	}
