@charset "utf-8";
/*--all-----------------------------------------------------------------------------------*/
h1 {
	color: #01431D;
	font-weight: bold;
	height: 23px;
	width: 595px;
	font-size: 123.1%;
	display: block;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
h2 {
	font-size: 116%;
	font-weight: bold;
	color: #006C36;
	margin-bottom: 5px;
	margin-top: 10px;
}
h3 {
	font-size: 21px;
	font-weight: bold;
	color: #f3828f;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h4 {
	font-size: 123%;
	color: #f3828f;
	font-weight: bold;
}
.adtitle {
	font-size: 18px;
	font-weight: bold;
	color: #f3828f;
	margin: 10px 0 5px 0;
}
.txt {
	margin-bottom: 20px;
	font-weight: normal;
}
.persontxt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #0086cd;
}
.persontitle {
	font-size: 18px;
	font-weight: bold;
	color: #f3828f;
}

.person a {
	font-weight: bold;
}


/*--リンク --*/
a:link {
	color: #0000ff;
}
.subtitle {
	color: #1e41a7;
}

a:hover {
	color: #f3828f;
	text-decoration:underline;
}
a:active {
	color: #339;
}
a:visited {
	text-decoration: none;
	color: #001C5E;
}
#header .navi-link:hover {
	color: #ff0000;
}
/*------------------------------*/

.center{
	text-align:center;
}

/*-- その他 --*/
.search form .button {
	width: 40px;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
}
.table-A tr td a b {
	color: #a52a2a;
}

hr {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sp50 {
	height: 50px;
}
