@charset "UTF-8";

/* SHOW */

/* about  ------------------------------*/

#about {
	width: 100%;
	margin-top: 20px;
}

#about h3 {
	margin: 10px 0;
}

#about_left {
	float: left;
	width: 320px;
}
#about_right {
	float: right;
	width: 310px;
}

#about_txt {
	clear: both;
	padding: 15px 0;
	line-height: 1.5em;
}
#about_txt p {
	padding-bottom: 15px;
}
#about_txt strong {
	font-weight: bold;
	color: #FF6600;
}

/* profile  ------------------------------*/

#profile {
	width: 100%;
	margin: 20px 0;
}
#profile img {
	display: block;
}

#profile_main {
	background: url(../show/images/i_profile_bg.gif) right top repeat-y;
	padding-bottom: 15px;
}
#profile_left {
	float: left;
	width: 285px;
}
#profile_right {
	float: right;
	width: 365px;
}
#profile_right dl {
	display: block;
	padding-right: 20px;
}
#profile_right dt {
	float: left;
	width: 60px;
	padding: 5px;
	color: #FF6600;
}
#profile_right dd {
	margin-left: 0px;
	padding: 5px;
	border-bottom: #F90 solid 1px;
}

#profile_bottom {
	clear: both;
	float: right;
	width: 602px;
}
