
/*_______________________________________________________

	For Gallery page CSS
	written by Toyohiro Sugita
	ST Creative Inc.
	sugitoyo@st-creative.jp
	Last updated on 2006.09.28
	 
________________________________________________________*/


#contents02 {
	clear: both;
	width: 616px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#staff-detail h1 {
	width: 586px;
	margin-top: 0px;
	margin-left: 15px;
	padding: 0px;
}

#staff-detail #staff-pic {
	clear: both;
	float: left;
	width: 124px;
	margin-top: 15px;
	margin-left: 15px;
	_margin-left: 7px;
	padding: 0px;
}

#staff-detail #staff-exp {
	float: right;
	width: 462px;
	margin-top: 15px;
	margin-right: 15px;
	padding: 0px;
	text-align: left;
}

#staff-detail #name {
	clear: both;
	float: left;
	width: 462px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
}

#staff-detail .profile-table {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
}

#staff-detail .profile-table th {
	margin-top: 0px;
	padding: 3px 6px 3px 6px;
	text-align: right;
	width: 90px;
	background-color: #FFF9F0;
	vertical-align: top;
}

#staff-detail .profile-table td {
	padding: 3px 6px 3px 6px;
	text-align: left;
	background-color: #F7F7F7;
}


#staff-detail #close-comment {
	clear: both;
	width: 586px;
	margin-left: 15px;
	padding: 0px;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	font-weight: normal;
}

#staff-detail .win-close a {
	text-align: left;
	margin-top: 5px;
	padding-left: 15px;
	background: url(../../shared/image/ico_arrow.gif) no-repeat 0 -3px;
	font-size: 12px;
	line-height: 140%;
}


