body{
	font-size:90%;
	text-align: center;
	line-height:150%;
	background:url(images/background/head.png) repeat-x;
}

img{
	border:0px;
	vertical-align:bottom;
}

ul{
	list-style:none;
}

h1{
	clear:both;
	padding:23px 80px;
}

h2{
	font-weight: lighter;
	color: #a7cf2c;
	font-size:28px;
	margin-left:14px;
	float:left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

h3 {
  position: relative;
	padding: 7px 0px 9px 33px;
	font-size:16px;
  color: #ffffff;
	background: -webkit-linear-gradient(to right, #a7cf2c, #a7cf2c,#fff);
	background: linear-gradient(to right, #a7cf2c,#a7cf2c, #fff);
}

h3:after {
	position: relative;
	top: 2px;
	left: -33px;
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, rgb(255, 255, 255), transparent);
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
}

h3:before {
	position: absolute;
	top: 9px;
	left: 8px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(164,204,43,.5);
	content: "";
	border: solid 3px #ffffff;
}

h4 {
  position: relative;
  border-top: 5px solid #ccc;
  font-size:16px;
  color: #666666;
  padding:10px 0px 0px 10px;
}

h4::after {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 5px;
  background-color: #a7cf2c;
}

h5{
	position:relative;
	padding:0px 0px 0px 25px;
	font-weight: bold;
	font-size: 15px;
	line-height: 38px;
	color: #666666;

}

h5:after, h5:before{
	content:'';
	height:10px;
	width:3px;
	display:block;
	background:#a7cf2c;
	position:absolute;
	top:13px;
	left:13px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}

h5:before{
	height:7px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top:17px;
	left:8px
}

/* 左のメニューリスト開始 */
.LeftMenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.LeftMenu li{
	text-align: center;
	position: relative;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.LeftMenu li a{
	display: block;
	color: #333333;
	font-size:16px;
	text-decoration: none;
	padding: 11px 0px 9px 0px;
}

.LeftMenu li a::before{
	position: absolute;
	content: "";
	transform: rotate(45deg);
	top: 45%;
	width: 5px;
	height: 5px;
	background-color: #a7cf2c; /*みどり*/
	top: 18px;
	left: 20px;
}

.LeftMenu li a:hover::before {
	background-color: #ff9900; /*オレンジ*/
}

.LeftMenu li a:hover {
	background-color: #f8f8f8; /*はい色*/
}
/* 左のメニューリスト終了 */
