@charset "utf-8";

/*header----------------------------------------------------------
----------------------------------------------------------------*/
div#header {
	width: 100%;
	height: 278px;
	margin: 0 auto;
}
div#header div#inner h1 {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -100px;
}

/*main------------------------------------------------------------
----------------------------------------------------------------*/
div#main {
	width: 550px;
	padding: 15px 15px 0px 25px;
	background: url(../img/side_line.gif) repeat-y right 15px;
	float: left;
}
div#main p#topic-path {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #e5dbca solid 1px;
}
div#main h2 {
	margin: 0px;
	padding: 5px 0px 5px 40px;
	font-size: 1.6em;
	font-weight: normal;
	border: none;
	background: url(../img/main_mark_wcircle.gif) no-repeat left center;
	clear: both;
}

div#main p.page-top {
	text-align: right;
}
div#main p.pt-in-contents {
	margin-top: -15px;
	margin-bottom: 15px;
}

div#main div#member-block {
	width: 550px;
	margin: 20px 0;
	overflow: hidden;
	background: url(../../img/main_title_memberprofile.jpg) no-repeat left top;
}
div#main div#member-block dl {
	display: inline;
	width: 250px;
	margin-right: 25px;
	float: left;
	margin-bottom: 30px;
}
div#main div#member-block dl dt {
	width: 150px;
	float: left;
}
div#main div#member-block dl dd {
	width: 100px;
	float: right;
	display: block;
}
div#main div#member-block dl dd span {
	display: block;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 1.2em;
	background: url(../img/main_bg_member_title.gif) repeat-x top;
}
div#main div#member-block dl dd a {
	float: right;
	display: block;
	margin-top: 10px;
	padding-left: 15px;
	text-align: right;
	font-weight: bold;
	background: url(../img/side_warrow.gif) no-repeat left center;
}
div#main div#member-block dl#top-profile-murakami {
	margin-left: 275px;
}
div#main div.message h2 {
	margin: 0 0 15px;
	padding: 0;
	background: none;
	font-weight: bold;
}
div#main div.message p {
	font-size: 1.2em;
	line-height: 1.25;
}
div#main div.message p.sign {
	text-align: right;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #CAA solid 1px;
}

/*side------------------------------------------------------------
----------------------------------------------------------------*/
div#side dl#top-contact {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 10px;
	border: #ceb7b0 solid 1px;
	background-color: #ffe9e0;
}
div#side dl#top-contact dt {
	font-size: 1.2em;
}
div#side dl#top-contact dd {
	font-size: 1.0em;
}
div#side dl#top-contact dd a {
	font-size: 1.2em;
	font-weight: bold;
}
