@charset "UTF-8";

.message_profile {
	width: 610px ;
	background: url(../img/message_box_02.gif) left top repeat-y ;
	margin: 40px 0 0 0 ;
}
.message_profile_top {
	width: 610px ;
	background: url(../img/message_box_01.gif) left top no-repeat ;
}
.message_profile_bottom {
	width: 570px ;
	background: url(../img/message_box_03.gif) left bottom no-repeat ;
	padding: 20px ;
}
.message_profile .message_profile_main {
	float: left ;
	width: 390px ;
}
.message_profile .message_profile_img {
	float: right ;
	width: 160px ;
}

.message_profile h2 {
	margin: 0 ;
}

.message_profile p {
	margin: 1em 0 0 0 ;
}

.subhead {
	background: url(../img/message_subhead.gif) left center no-repeat ;
	margin: 1.5em 0 0 0 ;
	padding: 1px 0 1px 16px ;
	line-height: 1.2 ;
	font-size: 1.2em ;
	color: #000000 ;
}

.tablelist {
	border: 1px solid #cccccc ;
	margin: 1.5em 0 0 0 ;
}
.tablelist th {
	padding: 6px 10px ;
	background: #ffdddd ;
	border-right: 1px dotted #aaaaaa ;
	border-bottom: 1px dotted #aaaaaa ;
}
.tablelist td {
	padding: 6px 10px ;
	border-right: 1px dotted #cccccc ;
	border-bottom: 1px dotted #cccccc ;
}
.tablelist .bb_top { border-top: none ; }
.tablelist .bb_left { border-left: none ; }
.tablelist .bb_right { border-right: none ; }
.tablelist .bb_bottom { border-bottom: none ; }
