@charset "Shift_JIS";

/* 本文 */
h3 {
	line-height: 1.1;
}


h2 {
	background-color: #ffdd00;
	font-weight: normal;
	color: #fff;
	padding: 8px 15px;
}

h2 {
	font-size: 32px;
}
h3 {
	font-size: 26px;
}

t1 {
	font-size: 22px;
}

t2 {
	font-size: 19px;
}

header {
	line-height: 2.0;
}

t2 {
	line-height:1.7;
}

/* 見出し */
h1 {,
	font-family: 'メイリオ', 'MS Pゴシック' ,sans-serif;
	font-weight: normal;
	color:#222;
	line-height: 1.1;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
}

h3, h4, h5, h6 {,
	font-family: 'メイリオ', 'MS Pゴシック' ,sans-serif;
	font-weight: normal;
	color:#222;
	line-height: 1.1;
}


.box1 {
	position: relative;
	padding: 1.5em 0.7em;
	margin: 1.5em 0;
	background: #e6f4ff;
	color: #5c98d4;
	font-weight: bold;
}
.box1:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #e6f4ff;
	width: 0;
	height: 0;
}
.box1 t1 {
	margin: 0;
	padding: 0;
}


/* リンクの文字部分 */
a {
	text-decoration: none;
}

a:link {
	color: #ffdd00;
}
a:visited {
	color: #ffdd00;
}
a:hover {
	text-decoration: underline;
}


h4 {
	font-size: 22px;
}

/* コンテナ、幅は940px固定、左右均等空き */
.container {
	max-width: 940px;
	margin: 0 auto;


