body {
	background-image: url(http://www.evoluto.jp/images/back.gif);
	padding: 0px;
	margin: 0px;
	background-position:center top;
	text-align: center;
}

/* main-font */
.bl01 {
	font-size: 10px;
	color: #000000;
	padding-left: 12px;
	line-height: 14px;
}
.bl02 {
	font-size: 12px;
	color: #000000;
	padding-left: 170px;
	padding-top: 57px;
	line-height: 14px;
}

.img_left {
	float: left;
	margin-right: 10px;
	}

.img_right {
	float: right;
	}
	
.attention {
	color: red;
	font-size: 1.5em;
	}
	
div.entry-body h3 {
    font-weight: bold;
    }

div.entry-body dt {
    color: orange;
    font-weight: bold;
    }
    
hr.coach {
    border-top: 1px dashed orange;
    border-bottom: 1px solid orange;
    color: #fff;
    background-color: #fff;
    height: 4px;
    text-align: center;
    width: 75%;
    }