@charset "UTF-8";
.img_l{
	width:270px;
	float:left;
}
.text_r{
	width:570px;
	float:left;
}
.img__r{
	width:250px;
	float:left;
}
.text_l{
	width:570px;
	text-align:right;
	margin-right:20px;
	float:left;
}
.name{
	font-size:16px;
	font-weight:bold;
	color:#F39939;
}
.post{
	font-weight:bold;
}
.glay{
	color:#727171;
	margin-top:20px;
}
.category{
	font-weight:bold;
	color:#595757;
}

.border {
    padding-top: 10px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #A72126;
}

.float_l {
    width: 405px;
    padding-right: 14px;
    margin-right: 15px;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #000;
    float: left;
}

.float_r {
    width: 405px;
    float: left;
}