@charset "utf-8";
/* CSS Document */
#mainwrapper #title {
	width: 700px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#mainwrapper #image {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#mainwrapper #intro {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#mainwrapper #intro h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C30;
	height: 25px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
#mainwrapper #intro h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	font-weight: normal;
	line-height: 23px;
	padding-left: 20px;
}


#mainwrapper table {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #CCC;
	font-size: 87.5%;
	letter-spacing: 1px;
}

#mainwrapper table tr th {
	padding: 10px;
	background-color: #FFF7D5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	border: 1px solid #CCC;
}

#mainwrapper table tr td {
	padding-left: 20px;
	border: 1px solid #CCC;
}
#mainwrapper table tr td p {
	line-height: 20px;
}
