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

html {
	height: 100%;
	margin-bottom: 1px;
}
body, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	background-color: #f9f9f9;
}
a {
	color: #64a00a;
	font-weight: bold;
}
a:hover {
	color: #8C4303;
}
#wrapper {
	display: block;
	position: relative;
	width: 786px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
}
#header {
	display: block;
	position: relative;
	width: 750px;
	margin: 0 auto 0 auto;
	font-size: 11px;
	font-weight: bold;
	color: #8c4303;
	line-height: 14px;
}
#header a {
	color: #8c4303;
}
#logo {
	display: block;
	position: relative;
	float: left;
}
#copy {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
}
#mini_menu {
	display: block;
	position: relative;
	float: right;
}
#menu {
	display: block;
	position: relative;
	width: 750px;
	margin: 10px auto 0 auto;
	z-index: 1000;
}
#footer {
	display: block;
	position: relative;
	width: 750px;
	height: 30px;
	margin: 10px auto 0 auto;
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: normal;
}
#footer a {
	color: #000000;
	font-weight: normal;
}
#footer_menu {
	display: block;
	position: relative;
	float: left;
	margin: 7px 0 0 7px;
}
#copyright {
	display: block;
	position: relative;
	float: right;
	margin: 7px 7px 0 0;
}
#bg_2 {
	width: 786px;
	height: 30px;
	background-image: url(/images/bg_2.gif);
	background-repeat: no-repeat;
}
/* YUI */
.yuimenubaritem {
	width: 150px;
	height: 35px;
}
.yuimenuitem a {
	text-align: center;
	padding: 5px;
	background-color: #f9f9f9;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-decoration: none;
}
.yuimenuitem a:hover {
	color: #ffffff;
	background-color: #80c21d;
	text-decoration: none;
}
#submenu_1 a {
	width: 150px;
}
#submenu_2 a {
	width: 180px;
}
#submenu_3 a {
	width: 150px;
}
/* index.html */
.area_a {
	display: block;
	position: relative;
	width: 750px;
	height: 250px;
	background-color: #ffffff;
	margin: 5px 0 0 18px;
}
.area_b {
	width: 750px;
	margin: 5px 0 0 18px;
}
.area_b_box {
	width: 250px;
	height: 250px;
	text-align: center;
	vertical-align: top;
	background-image: url(/images/area_b_bg.gif);
	background-repeat: no-repeat;
}
.area_c {
	width: 754px;
	margin: 5px 0 0 18px;
}
.area_c img {
	margin-right: 2px;
}
/* page */
.main {
	width: 750px;
	margin: 20px auto 0 auto;
	background-image: url(/images/bg_3.gif);
	background-repeat: repeat-y;
}
.main_left {
	width: 530px;
	padding-right: 20px;
	vertical-align: top;
}
.main_right {
	padding: 5px;
	vertical-align: top;
}
.main li {
	margin: 0 0 5px 15px;
	list-style-image: url(/images/bullet.gif);
}
.side_box {
	width: 100%;
	padding: 5px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
}
h1 {
	width: 720px;
	height: 60px;
	margin: 5px auto 0 auto;
	padding: 40px 0 0 30px;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	background-image: url(/images/title.jpg);
	background-repeat: no-repeat;
}
h2 {
	width: 520px;
	height: 23px;
	margin-bottom: 12px;
	padding: 7px 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	background-image: url(/images/title_2.gif);
	background-repeat: no-repeat;
}
h3 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #64a00a;
}
/* misc */
.table_1 {
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	font-size: 12px;
}
.table_1 td {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	vertical-align: top;
}
.table_1 p {
	margin: 0;
}
.table_2 td {
	border-bottom: 1px solid #bbbbbb;
	vertical-align: top;
}
.question {
	font-size: 20px;
	font-weight: bold;
	color: #8C4303;
}
.answer {
	font-size: 20px;
	font-weight: bold;
	color: #64a00a;
}
.font_1 {
	font-size: 16px;
	font-weight: bold;
	color: #64a00a;
}
.wpcf7-form input[type="text"] {
	width: 250px;
	border: 1px solid #bbbbbb;
}
.wpcf7-form textarea {
	width: 530px;
	border: 1px solid #bbbbbb;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
