@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 652px;
	height: 100%;
	}
body {
	text-align: justify;
	text-justify: inter-ideograph;
	/* font:13px "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; */
	/*font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: Arial, Helvetica, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
	font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size: 84%;
	line-height: 1.6;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
.pageInr {
	width: 576px;
	margin: 0 auto;
}
h3 {
	height: 60px;
	font-size: 144%;
	font-weight: bold;
	color: #474E52;
	letter-spacing: 1px;
	background: url(../../img/h3_bg.jpg)  no-repeat left top;
	margin: 3em -38px 0;
	position: relative; /* for IE6 */
	padding: 0.8em 0 0 64px;
}
h4 {
	height: 30px;
	font-size: 126%;
	font-weight: bold;
	color: #FFF;
	background: url(../../img/h4_bg.jpg) no-repeat left center;
	margin: 2em -13px 0.8em;
	padding: 0.28em 0 0 13px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	font-size: 110%;
	color: #002564;
	font-weight: bold;
	background-image: url(../../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}



/*--------------------------------------------------------------- 
			各ページ固有の指定
--------------------------------------------------------------- */
/* #page-aisatu
--------------------------------------------------------------- */
#page-aisatu {
}
#page-aisatu p {
	text-indent: 1em;
}
#page-aisatu .area-aisatuName {
	line-height: 180%;
	text-align: right;
	margin: 2em 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 .img-float {
	text-indent: 0;
	margin: 5px 20px 1em 0;
}
