@charset "utf-8";

/*------------------------------------------------------------------------------*/

/*	▼ メイン ▼																*/

/*------------------------------------------------------------------------------*/



.body_title {

	 width: 580px;

	 height: 24px;

	 background-image: url(../images/material/title_diary.png);

	 font-size: 16px;

	 font-weight: bold;

	 text-align: left;

}

.body_name {

	 line-height: 28px;

	 padding: 0px 35px;

}

.body_date { font-size: 18px;}

.body_text {

	 line-height: 20px;

	 padding: 30px 45px 15px;

	 text-align: left;

}

.body_log {

	 width: 240px;

	 height: 25px;

	 margin: 0px auto;

	 font-size: 14px;

	 text-align: center;

}

