#DCname {
	color: #00F;
}
#subtitle {
	color: #333;
}
body {
	background-color: #F0FFF8;
}

.font_caution {
	color: #F00;
}
.font_blue {
	color: #00F;
}
.font_OK {
	color: #060;
}
.font_pink {
	color: #F0F;
}

.block_right {
	text-align: right;
}
.block_center {
	text-align: center;
}

.block_left {
	text-align: left;
}

li {
	margin-bottom: 7px;
	list-style-type: circle;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f19500;
}
.totop img:hover {
	background:#e78f00;
}

