@charset "UTF-8";

/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

body {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	color: #333333;
	font-size: 13px;
	*font-size: small;
	*font: small;
	line-height: 1.4;
}

a,
a:link {
  color: #0086b9;
  text-decoration: none;
}

a:visited {
  color: #578cb9;
}

a:hover {
  color: #125382;
  text-decoration: underline;
}

a:active {
  color: #3366ff;
  text-decoration: underline;
}

p {
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: 0.8em;
}

ul, ol, dl {
	line-height: 1.7em;
}

h1 {
	font-size: 90%;
	font-weight: normal;
	line-height: 1em;
}

#title-border {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 2px;
	height: 100%;
}

h2 {
	font-size: 175%;
	color: #112543;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../image/title-icon.gif);
	padding-right: 0px;
	margin-bottom: 20px;
}

/*h3 {
	font-size: 140%;
	color: #112543;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: repeat-y;
	background-position: right center;
	background-color: #EFEFEF;
	background-image: url(../image/title-bg-h3.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0093D3;
}*/

h3 {
	font-size: 140%;
	color: #112543;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: repeat-y;
	background-position: right center;
	background-color: E6F1FC;
	background-image: url(../image/title-bg-h2.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0093D3;
}

h4 {
	font-size: 120%;
	color: #112543;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: repeat-y;
	background-position: right center;
	background-color: #F5F5F5;
	background-image: url(../image/title-bg-h4.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0093D3;
	margin-bottom: 15px;
}

h5 {
	font-size: 110%;
	color: #112543;
	line-height: 1.2;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0093D3;
	margin-bottom: 10px;
}

.caption {
	font-size: 90%;
	font-style: italic;
	line-height: 1.3em;
}

/* テキストサイズ個別設定　*/

.mtitle {
	font-size: 120%;
	color: #3398CD;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.stitle {
	color: #3398CD;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

.text-s {
	font-size: 90%;
}

.text-ss {
	font-size: 80%;
}

#sitemap-list {
	margin-bottom: 20px;
}

#sitemap-list li {
	list-style-image: url(../image/icon-submenu2.gif);
	list-style-position: inside;
	list-style-type: none;
	line-height: 1.8;
}

#sitemap-list-second li {
	list-style-image: url(../image/icon-submenu2.gif);
	list-style-position: inside;
	list-style-type: none;
	text-indent: 3em; 
}

#sitemap-list-third li {
	list-style-image: url(../image/icon-submenu2.gif);
	list-style-position: inside;
	list-style-type: none;
	text-indent: 6em; 
}




/* ページ別テキスト設定　*/

/* 余白　*/
.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;
}

/* テーブル設定　*/

#table-general table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	width: 100%;
}

#table-general th {
	padding: 5px;
	background-color: #DEE8FF;
	vertical-align: top;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#table-general td {
	border-bottom: 1px solid #666666;
	padding: 5px;
}


#table-lunderline table {
	width: 100%;
	font-size: 90%;
	line-height: 1.4;
	border-top: 1px solid #666666;
}

#table-lunderline td {
	border-bottom: 1px solid #666666;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#table-nonboder td {
	padding: 5px;
}
