/*-----ボディ-------*/
body {
	background-color:#74B648;
	font-size: 12px;
	line-height:150%;
	color:#2e2e2e;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

HR {
  color: #999999; /* 線の色(IE用) */
  background-color: #999999; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-style: dashed; /* 枠の種類 */
}

textarea{font-size: 12px;}

/*-----リンク-------*/
a:link { color:#666666; text-decoration:none; }
a:visited { color:#666666; text-decoration:none; }
a:active { color:#666666; text-decoration:none; }
a:hover { color:red;  text-decoration:underline; }

/*-----フォント　バリエーション-------*/
.font_10px {font-size: 10px;}
.font_11px {
	font-size: 11px;
	line-height: 140%;
}
.font_14px {font-size: 14px;}
.font_16px {font-size: 16px;}
.font_18px {font-size: 18px;}
.font_red {font-weight: bold; color: #FF0000;}

h3 {
	font-weight: bold;
	font-size: 12px;
}

h4 {
	padding: 10px;
	width: 400px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	font-size: 14px;
	font-weight: bold;
	color: #65B722;
}

/*-----メニューリンク　オンカーソルで背景色変更 -------*/
#menu a:link {display: block; padding: 10px 10px 10px 15px; text-decoration:none; }
#menu a:visited { display: block; padding: 10px 10px 10px 15px; }
#menu a:active { display: block; padding: 10px 10px 10px 15px;}
#menu a:hover{display: block;  padding: 10px 10px 10px 15px;
text-decoration: none; /* 文字装飾 */
color: white; /* 文字の色 */
background-color: #00B231 ;/* 背景色 */}

.header{
	display:block;
	width:750px;
	float: left;
	margin:auto;
}

.header_l{
	display:block;
	width:344px;
	float: left;
	margin:auto;
}

.header_r{
	display:block;
	width:358px;
	float: left;
	margin:auto;
	text-align: left;
	padding-top: 23px;
	padding-right: 30px;
	padding-left: 18px;
}

.main{
	display:block;
	width:690px;
	margin:auto;
	float: left;
	clear: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main1{
	display:block;
	width:690px;
	margin:auto;
	float: left;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main2{
	display:block;
	width:702px;
	margin:auto;
	float: left;
	clear: left;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.main3{
	display:block;
	width:680px;
	margin:auto;
	float: left;
	clear: left;
	padding: 5px;
}

.main_l{
	display:block;
	width:342px;
	margin:auto;
	float: left;
	padding-right: 3px;
}

.busi{
	width:164px;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #F4F4F4;
}

.busi_coment {
	font-size: 11px;
	line-height: 130%;
	padding: 2px 4px;
	width: 156px;
	height: 96px;
}

.main_r{
	display:block;
	width:342px;
	margin:auto;
	float: left;
	padding-left: 3px;
}


.footer_l{
	display:block;
	width:145px;
	margin:auto;
	float: left;
}

.footer_r1{
	display:block;
	width:535px;
	margin:auto;
	float: left;
	text-align: right;
	height: 17px;
	padding-top: 17px;
}


.footer_r2{
	display:block;
	width:535px;
	margin:auto;
	float: left;
	text-align: right;
	font-size: 10px;
}


.line_all {
	padding: 15px;
	border: 1px solid #999999;
	background-color: #F4F4F4;
}

.header_sub_l{
	display:block;
	width:184px;
	margin:auto;
	float: left;
}

.header_sub_r{
	display:block;
	width:506px;
	margin:auto;
	float: left;
	text-align: right;
	height: 17px;
	padding-top: 31px;
}

.busi_l{
	display:block;
	width:235px;
	margin:auto;
	float: left;
}

.busi_r{
	display:block;
	width:445px;
	margin:auto;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}
.bg_about {
	background-image: url(about/images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display:block;
	width:235px;
	float: left;
	height: 400px;
}
