@charset "Shift_JIS";

body,
p,
dl,
dt,
dd,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 85%;
	line-height: 140%;
	background: #dddddd url(images/bg.jpg) top left repeat-x;
	text-align: center;
}

#header,
#content,
#content h2,
#content #content-body,
#content #content-foot {
	text-align: left;
	width: 560px;
	margin: 0 auto;
}
#header {
	background: url(images/bg-logo.jpg) top left no-repeat;
	height: 135px;
	margin-bottom: 40px;
}
#header h1 {
	text-indent: -4000px;
	float: left;
}
#header p {
	margin-bottom: 0.5em;
}
#header #header-content {
	padding-top: 40px;
	margin-left: 300px;
}

#content h2 {
	text-indent: -4000px;
	font-size: 10px;
	background: url(images/h-profile.png) bottom left no-repeat;
	height: 30px;
}
#content #content-foot {
	background: url(images/bg-footer.png) top left no-repeat;
	height: 15px;
}
#content #content-foot p {
	margin: 0 10px;
	text-align: right;
}
#content #content-body {
	background: url(images/bg-profile.png) top left repeat-y;
	padding: 10px 0;
}
#content #content-body p {
	margin-bottom: 5px;
}
#content #content-body dl {
	margin: 0 24px;
}
#content #content-body dt {
	margin-bottom: 5px;
	font-weight: bold;
}
#content #content-body dd {
	margin-bottom: 5px;
	margin-left: 2em;
}
#content #content-body dd dl {
	margin-left: 0;
}
#content #content-body dd.address dt {
	font-weight: normal;
	margin-left: 0;
	width: 4em;
	float: left;
}
#content #content-body dd.history dt {
	font-weight: normal;
	margin-left: 0;
	width: 8em;
	float: left;
}
#content #content-body dd dd {
	margin-left: 0;
}
