@charset "shift_jis";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: "lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 21px;
	/*z-index: 6000;*/
}
a{
	text-decoration:none;
	color:#333;
	font-size:14px;
}
a:hover {
	/*text-decoration:underline;*/
	color:#903;
}

img {
	vertical-align:bottom;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


li {
  list-style-image: none;
  list-style-type:none;
}

h1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

/*****************************/
.space10 {
	width:100%;
	height:10px;
}
.space20 {
	width:100%;
	height:20px;
}
.space30 {
	width:100%;
	height:30px;
}
.space40 {
	width:100%;
	height:40px;
}
.space50 {
	width:100%;
	height:50px;
}




/*****************************/

h2 {
	overflow: hidden;
	text-align: left;
	margin-bottom:10px;
}
h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-size:16px;
	color:#916ace;
}
h2 span::before,
h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 700px;
	height: 3px;
	background-color: #916ace;
}
h2 span::before {
	right: 100%;
}
h2 span::after {
	left: 100%;
}

/*****************************/

h3 {
	overflow: hidden;
	text-align: left;
	margin-bottom:10px;
}
h3 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-size:16px;
	color:#13946e;
}
h3 span::before,
h3 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 3px;
	background-color: #13946e;
}
h3 span::before {
	right: 100%;
}
h3 span::after {
	left: 100%;
}
.h3-1{
	text-align: left;
	font-size:17px;
	font-weight: bold;
	background: #13946e;
	color: #fff;
	padding-left: 1rem;
	box-sizing: border-box;
	width: 700px;
}

/*****************************/

h4 {
	overflow: hidden;
	text-align: left;
	margin-bottom:10px;
}
h4 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-size:16px;
	color:#aaa;
}
h4 span::before,
h4 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 960px;
	height: 3px;
	background-color: #aaa;
}
h4 span::before {
	right: 100%;
}
h4 span::after {
	left: 100%;
}


.pageTitle {
	background-image: url(../../img/title_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 700px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #603;
	line-height: 40px;
	text-indent: 50px;
}
.pageTitle2 {
	background-image: url(../../img/title_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 700px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #603;
	line-height: 40px;
	text-indent: 50px;
}
.pageTitle3 {
	background-image: url(../../img/title_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 700px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #363;
	line-height: 40px;
	text-indent: 50px;
}
.boxtitle {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #10926C;
	display: inline;
}
