@charset "utf-8";
/* ===================================================================
CSS information

 file name  : message.css
 style info : メッセージ

=================================================================== */

#contents{
	/*background: url(../images/contents/profile_img.jpg) no-repeat right bottom;*/
	/*background: url(../images/contents/message_img.jpg) no-repeat 276px bottom;*/
}

/* 各種共通
-----------------------------------------------------------------*/

#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: 780px;
	height: 68px;
	background: url(../images/contents/title_message.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;
}

p {
	font-size: 14px;
	line-height: 1.6;
}
.d1 {
	width: 570px;
	height: auto;
	padding: 0 0 1em;
}
.d2 {
	width: 440px;
	height: auto;
	padding: 0 0 1em;
}
#messageImg {
	width: 554px;
	height: 579px;
	background: url(../images/contents/message_img.png) no-repeat 0 0;
	position: relative;
	left: 400px;
	top: 0;
}

#msgContents {
	position: relative;
}
#msgText {
	position: absolute;
	left: 0;
	top: 80px;
}
#sign {
	width: 184px;
	height: 80px;
	background: url(../images/contents/sign.jpg) no-repeat 216px 0;
	text-indent: -9999px;
	padding: 0 0 0 216px;
}

