@charset "Shift_JIS";


/* 見出し */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
}


h2 {
	background-color: #ff99bb;
	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;
}
h2 {
	font-size: 32px;
}
h4 {
	font-size: 22px;
}

/* 本文 */
p {
	font-family: 'メイリオ', 'MS Pゴシック', sans-serif;
	line-height: 1.7;
}

/* リンク文字部分 */
a {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:link {
	color: #ff99bb;
}

a:visited {
	color: #ff99bb;
}


/* ページタイトル部分 */
.lead {
	color: #dd9955;
	line-height: 1;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}

/* 箇条書き */
ul {
	font-family: 'メイリオ', 'MS Pゴシック', sans-serif;
	line-height: 1.7;
	padding-bottom: 20px;
}


/* 表 */
table {
	font-size: 25px;
	border: 5px solid #999;
}

th, td {
	border: 2px solid #999;
	padding: 8px;
}

th {
	background-color: #ffbbbb;
}

td {
	line-height: 1.7;
}

/* コンテナ、幅は940px固定、左右均等空き */
.container {
	max-width: 940px;
	margin: 0 auto;
}

