/* --- style reset --- */
html,body {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}


/* --- clearfix --- */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
	margin-top: 12px;
	overflow:hidden
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* --- link --- */
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* --- common --- */
body {
	font-size: 100%;
	line-height: 1.4;
	background: url(../images/bg.gif);
	text-align: center;
}
#contents {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#contents #header {
	margin-right: 10px;
	margin-left: 10px;
}
#contents h1 {
	margin: 0px;
	padding: 0px;
}
#headbar {
	background-color: #e6e6e6;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
}
#headbar form {
	margin: 0px;
	display: inline;
	padding: 0px;
}
#headtab {
	background: #57ad17;
	margin: 0px 10px;
	padding: 6px 0px 0px;
	text-align: center;
}
#footer {
	font-size: 85%;
	margin: 0px 10px;
	padding: 0px;
	text-align: left;
	width: 800px;
}
#footer p {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 15px;
	margin-left: 15px;
}
#footer div#inquiry {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 6px solid #57ad17;
}
#footer div#inquiry .address {
	font-size: 85%;
	line-height: 135%;
}
#footer div#inquiry .date {
	font-size: 80%;
	float: right;
	margin-top: 5px;
}



/* --- subpage --- */
#headlink {
	font-size: 80%;
	text-align: right;
	margin: 15px 30px 5px;
}
#headlink p {
	margin: 0px;
	padding: 0px;
}

#footer div#footlink {
	font-size: 85%;
	line-height: 135%;
	text-align: right;
	margin-bottom: 6px;
}
#main {
	font-size: 85%;
	line-height: 140%;
	padding-bottom: 20px;
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#main p {
	margin-right: 20px;
	margin-left: 20px;
}
#main ul li {
	list-style-image: url(../images/list01.gif);
	margin-right: 20px;
}
#main h1 {
	background-image: url(../images/bg_h1.gif);
	color: #FFFFFF;
	font-size: 160%;
	line-height: 110%;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 120%;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #009933;
	padding-left: 10px;
	clear: both;
	float: none;
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	background: #edf6e0;
}
h3 {
	background: #edf6e0;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #093;
	font-size: 110%;
	padding-top: 4px;
}
h4 {
	padding-left: 23px;
	padding-bottom: 4px;
	background: url(../images/bg_h4.gif) no-repeat;
	font-size: 110%;
}
h5 {
	margin-right: 20px;
	margin-left: 20px;
}

.table01 {
	border-top: 1px solid #DEE9D8;
	border-left: 1px solid #DEE9D8;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	width: 640px;
}
.table01 td {
	font-size: 85%;
	line-height: 135%;
	border-right: 1px solid #DEE9D8;
	border-bottom: 1px solid #DEE9D8;
}
.table01 th {
	font-size: 85%;
	line-height: 135%;
	border-right: 1px solid #DEE9D8;
	border-bottom: 1px solid #DEE9D8;
	background-color: #DEE9D8;
}
.table01 caption {
	font-size: 80%;
	font-weight: lighter;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bg_tablecaption.gif);
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.table01-half {
	border-top: 1px solid #DEE9D8;
	border-left: 1px solid #DEE9D8;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 300px;
}
.table01-half td {
	font-size: 85%;
	line-height: 135%;
	border-right: 1px solid #DEE9D8;
	border-bottom: 1px solid #DEE9D8;
}
.table01-half th {
	font-size: 85%;
	line-height: 135%;
	border-right: 1px solid #DEE9D8;
	border-bottom: 1px solid #DEE9D8;
	background-color: #DEE9D8;
}
.table01-half caption {
	font-size: 80%;
	font-weight: lighter;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bg_tablecaption.gif);
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.table02 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FBF7C6;
	border-left-color: #FBF7C6;
	margin-left: 50px;
}
.table02 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FBF7C6;
	border-bottom-color: #FBF7C6;
}
.table02 th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FBF7C6;
	border-bottom-color: #FBF7C6;
	background-color: #FBF7C6;
}
.table02 caption {
	font-weight: lighter;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bg_tablecaption2.gif);
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.table03 {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #A2D79D;
	border-left-color: #A2D79D;
	margin-left: 50px;
}
.table03 td {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #A2D79D;
	border-bottom-color: #A2D79D;
}
.table04 {
	border-top: 1px solid #DEE9D8;
	border-left: 1px solid #DEE9D8;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.table04 td {
	font-size: 85%;
	line-height: 135%;
	border-right: 1px solid #DEE9D8;
	border-bottom: 1px solid #DEE9D8;
}
.table04 th {
	font-size: 85%;
	line-height: 135%;
	border-right: 1px solid #DEE9D8;
	border-bottom: 1px solid #DEE9D8;
	background-color: #006633;
	color: #FFFFFF;
}
.table04 caption {
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 22px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #006633;
	background-image: url(../images/bg_tablecaption4.gif);
	background-repeat: no-repeat;
	line-height: 140%;
}
.box-green {
	padding: 10px;
	border: 2px solid #00CC99;
	margin-right: 50px;
	margin-left: 50px;
}
.float-left {
	float: left;
	margin-right: 10px;
}
.float-right {
	float: right;
	margin-left: 10px;
}
.float-clear {
	clear: both;
	float: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.bg-green1 {
	background-color: #A2D79D;
}
.bg-gray1 {
	background-color: #E6E6E6;
}
.photobox-right {
	float: right;
	font-size: 80%;
	line-height: 130%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
.photobox-center {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 80%;
	line-height: 130%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 0px;
	text-align: center;
}
#kurashimenu p {
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #693;
	background: url(../images/kurasimenu.gif) no-repeat left 4px;
}
#kurashimenu {
	margin-right: 10px;
	margin-left: 10px;
}
sub {
	font-size: 80%;
}
.box-greenborder {
	border: 2px solid #44AD3B;
	background-color: #ECFAEB;
	padding: 3px;
	margin-right: 50px;
	margin-left: 50px;
}
.bg-yellow {
	background-color: #FEF5D1;
}
.bunkazai {
	font-size: 90%;
	color: #666666;
	line-height: normal;
}
#feedback {
	font-size: 80%;
	line-height: normal;
	text-align: left;
	padding: 15px;
	border: 1px solid #999;
	margin: 0px 90px;
}
#feedback h2 {
	font-size: 100%;
	background: url(none);
	border-style: none;
	padding: 0px;
	margin: 0px 0px 10px;
}
#feedback .fieldset {
	margin-bottom: 10px;
}
#feedback .fieldset .ansset {
	padding-left: 25px;
}
#feedbackabout {
	font-size: 80%;
	line-height: normal;
	text-align: left;
	padding: 5px 5px 5px 12px;
	margin-bottom: 15px;
	margin-right: 90px;
	margin-left: 90px;
	background: url(../images/listmark1.gif) no-repeat left;
}

