@charset "utf-8";
/* CSS Document */

.box {
    overflow: hidden;
	clear: both;
	width: 596px
}

.box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .box {
    height: 1em;
    overflow: visible;
}

.image {
	float: left;
	width: 205px;
}

.text {
	float: right;
	width: 390px
}

.text p {
	line-height: 24px;
}

.em {
	color:#D5282E;
	font-size: medium;
}

.not_em {
	margin-bottom: 15px;
}

.gotoblog {
	background:url(../images/service/bg_blog_button.gif) no-repeat left top;
	width: 575px;
	height: 50px;
	text-align: right;
	margin: 25px 0 20px 0;
	padding-right: 20px;
	padding-top: 11px;
}
