body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-text-size-adjust: 100%; /*文字サイズ固定追加*/
}
h1 {
  margin-top: 10px;
  margin-bottom: 20px;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  color: #006A00;
  background-image: url(../image/common/h2.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}
h3 {
  font-size: 12px;
  font-weight: bold;
  color: #0066CC;
}
.f1 {
  font-size: 12px;
  font-style: normal;
  line-height: 140%;
  color: #333333;
}
.f2 {
  font-size: 12px;
  font-style: normal;
  line-height: 140%;
  color: #333333;
  margin-left: 10px;
}
.f3 {
  font-size: 12px;
  line-height: 140%;
  color: #006666;
}
.f4 {
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  color: #333333;
}
.f5 {
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  color: #333333;
  margin-left: 10px;
}
ul#navigation {
  font-size: 12px;
  line-height: 120%;
  margin: 0px;
  text-align: center;
  padding-left: 5px;
  padding-bottom: 3px;
}
ul#navigation li {
  display: inline;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-image: url(../image/tmp/sankaku.gif);
  text-align: center;
}
ul#navigation a:link, #navigation a:visited {
  color: #000000;
  text-decoration: none;
  background-repeat: no-repeat;
}
ul#navigation a:hover {
  color: #0066CC;
  text-decoration: underline;
}
.margin_1 { margin: 0px; }
.title {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #50C5BF;
  padding: 5px;
  font-weight: bold;
}
.box {
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #666666;
  border-bottom-color: #666666;
  border-left-color: #666666;
  border-top-width: 0px;
  border-top-color: 0;
  padding: 5px;
  margin-bottom: 10px;
}
a, a:link, a:visited, a:hover {
  color: #0066CC;
  text-decoration: underline;
}
.box_2 {
  background-color: #D9E8F9;
  padding: 5px;
}
.box_3 {
  background-color: #FFFFCC;
  padding: 5px;
}
.box_4 { border: 1px solid #333333; }
.box_5 {
  border: 1px solid #84C146;
  padding: 5px;
  font-size: 12px;
  font-style: normal;
  line-height: 140%;
  color: #333333;
}
.box_6 {
  border: 1px solid #0066CC;
  padding: 5px;
  font-size: 12px;
  font-style: normal;
  line-height: 140%;
  color: #333333;
}
.box_7 {
  border: 2px dashed #009900;
  padding: 10px;
  font-style: normal;
  line-height: 140%;
  font-size: 12px;
  background-color: #E8F9E8;
}
.box_8 {
  padding: 5px;
  background-color: #E8F9E8;
}
#helpWindow {
  position: absolute;
  visibility: hidden;
  width: auto;
}
.b {
  font-weight: bold;
  color: #333333;
}
.b_2 { font-weight: bold; }
.right {
  text-align: right;
  font-size: 12px;
  color: #333333;
}


/*==================================================================

	.news　お知らせ追加分

==================================================================*/



.top_news {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 140%;
}
.top_news_flame {
  padding: 5px;
  border: 1px solid #FC3;
}
.news_text { }
.news_text p {
  font-size: 12px;
  margin: 0;
}
/* タイトル */
.news_text p strong {
  font-size: 12px;
  padding-right: 10px;
  color: #1F2774;
}
/* 日付 */
.date { color: #999; }
/* お知らせのブロックのボーダー */
.news_text .line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
/* お知らせの高さ */
.scroll_area { height: 120px; }


.red{
	color: red;
}

/*==================================================================

スマホ時の文字サイズ調整

==================================================================*/

/*@media screen and (max-width: 640px) {

body{font-size:16px;}
h2 { font-size: 20px; }
h3 { font-size: 16px; }
.f1 { font-size: 16px; }
.f2 { font-size: 16px; }
.f3 { font-size: 16px; }
.f4 { font-size: 20px; }
.f5 { font-size: 20px; }
ul#navigation { font-size: 16px; }
.title { font-size: 16px; }
.box { font-size: 16px; }
.box_5 { font-size: 16px; }
.box_6 { font-size: 16px; }
.box_7 { font-size: 16px; }
.box_8 { }
.right { font-size: 16px; }
.news_text p { font-size: 16px; }
.news_text p strong { font-size: 16px; }
.news_text .line { font-size: 16px; }

}
*/