#textBlock {
	width: 720px;
	margin-right: 30px;
	margin-left: 30px;
}
h3#ttlText1 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	padding-top: 78px;
	margin-bottom: 50px;
	text-align: center;
	width: 720px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.oneBlock a    {
	text-decoration: underline;
}
p#introText {
	margin-bottom: 18px;
	text-align: left;
}
.oneBlock {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a2a2a2;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.oneBlock:last-child {
	border-bottom-style: none;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.oneBlock h4 {
	font-weight: bold;
}
.oneBlock ul li {
	line-height: 24px;
}



#btnTop {
	width: 780px;
	margin-top: 42px;
}
p#btnBase {
	position: relative;
	height: 38px;
	width: 198px;
	border: 1px solid #757575;
	font-weight: bold;
	line-height: 38px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p#btnBase a:hover {
	color:#8c8c8c;
	/*transition: opacity 1s ease-out;*/
}
p#btnBase a {
	color:#4c4c4c;
	text-decoration:none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	/*transition: opacity 1s ease-out;*/
}
#textBlock p {
	line-height: 22px;
}