@charset "utf-8";
/* CSS Document */

#page {
	background-image: url(img/back.png);
	background-repeat: repeat-y;
	text-align: center;
	width: 680px;
}
#main {
	margin-right: 70px;
	margin-left: 70px;
	margin-top: 11px;
	margin-bottom: 30px;
}
.text01 {
	color: #FF3194;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;



	margin-bottom: 25
.px;
	margin-bottom: 25px;
}
.line {
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.theme dt {
	float: left;
	width: 200px;
	text-align: left;
	display: inline;
	font-weight: bold;
	color: #676767;
	clear: left;
	padding-top: 6px;
}
.theme dd {
	text-align: left;
	line-height: 150%;
	letter-spacing: 0.08em;
	color: #676767;
	width: 285px;
	margin-left: 250px;
}
.theme dd a {
	color: #FF3194 !important;
	text-decoration: underline !important;
}
.theme dd a:hover {
	text-decoration: underline !important;
	color: #FF8EC4 !important;
}

.clear {
	clear: both;
}
.marginT20 {
	padding-top: 40px !important;
};
}

#toTop {
	font-size: 10px;
	color: #676767;
	text-align: right;
}
#toTop a {
	color: #FF3194;
	text-decoration: none;
}
#toTop a:hover {
	color: #FF6FB4;
	text-decoration: underline;
}

