@charset "UTF-8";
/*--------------------------------------------------------------- 
			各ページ固有の指定
--------------------------------------------------------------- */
.font-t {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* page-aisatu
--------------------------------------------------------------- */
#page-aisatu {
}
#page-aisatu p {
	/*text-indent: 1em;*/
	margin-bottom: 1.2em;
}
#page-aisatu .area-aisatuName {
	line-height: 180%;
	text-align: right;
	margin: 1em 0 1em;
}
#page-aisatu .area-aisatuName p {
	margin-bottom: 0;
}
#page-aisatu .area-aisatuName .aisatuName-gakkai {
	font-size: 102%;
	/*font-weight: bold;*/
	color: #333;
	margin-bottom: 0.3em;
	padding-right: 0.7em;
}
#page-aisatu .area-aisatuName .aisatuName-name {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 2px;
	padding-right: 0.5em;
}
#page-aisatu .area-aisatuName .aisatuName-shozoku {
	line-height: 120%;
	margin-top: 0.5em;
}
#page-aisatu .img-float {
	text-indent: 0;
	margin: 5px 20px 1em 0;
}


/* page-gaiyo
--------------------------------------------------------------- */
#page-gaiyo {}


/* page-endai
--------------------------------------------------------------- */
#page-endai h3 {
	font-size: 138%;
}
#page-endai .dlLR dt {
	width: 7em;
}
#page-endai .dlLR dd {
	width: 85%;
}












/* 
--------------------------------------------------------------- */
#page-access ul.ulArrow {
	font-size: 108%;
}
#page-access ul.ulArrow li ul {
	font-size: 92%;
	margin: 0.5em 0.5em 0.5em 20px;
}
#page-access ul.ulArrow li ul li {
	list-style-type: disc;
	background-image: none;
	padding: 0;
}
/**/
#page-access dl {
	font-size: 108%;
}
#page-access dl dt {
	font-size: 120%;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#page-access dl dd {
	margin-left: 18px;
	margin-bottom: 1.5em;
}
#page-access dl dd img {
	margin: 0.4em;
}


/* 
--------------------------------------------------------------- */
#page-sanka #areaImage {
	position: relative;
}
#page-sanka #areaImage #image {
	position: absolute;
	top: 0;
	right: 0;
}
#page-sanka .kikan {
	font-weight: bold;
	font-size: 125%;
	color: #9D1B40;
	margin: 1em;
}
#page-sanka .tbl-ptn1 th {
	font-weight: bold;
}
#page-sanka .tbl-ptn1 td {
	text-align: left;
}


/* 
--------------------------------------------------------------- */
#page #page-link ul {
	margin: 0;
}
#page #page-link ul li {
	background-image: url(../img/icon_dot_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
	font-size: 105%;
	margin-bottom: 1em;
}


/* 
--------------------------------------------------------------- */
#page-takuji .tbl-ptn1 tr th, #page-takuji .tbl-ptn1 tr td {
	text-align: left;
	padding: 4px 8px;
}
#page-takuji .tbl-ptn1 tr th {
	width: 155px;
}


/* 
--------------------------------------------------------------- */
#page #page-sankasha ol li {
	margin-bottom: 1em;
}
#page-sankasha .areaUmin img {
	margin: 5px;
}
#page-sankasha .sankasha-heibun span {
	background-image: url(../img/icon_arrow_ppl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-left: 30px;
	padding-left: 20px;
	font-weight: bold;
}
#page-sankasha .areaChui {
	margin: 20px;
	padding: 15px;
	background-color: #FFFCF0;
	border: 2px solid #F90;
}
#page #page-sankasha .areaChui h5 {
	margin: 0px;
	color: #E17956;
	font-size: 115%;
	background-image: url(../img/icon_exc.jpg);
}
#page-sankasha .sankasha-kikan {
	font-weight: bold;
	margin: 1em;
	color: #6C132C;
	font-size: 106%;
}
#page #page-sankasha ul li {
	list-style-type: none;
	margin-left: 0 !important;
}
/**/
#page-sankasha .areaUmin {　/*枠ありパターン*/
	text-align: center;
	margin: 20px;
	background-color: #F5F3F8;
	padding: 15px;
	border: 1px dotted #71528B;
}
#page-sankasha .areaUmin {　/*枠無パターン*/
	text-align: center;
	margin: 1em 0;
}
#page-sankasha .areaUmin ul {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
}
#page-sankasha .areaUmin ul li {
	width: 50%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#page-sankasha .areaUmin ul li a {
	width: 90%;
	font-size: 110%;
	line-height: 120%;
	color: #FFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	margin: 10px;
	padding: 0.5em;
}
#page-sankasha .areaUmin ul li a:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* for IE 4以上 */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* for IE 8以上 */
  background: white;
		transition: all 0.5s ease 0s;
}
#page-sankasha .areaUmin ul.areaUminAngou li a {
	background-color: #FB8C00;
}
#page-sankasha .areaUmin ul.areaUminHeibun li a {
	background-color: #0098ED;
}
/**/


/* 
--------------------------------------------------------------- */
#page-kanja-siensha ul {
	margin: 0;
}
#page-kanja-siensha ul li {
	background-image: url(../img/icon_dot_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
	font-size: 105%;
	margin-bottom: 1em;
}


/* 
--------------------------------------------------------------- */
/*ナビゲーション*/
#page-program .areaPrgNav h4 {
	color: #134489;
	font-size: 140%;
	background-image: none;
	border-top: none;
	border-bottom: #005BAA solid 2px;
	margin-top: 0;
	padding: 0 0 0 0.5em;
}
#page-program .areaPrgNav ul {
	border-top: #005BAA solid 2px;
	border-bottom: #005BAA solid 2px;
	margin: 0 0 30px;
	padding: 0.9em 1.8em 0.3em;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#page-program .areaPrgNav ul li {
	width: 28%;
	list-style: none;
	background-image: url(../img/icon_arrow_dw.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-left: 0;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
#page-program .areaPrgNav ul li a {
	color: #134489;
	text-decoration: none;
}
#page-program .areaPrgNav ul li a:hover {
	color: #1A5FC0;
	text-decoration: underline;
}
/*----------*/

