* {
	margin:0px;
	padding:0px;
}
body{
	background-color: #69821b;
	text-align:center;
  	font-size: 80%; /* IE */
}
#himatan_navi{
	width:550px;
	left:50%;
	margin-left:400px;
	margin-top:200px;
	margin-bottom:600px;

}

#navi_link{
	text-align:center;
	margin:10px 0px 0px 0px;
	font-size: 130%;
}

a:link{
	text-decoration: none;
	color: #cc7eb1;
}
a:visited{
	text-decoration: none;
	color: #007bbb;
}

a:hover{
	text-decoration: none;
	color: #000;
}
#content{
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 400px;
	background-color:#aacf53;
	text-align:left;
	
}
#main_title{
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	background-color:#c7dc68;
	color:#fff;
	border-bottom:2px solid #3eb370;
	font-size:large;
	margin-left:0px;
	text-align:center;
	letter-spacing:1em;
	font-weight:bold;
}

.box2{
	width: 348px;
	float: left;
	padding: 25px;
	margin-left: 0px;
	margin-right: 0px;
	border:0px solid #3eb370;
}
.boxline{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px 20px 0px;
	text-align:left;
	border:0px solid #3eb370;
}
/* --- 見出しエリア --- */
div.heading3 {
margin-left:0px;
margin-bottom: 1em;
margin-top: 1em;
padding: 6px 7px; /* 見出しエリアのパディング（上下、左右） */
background-color: #f9f9f9;
background-image: url(image/heading_back.png);
background-repeat: repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}

/* --- 見出し --- */
div.heading3 h3 {
margin: 0;
padding: 3px 0 0 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #ff8000 solid; /* 見出しの左境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}

/* --- 見出しエリア --- */
div.heading2 {
margin-left:0px;
margin-bottom: 1em;
margin-top: 1em;
padding: 6px 7px; /* 見出しエリアのパディング（上下、左右） */
background-color: #f9f9f9;
background-image: url(image/heading_back.png);
background-repeat: repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */

}

/* --- 見出し --- */
div.heading2 h2 {
margin: 0;
padding: 3px 0 0 16px; /* 見出しのパディング（上右下左） */
background-image: url(image/heading_square4.gif);
background-repeat: no-repeat; /* 見出しの背景 */
background-position: 0 0.2em;
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}