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