@charset "UTF-8";


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 13px;
	*font-size: small;
	*font: small;
	line-height: 1.7;
}

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 {
	font-size: 14px;
	*font-size: small;
	*font: small;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 0.8em;
}

.indent {
	text-indent: 1em;
}



ul, ol, dl {
	line-height: 1.7em;
	list-style-position: inside;
}

li {
	margin-bottom: 15px;
}

h1 {
	font-size: 90%;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	font-size: 24px;
	line-height: 1.5;
	padding-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;
	margin-bottom: 30px;
}

h4 {
	font-size: 110%;
	color: #112543;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-repeat: repeat-y;
	background-position: right center;
	background-color: #F5F5F5;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0093D3;
	margin-top: 20px;
	margin-bottom: 15px;
}

h5 {
	font-size: 105%;
	color: #112543;
	line-height: 1.2;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0093D3;
	margin-bottom: 10px;
	margin-top: 30px;
}

.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;
}

.mtitle2 {
	font-size: 18px;
	color: #0b8799;
	line-height: 1.5;
	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%;
}


.indent p {
    padding-left: 1em; 
    text-indent: -1em;
}

.space10 {
	padding-bottom: 10px;
}

.space20 {
	padding-bottom: 20px;
}

.space30 {
	padding-bottom: 30px;
}

.space40 {
	padding-bottom: 40px;
}

.clear {
	clear: both;
}

.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}


#table-boder table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

#table-boder td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	line-height: 1.7;
	vertical-align: top;
}

#table-date td {
	line-height: 1.7;
	vertical-align: top;
}


.table-general table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.table-general table p {
	margin-top: 0;
	margin-bottom: 0;
}

.table-general th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color: #D6E9FF;
	vertical-align: top;
}

.table-general td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #666666;
}



.table_underline th {
	font-weight:bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	white-space: nowrap;
	background-color: #DDE6F3;
	text-align: center;
}

.table_underline td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.list-line li {
	font-size: 95%;
	background-image: url(../notice/image/icon-list-blue.png);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	padding: 0px 0px 2px 16px;
	margin-bottom: 2px;
}

ul.list-line {
	line-height: 1.7em;
	list-style-position: outside;
}


/* ---------------------------------------------------------------- *
	テーブル設定
 * ---------------------------------------------------------------- */

/* 一般表組み　*/

.table_general {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 90%;
	border-collapse:separate;
}

.table_general td,.table_general th {
	border-collapse:separate;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.table_general th {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F6F6F6;
}

.table_general td {
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}


/* 一般表組み（テキスト小）　*/

.table_general-s {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 80%;
	border-collapse:separate;
}

.table_general-s td,.table_general-s th {
	border-collapse:separate;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.table_general-s th {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F6F6F6;
	white-space: nowrap;
}

.table_general-s td {
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}


.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

