body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFECFF;
	background-image: url(../img/bg.jpg);
}

h1, h2, h3 ,h4, h5, p, ul, li {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 300px;
	background-color: #FEEDFF;
	background-image: url(../img/h1bg.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 36px;
	padding-top: 50px;
	padding-left: 30px;
	color: #E31E54;
}
#header p {
	font-size: 12px;
	color: #333;
	margin-left: 30px;
}

#contents p {
	font-size: 16px;
	line-height: 300%;
	color: #333;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 15px;
}
#contents {
	border: 1px solid #F9C;
	padding-top: 30px;
}

#contents h2 {
	background-color: #FCF;
	color: #AA09AE;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 24px;
	background-image: url(../img/h2gb.jpg);
	background-repeat: repeat-x;
}
#contents h3 {
	font-size: 18px;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.r-txt {
	text-align: right;
}
.kyoucho {
	font-size: 20px;
	font-weight: bold;
	color: #C06;
}

.kyocho2 {
	background-color: #FEE0F7;
	font-weight: bold;
}
.c-txt {
	text-align: center;
}

#contents .taikendan {
	background-color: #EFF5F5;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contents .taikendan h3 {
	background-color: #09F;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 15px;
}
#contents .taikendan p {
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 14px;
}
#wrapper #contents ul li {
	padding-left: 0px;
	list-style-type: circle;
	font-size: 16px;
	color: #333;
	line-height: 160%;
	margin-left: 30px;
	background-color: #FFF;
}
#wrapper #contents ul {
	background-color: #FFF;
	margin-left: 30px;
	margin-right: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC2FE;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
}
#footer p a {
	color: #333;
	text-decoration: none;
}
table {
	color: #000;
	font-size: 14px;

}
