@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
body {
	background-color: #EEEEEE;
	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: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size: 100%;
	line-height: 1.6;
}
.wrapper {
	width: 1124px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.con {
	min-height: 500px;
	background-color: #FFFFFF;
	padding: 10px 10px 20px;
}
.wrapper .con h2 {
	font-weight: bold;
	margin: 1rem 1rem 0.5rem 1rem;
}
.wrapper .con p {
	margin-left: 1.5rem;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
.header {
	background-color: #2DB200;
	background-image: url(../img/header_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 25px;
}
.header h1 {
	height: 105px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
	background-position: center center;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
.footer {
	height: 130px;
	clear: both;
	background-color: #EEEEEE;
	padding-top: 15px;
}
.footer p {
	font-size: 0.8rem;
	text-align: center;
	color: #535362;
}

#pagetop {
	text-align: right;
	margin: 15px 30px;
}
#pagetop img {
}


/*--------------------------------------------------------------- 
			コンテンツ
--------------------------------------------------------------- */
.areaBtn {
	margin: 2em;
	text-align: center;
}
.areaBtn a {
	display: inline-block;
	margin: 25px;
}
.areaBtn a:hover {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}

.areaInt {
	margin-left: 20px;
}

