@charset "UTF-8";


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 Title	　定義
****************************************** */
#contents-wrap #wrap-top {
	background: url(../images/profile_title.jpg) no-repeat;
}

#contents-wrap h2 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

/* ******************************************
 コンテンツ内	　定義
****************************************** */
#contents-wrap #profile-image {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 15px 54px;
}

#contents-wrap #scroll {
/* Typical fixed height and fixed width example */
width: 600px;
height: 325px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px 25px 0px 30px;
padding: 0px 0px 8px 0px;
}

#contents-wrap table {
	width: 585px;
	text-align: left;
}

#contents-wrap tr {
	margin: 0px;
	padding: 0px;
}

#contents-wrap tr.hidden {
	display: none;
}

/*
#contents-wrap tr.gray {
	background-color: #FFF2F6;
	zoom:1;
	filter:alpha(opacity=40);
 	-moz-opacity:0.70;
 	opacity:0.70;
}
*/


#contents-wrap td {
	margin: 0px;
	padding: 7px 0px 8px 0px;
	vertical-align: top;
	line-height: 135%;
}

#contents-wrap td.title {
	width: 65px;
	padding-right: 20px;
	text-align: right;
}

#contents-wrap td.profile {
	width: 250px;
	padding-right: 20px;
}

/******    scroll   ******/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 10px;
background: url(../../images/scroll_bar.gif) repeat-y;
}
.vscrollerbar {
width: 10px;
background-color: #302f2f;
}
/******    scroll   ******/
