@charset "utf-8";
*{
  padding : 0px;
  margin-right : 0px;
  margin-left : 0px;
  font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  margin-bottom : 0px;
  margin-top : 0px;
}
body{
  background-color : rgb(231, 231, 231);
  color : black;
  font-size : 14px;
}
img{
  vertical-align: top;
  border : 0px none;
}
li{
  list-style-type: none;
}
a{
  color: #6EA70C;
}
a:hover{
  color: #99CC00;
  text-decoration: none;
}
#base{
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  margin-top: 1px;
  padding: 1px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 1px;
  border-left-width: 4px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #D9D9D9;
  border-right-color: #D9D9D9;
  border-bottom-color: #D9D9D9;
  border-left-color: #D9D9D9;
  margin-bottom: 1px;
}
/*
ヘッダー
-------------------------------------------*/
#header{
  height : 310px;
  background-color : rgb(255, 255, 255);
  background-position : left top;
  width : 910px;
  position : relative;
  margin-left : 15px;
}
#header h1{
  font-size : 24px;
  position: absolute;
  top: 40px;
  color: #CC3333;
  left: 20px;
}
#header h1 a{
  font-size: 14px;
  text-decoration: none;
}
#header h2{
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  position: absolute;
  left: 20px;
  top: 22px;
}
#header #info{
  font-size: 12px;
  color: #666666;
  position: absolute;
  top: 25px;
  right: 20px;
}
#header #info strong{
  font-size: 24px;
  color: #6EA70C;
  padding-left: 5px;
}
/*
グローバルナビ
-------------------------------------------*/

#navi{
  padding-left : 15px;
  display: block;
  float: left;
  position : relative;
}
#navi ul{
  display: block;
  background-color : rgb(247, 247, 247);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color : rgb(204, 204, 204);
  float: left;
}
#navi li{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#navi a{
  display: block;
  color : rgb(51, 51, 51);
  font-size: 13px;
  line-height: 36px;
  padding-top : 6px;
  padding-right: 19px;
  padding-bottom : 6px;
  padding-left: 19px;
  background-image : url(navi1_2.gif.gif);
  text-decoration: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color : rgb(204, 204, 204);
  height: 36px;
  margin-bottom : 0px;
  float: left;
}*html #navi a {
  height: 40px;
  line-height: 40px;
}
* +html #navi a{
  height: 40px;
  line-height: 40px;
}
#navi a:hover{
	background-image: url(navi2_2.gif.gif);
	color: white;
	height: 36px;
	line-height: 36px;
}
/*
メイン
-------------------------------------------*/
#main{
  float: left;
  width: 920px;
  background-color: #FFFFFF;
  padding : 10px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color : rgb(239, 239, 239);
}
#content{
  float : right;
  width: 650px;
  padding-bottom: 5px;
}
#content #mainlist{
  margin-top: 1px;
  margin-bottom: 15px;
  border: 1px solid #E5E5E5;
  background-image: url(images/side_inbox.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
#mainlist ul{
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
#mainlist ul ul{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#mainlist li{
  font-size: 14px;
  line-height: 20px;
}*html #mainlist li {
  line-height: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#mainlist li a{
  background-image : url(li.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-bottom: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D5D5D5;
  display: block;
  padding-top: 2px;
}*html #mainlist li a {
  line-height: 6px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
#content #mainlist h3{
  color: #7A9496;
  background-image: none;
  padding-left: 10px;
  margin-bottom: 2px;
  padding-top: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #E1E6E6;
  padding-bottom: 1px;
}
#content .box_out{
  background-color : rgb(246, 246, 246);
  padding : 2px;
}
#content .box_in{
  background-color : rgb(255, 255, 255);
  border : 1px solid rgb(229, 229, 229);
  margin-bottom : 0px;
  padding : 5px;
}
#content h2{
  font-size: 18px;
  border-bottom-width : 4px;
  border-bottom-style : solid;
  border-bottom-color : rgb(110, 167, 12);
  line-height: 30px;
  padding-top : 5px;
  padding-left : 6px;
  font-weight: normal;
  padding-bottom: 3px;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
#content h2 span{
  font-size: 14px;
  padding-left: 10px;
  color: #6EA70C;
}
#content h3{
  font-size : 16px;
  line-height: 22px;
  color : rgb(255, 255, 255);
  padding-bottom: 3px;
  padding-left: 20px;
  margin-top : 0px;
  padding-top : 5px;
  background-color : rgb(140, 183, 53);
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color : rgb(224, 224, 224);
  font-weight: normal;
  margin-bottom: 3px;
}
#content h3 span{
  font-size: 12px;
  color: #FFF;
  line-height: 12px;
  padding-left: 5px;
  font-weight: normal;
}
#content h3 a{
  color: #FFFFFF;
}
#content h4{
  color: #6EA70C;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #436608;
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 8px;
}
#content h4 span{
  font-size: 12px;
  color: #6EA70C;
  padding-left: 10px;
  line-height: 12px;
  font-weight: normal;
}
#content p{
  padding: 5px;
  line-height: 1.5em;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
}
/*----------*/


.alignleft{
  background-color: #FFFFFF;
  padding: 2px;
  border : 1px solid rgb(221, 221, 221);
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  clear : both;
}
.alignright{
  float: right;
  background-color : rgb(255, 255, 255);
  padding: 2px;
  border : 1px solid rgb(221, 221, 221);
  margin-top: 10px;
  margin-right : 10px;
  margin-bottom : 5px;
  margin-left : 10px;
}
.aligncenter{
  display: block;
  background-color: #FFFFFF;
  padding: 2px;
  border: 1px solid #DDDDDD;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}
#top_img{
  text-align: center;
  background-color : rgb(255, 255, 255);
  padding-top : 0px;
  padding-bottom: 5px;
  width : 910px;
}
#content ul.list{
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
#content ul.list li{
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 15px;
  background-image : url(li.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #C0CFD1;
  color: #44636C;
}
#date{
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  text-align: right;
  color: #6EA70C;
  font-weight: bold;
  padding-bottom: 5px;
}
#next{
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCCCCC;
  color: #505050;
  padding-bottom: 20px;
}
/*
テーブル
-------------------------------------------------------------------*/
table{
  border-collapse: collapse;
}
table td{
  border-collapse: collapse;
}
#content table{
  width: 580px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}
#content table th{
  background-color: #999999;
  text-align: right;
  padding: 8px;
  white-space: nowrap;
  color: #FFFFFF;
  border-top-width: 1px;
  border-right-width: 4px;
  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-top-color: #CCCCCC;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #CCCCCC;
  font-size: 13px;
}
#content table td{
  background-color: #F6F6F6;
  text-align: left;
  padding: 8px;
  border: 1px solid #D6D6D6;
  font-size: 13px;
  line-height: 20px;
}
/*
サイド
-------------------------------------------*/

#side{
  background-color: #F8F8F8;
  padding : 5px 0px;
  float: left;
  width : 245px;
}
#side h3{
  font-size: 14px;
  line-height : 70px;
  color : rgb(255, 255, 255);
  height : 70px;
  font-weight: normal;
  margin-bottom: 1px;
  padding-top : 0px;
  padding-left : 27px;
}
#side .side_box{
  width: 240px;
  margin-bottom: 10px;
  background-color: #F0F0F0;
  padding-right: 2px;
  padding-bottom : 2px;
  padding-left : 0px;
  margin-right: auto;
  margin-left: auto;
}
#side .side_box .side_inbox{
  border: 1px solid #DDDDDD;
  width: 232px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
}
#side li{
  line-height:0;
}
#side li a{
  display: block;
  font-size: 12px;
  color : rgb(51, 51, 51);
  text-decoration: none;
  background-color : rgb(249, 249, 249);
  width : 188px;
  margin-right: auto;
  margin-left: auto;
  padding-top : 0px;
  padding-right: 4px;
  padding-bottom : 0px;
  padding-left : 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color : rgb(224, 224, 224);
  background-image : url(sidemenu3_60.jpg);
  background-position: 2px top;
  background-repeat: no-repeat;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color : rgb(255, 255, 255);
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color : rgb(240, 240, 240);
  border-left-color : rgb(240, 240, 240);
  line-height : 50px;
}
#side li a:hover{
  color : rgb(255, 255, 255);
  background-image : url(images/side_navi.gif);
  width : 188px;
  background-repeat : repeat-x;
  font-size : 12px;
  height : 50px;
}
/*
フッター
-------------------------------------------*/

#footer{
  background-color : rgb(121, 160, 16);
  clear: both;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  height : 80px;
  width: 940px;
  position: relative;
}
#footer p{
  font-size: 10px;
  color: #FFFFFF;
  padding-top: 10px;
  padding-left: 10px;
  line-height: 16px;
}
#footer li a{
  color : white;
  font-size: 12px;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCCCCC;
  float: left;
  white-space: nowrap;
  margin-bottom: 10px;
}
#footer li a:hover{
  color: #FFFFFF;
}
address{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #707070;
  background-color: #F6F6F6;
  line-height: 20px;
  text-align: center;
  padding-right: 10px;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #E7E7E7;
}
#footer #logo{
  position: absolute;
  left : 5px;
  top : 5px;
  color: #E4F8FC;
}
#footer #logo a{
  color: #E0E0E0;
  text-decoration: none;
}
#footer #logo a:hover{
  color: #FFFFFF;
}
#footer ul{
  position: absolute;
  left : 200px;
  top : 5px;
  width : 800px;
}
#footer li{
  display: inline;
}
.pankuzu{
  display : inline;
  margin-left : 15px;
}
.sidemenu01{
  height : 70px;
  margin-left : -22px;
}
.sidemenu02{
  margin-left : -22px;
  height : 70px;
}
.sidemenu03{
  margin-left : -22px;
}
.sidemenu04{
  margin-left : -22px;
}
.sidemenu05{
  margin-left : -22px;
}
.nayami{
  padding-top : 10px;
  padding-left : 10px;
  font-size : 17px;
  padding-bottom : 10px;
}
.gazou{
  margin-top : 10px;
  margin-bottom : 20px;
}
.kajyougaki{
  font-size : 14px;
  font-weight : bold;
  line-height : 30px;
border-width : 1px;border-style : solid;border-color : rgb(166, 221, 21);
  color : black;
  background-color : rgb(211, 253, 149);
  padding-left : 10px;
}

.important{
  font-weight : bold;
  line-height : 200%;
  color : green;
}

.top-mottohayaku{
  font-size : 15px;
  font-weight : 600;
  line-height : 2;
  color : green;
  margin-left : 55px;
}

.gazou2{
  margin-top : 15px;
  margin-bottom : 20px;
}

.banner{
  margin-top : 10px;
  margin-bottom : 10px;
  margin-right : 10px;
}

.mail_toiawase{
  margin-left : 3px;
  margin-bottom : 10px;
}

.infomation{
  width : 230px;
  background-repeat : no-repeat;
  margin-left : 5px;
}

.tittle_koe{
	border-width : 1px;border-style : solid;border-color : rgb(117, 150, 16);
  width : 550px;
  margin-top : 10px;
  margin-left : 40px;
}

.voice{
  background-image : url(images/top_voice.gif);
  width : 550px;
  font-size : large;
  color : rgb(255, 255, 255);
  height : 40px;
  margin-bottom : 10px;
  padding-top : 10px;
  padding-bottom : 0px;
}

.voice1{
	border-width : 1px;border-style : solid;border-color : silver;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  float : left;
  margin-right : 5px;
  margin-left : 15px;
}

.voice1-1{
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;border-width : 1px;border-style : solid;border-color : silver;
  clear : left;
}

.honkide{
  margin-right : 10px;
  margin-bottom : 10px;
}

.shinso-modoki{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;border-width : 1px;border-style : solid;border-color : black;
}

.twitter{
  margin-top : 30px;border-width : 1px;border-style : ridge;
}

.link{
  margin-top : 10px;
  margin-bottom : 10px;
  line-height : 2;
  list-style-type : square;
  list-style-position : outside;
}

.picture{
	border-width : 1px;border-color : silver;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 25px;
border-style : solid;
}

.picture1{
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 20px;border-width : 1px;border-style : solid;border-color : silver;
}
