@charset "utf-8";

/*======================================

	div controls

=======================================*/

#main #main_area #r_title {
	background: url(../img/r_member_k.jpg) no-repeat top left;
}

/*======================================

	Modules

=======================================*/

#main #main_area #r_contents {
	width: 722px;
	background: url(../img/member_k.jpg) no-repeat top left;
	padding: 15px 13px;
}

#r_contents h2 {
	font-size: 18px;
	margin: 20px 15px 15px 280px;
	color: #12b89b;
}

#r_contents dl {
	margin-left: 300px;
}

#r_contents dl dt {
	font-weight: bold;
	margin: 20px 0px 5px;
	padding-left: 15px;
	background: url(../../common/img/i_arrow03.gif) no-repeat center left;
}

#r_contents dl dd {
	margin: 5px 0px 10px 25px;
}

#r_contents dl dd.title {
	font-size: 14px;
	margin-bottom:5px;
}

#r_contents dl dd.blog {
	font-size: 14px;
	margin-left: 20px;
	padding: 1px 0px 2px 27px;
	background: url(../../common/img/i_black.gif) no-repeat center left;
}

#r_contents #photo {
	margin: 25px 0px 100px;
}

#r_contents #photo p {
	margin: 0px 15px 0px 0px;
	text-align: right;
}

#r_contents #photo img {
	margin: 10px 6px;
	background: #fff;
}

#r_contents .prof_m a {
	position: absolute;
	bottom: 55px;
	left: 20px;
}

#r_contents .blog_m a {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#r_contents .prof_h a {
	position: absolute;
	bottom: 55px;
	left: 200px;
}

#r_contents .blog_h a {
	position: absolute;
	bottom: 20px;
	left: 200px;
}

#r_contents .prof_s a {
	position: absolute;
	bottom: 55px;
	left: 380px;
}

#r_contents .blog_s a {
	position: absolute;
	bottom: 20px;
	left: 380px;
}

#r_contents .back a {
	width: 120px;
	height: 40px;
	background: url(../img/back.jpg) no-repeat top left;
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/*======================================

	UA hack

=======================================*/

* html #r_contents dl dd.blog {
	padding-top: 4px;
}