@charset "UTF-8";

/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

h1 {
	font-size: 90%;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	font-size: 18px;
	margin-bottom: 18px;
	background-image: url(../image/title-bg.png);
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	line-height: 1.2;
}

h3 {
	font-size: 20px;
	line-height: 1.4em;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3.bar {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002683;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #002683;
	padding-left: 6px;
	padding-bottom: 4px;
}

h4 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h5 {
  font-size: 105%;
  margin-top: 0;
  margin-bottom: 0;
}


.read {
	color: #4A7AB2;
	font-size: 100%;
	line-height: 1.7;
}

.read2 {
	color: #FFFFFF;
	background-color: #89ABDA;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 1px;
}


/* ページ別テキスト設定　*/


/* 余白　*/
.space5 {
	padding-bottom: 5px;
	clear: both;
}

.space10 {
	padding-bottom: 10px;
	clear: both;
}

.space20 {
	padding-bottom: 20px;
	clear: both;
}

.space30 {
	padding-bottom: 30px;
	clear: both;
}

.space40 {
	padding-bottom: 40px;
	clear: both;
}


.clear {
	clear: both;
}


/* テキストサイズ個別設定　*/

.mtitle {
	font-size: 120%;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
}

.stitle {
	font-size: 105%;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}

.text-s {
	font-size: 90%;
}

.text-ss {
	font-size: 80%;
}


.underline {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


.underline-w {
	margin-bottom: 1px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.table-underline td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
	position: relative;
}

.img-left {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
}

.clear {
	clear: both;
}


