@charset "UTF-8";

/* ------------------------------------------

00 common

------------------------------------------*/

body#pop-profile {
	color: #000;
	background: #FFF;
}
body#pop-profile div#container {
	position: relative;
	padding: 10px 0px;
}


/* ------------------------------------------

01 oil

------------------------------------------*/

/* 'galleryview' hack for IE */
.gv_thumbnail img {
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width >= this.height ? "100px" : "auto");
	height: expression(this.width <= this.height ? "100px" : "auto");
}


table.pop-oil-detail {
	width: 600px;
	margin: 10px auto 10px;
}
table.pop-oil-detail td {
	position: relative;
	font-size: 8pt;
	line-height: 130%;
	vertical-align: top;
	text-align: left;
	padding: 0 0 3px;
}


a.contact {
	position: absolute;
	top: 5px;
	right: 0px;
	display: block;
	width: 150px;
	height: 39px;
	text-indent: -9999px;
	z-index: 999;
}
a.contact:link,
a.contact:visited {
	background: url(../img/oil_pop_btn_contact.png) left top no-repeat;
}
a.contact:hover,
a.contact:active {
	background: url(../img/oil_pop_btn_contact_ov.png) left top no-repeat;
}



/* ------------------------------------------

02 profile

------------------------------------------*/

h1.pop-prf-read {
	display: block;
	width: 700px;
	height: 131px;
	text-indent: -9999px;
	background: url(../img/prf_pop_txt_01.png) left top no-repeat;
	padding: 0;
	margin: 10px 40px 0;
}

h2.pop-prf-catch {
	display: block;
	width: 530px;
	height: 24px;
	text-indent: -9999px;
	background: url(../img/prf_pop_txt_02.png) left top no-repeat;
	padding: 0;
	margin: 0px 125px 20px;
}

div.pop-prf-box-cont {
	clear: both;
	width: 700px;
	margin: 0px 40px 0px;
	
}
div.pop-prf-box-cont img.photo {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}




