@charset "utf-8";
/* CSS Document */
/*
36px　225%
32px　200%
30px　187.5%
24px　150%
21px　131.25%
18px　112.5%
16px　100%（基準フォンとサイズ）
14px　87.5%
13px　81.25%
12px　75%
11px　68.75%
10px　62.75%
9px　56.25% 
*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}


h1 {font-size :18px;}

h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding-left: 0em;
	font-size:25px;
	font-weight: bold;
	line-height: 2em;
	height: auto;
	width: 500px;
	text-decoration: underline;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*小見出し１*/
h3 {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	font-size :20px;
	font-weight: bold;
	color: #FFF;
	line-height: 2em;
	background-color: #39791E;
	height: auto;
	width: 500px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*小見出し２*/
h4 {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	width: 500px;
	font-size :18px;
	font-weight: bold;
	color: #2E7D24;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: auto;
	line-height: 1.5em;
	background-image: url(../img-parts/h/light_green_sq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*小見出し３*/
h5 {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	font-size :16px;
	font-weight: bold;
	background-image: url(../img-parts/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #2E5B00;
	line-height: 2em;
}


/*連絡先アドレス用*/
h6 {
	font-size :14px;
	font-weight: bold;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #6C0;
	padding-left: 0.3em;
	margin-left: 1.5em;
	line-height: 1.5em;
	margin-bottom: 5px;
	}

/*
h3 {font-size :16px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 1em;
}
h4 {font-size :14px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 1em;
}
h5 {font-size :14px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 1em;
}
*/
/*連絡先アドレス用*/
/*
h6 {
	font-size :14px;
	font-weight: bold;
	padding-left: 0.3em;
	}
*/
#container{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#main{
	width:auto;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#side-navi,
#g-navi,
#header,
#footer,
#page-navi {
	display: none;
}

