@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/promise_img.jpg) no-repeat 450px 55px;*/
	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: 320px;
	height: 40px;
	background: url(../images/contents/title_promise.png) no-repeat 0 0;*/
	width: 443px;
	height: 132px;
	background: url(../images/contents/promisSubText.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 25px 0 0;
}

dl {
	width:430px;
	height: auto;
	margin-top: 25px;
	padding: 0 0 20px;
}
dt {
	width:430px;
	background-repeat: no-repeat;
	background-position: 5px 0;
	text-indent:-9999px;
	border-bottom: dotted 1px #666666;
	padding: 10px 0 24px;
	overflow: hidden;
	display: block;
}
.mes01 { background-image: url(../images/contents/messageSub01.png); }
.mes02 { background-image: url(../images/contents/messageSub02.png); }
.mes03 { background-image: url(../images/contents/messageSub03.png); }
.mes04 { background-image: url(../images/contents/messageSub04.png); }
.mes05 { background-image: url(../images/contents/messageSub05.png); }
.mes06 { background-image: url(../images/contents/messageSub06.png); }
.mes07 { background-image: url(../images/contents/messageSub07.png); }
.mes08 { background-image: url(../images/contents/messageSub08.png); }
dd {
	font-size: 15px;
	line-height: 1.6;
	margin: 10px 0 25px;
}
#promiseImg {
	width: 380px;
	height: 1184px;
	background: url(../images/contents/promise_img.jpg) no-repeat 0 0;
	position: absolute;
	left: 450px;
	top: 40px;
}






