@charset "UTF-8";
/* CSS Document */

body {
	font-size: 82%;
	color: #8e7a6d;
	line-height: 200%;
}
#page {
	background: url(images/bg.jpg) top left;
	padding-top: 25px;
}
#page_inner {
	width: 800px;
	margin: 0 auto;
}
h1 {
	width: 99px;
	float: left;
}
h2 {
	width: 227px;
	float: left;
	padding-left: 189px;
	padding-bottom: 16px;
}
h3 {
	padding-bottom: 32px;
}
.message_right {
	width: 375px;
	float: right;
}
.message_left {
	width: 394px;
	float: left;
}
.greeting_left {
	width: 272px;
	float: left;
}
.greeting_right {
	width: 485px;
	float: left;
	padding-left: 43px;
}
.name_greeting {
	padding-top: 33px;
	text-align: right;
}
.clear {
	height: 30px;
}
#voice {
	width: 810px;
	margin: 0 auto;
	padding-top: 20px;
}
#voice h3 {
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_staff {
	width: 745px;
	height: 277px;
	background: url(images/bg_voice.png) no-repeat;
	padding: 35px 25px 0 40px;
	margin-bottom: 10px;
}
.box_staff .text {
	width: 500px;
	float: left;
	padding-top: 30px;
}
.box_staff .photo {
	width: 220px;
	float: right;
}
h4.staffname {
	padding-bottom: 4px;
}

#bg_wide {
	width: 100%;
	background: #FFFFFF;
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.t_title {
	color: #6a3906;
	font-size: 180%;
	padding-bottom: 15px;
	border-bottom: 1px solid #a6937c;
	margin-bottom: 10px;
	text-align: center;
}
.tb_outline {
	width: 800px;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.tb_outline th {
 width: 73px;
 text-align: left;
 vertical-align: top;
 padding: 15px 0 15px 0;
 border-bottom: 1px dashed #d9d8dc;
}
.tb_outline td.kugiri {
 width: 20px;
 text-align: left;
 vertical-align: top;
 padding: 15px 0 15px 0;
 border-bottom: 1px dashed #d9d8dc;
}
.tb_outline td {
 text-align: left;
 vertical-align: top;
 padding: 15px 0 15px 0;
 border-bottom: 1px dashed #d9d8dc;
}
tr.last th, tr.last td, tr.last td.kugiri {
	border-bottom: none;
}

#copyright {
	font-size: 80%;
	text-align: right;
}

<!-- 閉じるボタン -->
.btn_close {
}
.btn_close a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 110%;
	color: #999999;
	background: #FFFFFF;
	padding: 10px 20px;
	width: 100px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}
.btn_close a:hover {
	color: #666666;
}