body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.Menu01 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 8px;
}
.Menu02 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-left: 10px;


}

.TopLink {
	background-image: url(../img/Box_back_01.gif);
	border: 1px solid #666666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.MainText {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
}
.MainTitle {
	background-color: #99FFCC;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
.MainTitleImg {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.TopicsBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99FFCC;
	border-right-color: #99FFCC;
	border-bottom-color: #99FFCC;
	border-left-color: #99FFCC;
	margin: 0px;
	padding: 0px 5px;
	line-height: 16px;
}
.News {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.LinkSide {
	margin: 0px;
	padding: 5px;
	border-top-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.LinkUnderBox {
	border: 2px groove #CCCCCC;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
}

a.bill:link { color: #0000FF; }
a.bill:visited { color: #0000FF; }
a.bill:hover { color: #FF0000; }
a.bill:active { color: #FF0000; }

.bill-button {
  display: inline-block;
  width: 300px;
  height: 90px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: middle !important;
  text-decoration: none;
  line-height: 25px;
  outline: none;
}
.bill-button::before,
.bill-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.bill-button,
.bill-button::before,
.bill-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button001 {
  border: 1px solid #00FF00;
  background-color: #008800;
  background-image: -webkit-linear-gradient(top, #008800, #005500);
  background-image: linear-gradient(to bottom, #005500, #008800);
  border-radius: 20px;
  color: #fff;
  line-height: 25px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button001:hover {
  border:1px solid #00FF00;
  background-color: #008800;
  background-image: -webkit-linear-gradient(top, #005500, #008800);
  background-image: linear-gradient(to bottom, #008800, #005500);
}
.button001:active {
  background: #008800;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}


.button002 {
  border: 1px solid #EEFFFF;
  background-color: #0000CC;
  background-image: -webkit-linear-gradient(top, #0066FF, #0000CC);
  background-image: linear-gradient(to bottom, #0000CC, #0066FF);

  border-radius: 20px;
  color: #fff;
  line-height: 25px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button002:hover {
  border:1px solid #EEFFFF;
  background-color: #0000CC;
  background-image: -webkit-linear-gradient(top, #0000CC, #0066FF);
  background-image: linear-gradient(to bottom, #0066FF, #0000CC);
}
.button002:active {
  background: #0000CC;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}


.button003 {
  border: 1px solid #EEFFFF;
  background-color: #349acb;
  background-image: -webkit-linear-gradient(top, #4eb4e5, #349acb);
  background-image: linear-gradient(to bottom, #349acb, #4eb4e5);

  border-radius: 20px;
  color: #fff;
  line-height: 25px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button003:hover {
  border:1px solid #EEFFFF;
  background-color: #349acb;
  background-image: -webkit-linear-gradient(top, #349acb, #4eb4e5);
  background-image: linear-gradient(to bottom, #4eb4e5, #349acb);
}
.button003:active {
  background: #349acb;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}



.button004 {
  border: 1px solid #EEFFFF;
  background-color: #47a46b;
  background-image: -webkit-linear-gradient(top, #61be85, #47a46b);
  background-image: linear-gradient(to bottom, #47a46b, #61be85);

  border-radius: 20px;
  color: #fff;
  line-height: 25px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button004:hover {
  border:1px solid #EEFFFF;
  background-color: #47a46b;
  background-image: -webkit-linear-gradient(top, #47a46b, #61be85);
  background-image: linear-gradient(to bottom, #61be85, #47a46b);
}
.button004:active {
  background: #47a46b;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}


.box2 {
  width: 300px;
  height: 140px;
  padding: 0.5em 1em;
  margin: 2em 0;
  font-size: 14px;
  background: #e2eefd;
  border: solid 2px #6091d3;/*線*/
  border-radius: 15px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
line-height: 2;
}



.box3 {
  width: 380px;
  height: 450px;
  padding: 1.5em 1em;
  margin: 2em 0;
  font-size: 14px;
  background: #e2eefd;
  border: solid 2px #6091d3;/*線*/
  border-radius: 15px;/*角の丸み*/
}
.box3 p {
    margin: 0; 
    padding: 10;
line-height: 2;
}

.box4 {
  width: 380px;
  height: 440px;
  padding: 1.5em 1em;
  margin: 2em 0;
  font-size: 14px;
  background: #e2eefd;
  border: solid 2px #6091d3;/*線*/
  border-radius: 15px;/*角の丸み*/
}
.box4 p {
    margin: 0; 
    padding: 10;
line-height: 2;
}
