@charset "utf-8";
/* ===================================================================
CSS information

 file name  : profile.css
 style info : プロフィール

=================================================================== */

#contents{
	/*background: url(../images/contents/profile_img.jpg) no-repeat right bottom;*/
	/*background: url(../images/contents/profile_img.jpg) no-repeat right 110px;*/
	position: relative;
}

/* 各種共通
-----------------------------------------------------------------*/

#panList {
	width: 780px;
	height: auto;
}
#panList li {
	padding: 0 3px 0 0;
	display: inline;
}
#panList li a {
	color: #0000CC;
	text-decoration: underline;
}
#panList li a:hover {
	text-decoration: none;
}


/* プロフィール
-----------------------------------------------------------------*/
h2 {
	width: 570px;
	height: 32px;
	background: url(../images/contents/title_profile.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 25px 0 0;
}
h3 {
	color: #0068B7;
	font-size: 138.5%;
	font-weight: bold;
	margin: 5px 0 0;
}
h3 span {
	color: #FF0000;
	font-weight: bold;
}

#profileContents {
	position: absolute;
	left: 10px;
	top: 125px;
}

dl {
	width: 480px;
	font-size: 116%;
	margin: 0;
	padding: 5px 0 10px;
}
dt {
	color: #0068B7;
	margin: 10px 0 5px;
	padding-left: 0.5em;
	border-bottom: dotted 1px #999999;
}
dd {
	margin: 5px 0 5px 1.5em;
}
dd a:hover {
	text-decoration: none;
}
.text01 {
	font-size: 116%;
	padding: 0 0 25px 1.5em;
}

#profileImg {
	width: 328px;
	/*height: 569px;*/
	height: 640px;
	background: url(../images/contents/profile_img.jpg) no-repeat 0 bottom;
	position: relative;
	left: 460px;
	top: 0;
}




