@charset "Shift_JIS";

/* 見出し */
h1 {,
	font-family: 'メイリオ', 'MS Pゴシック' ,sans-serif;
	font-weight: normal;
	color:#009900;
	line-height: 1.1;
	padding-bottom: 8px;
}

h2 {
	background-color: #1155bb;
	font-weight: normal;
	color: #fff;
	padding: 8px 15px;

}

/* 本文 */
h2 {
	font-size: 32px;
}
h3, h4, h5, h6 {,
	font-family: 'メイリオ', 'MS Pゴシック' ,sans-serif;
	font-weight: normal;
	color:#222;
	line-height: 1.1;
}
h4 {
	font-size: 22px;
}

p {
	font-family: 'メイリオ', 'MS Pゴシック', sans-serif;
	line-height: 1.7;
}

t1 {
	font-family: 'メイリオ', 'MS Pゴシック', sans-serif;
	line-height: 1.7;
	font-size: 23px;
}

.box15 {
	margin: 10px 0;
	color: #565656;
	background: #ffeaea;
	box-shadow: 0px 0px 0px 5px #ffeaea;
	border: dashed 2px #ff7d6e;
	border-radius: 5px;
	border-spacing: 10px 10px 10px 20px;
}
.box15 {
	font-size: 30px;
	border-collapse: collapse;
	font-weight: normal;
	color: #000000;
	padding: 20px 8px 15px 20px;
}
.box16 {
	margin: 10px 0;
	color: #232323;
	background: #fff8e8;
	box-shadow: 0px 0px 0px 5px #fff8e8;
	border: dashed 2px #ffc06e;
	border-radius: 5px;
	border-spacing: 10px 10px 10px 20px;
}
.box16 {
	font-size: 30px;
	border-collapse: collapse;
	font-weight: normal;
	color: #000000;
	padding: 20px 8px 15px 20px;
}

.box17 {
	margin: 10px 0;
	color: #232323;
	background: #f0f7ff;
	box-shadow: 0px 0px 0px 5px #f0f7ff;
	border: dashed 2px #5b8bd0;
	border-radius: 5px;
	border-spacing: 10px 3px 10px 3px;
}
.box17 {
	font-size: 30px;
	border-collapse: collapse;
	font-weight: normal;
	color: #000000;
	padding: 20px 8px 15px 20px;
}

/* リンクの文字部分 */


.box15 a:link {
	color: #000000;
}

.box15 a:visited {
	color: #000000;
}

.box16 a:link {
	color: #000000;
}

.box16 a:visited {
	color: #000000;
}
.box17 a:link {
	color: #000000;
}

.box17 a:visited {
	color: #000000;
}

a {
	text-decoration: none;
}

a:link {
	color: #1155bb;
}

a:visited {
	color: #1155bb;
}

a:hover {
	text-decoration: underline;
}

.box15 {
	height: 40px;


}
.box16 {
	height: 40px;

}
.box17 {
	height: 40px;

}



/* コンテナ、幅は940px固定、左右均等空き */
.container {
	max-width: 940px;
	margin: 0 auto;
}

