@charset "utf-8";

/* -------------------------------------------------- */
/* file   :blog.css                                   */
/* update : 2010/01/14 T.S                           */
/* -------------------------------------------------- */
/* 共通 */
/* -------------------------------------------------- */
/* index */
/* -------------------------------------------------- */

#blog .index_content01_wrap{
	width: 690px;
}
#blog .index_content01{
	float: left;
	width: 345px;
}
#blog .content01_inner{
	padding-top: 14px;
	padding-left: 16px;
	height: 141px;
	padding-right: 12px;
}
#blog #inner01{
	background-image: url(../../blog/img/bg_index_content01.jpg);
	background-repeat: no-repeat;
}
#blog #inner02{
	background-image: url(../../blog/img/bg_index_content02.jpg);
	background-repeat: no-repeat;
}
#blog #inner03{
	background-image: url(../../blog/img/bg_index_content03.jpg);
	background-repeat: no-repeat;
}
#blog #inner04{
	background-image: url(../../blog/img/bg_index_content04.jpg);
	background-repeat: no-repeat;
}

#blog .inner_title01{
	margin-bottom: 17px;
}
#blog #inner_text01{
	background-image: url(../../blog/img/icon_index01.gif);
	background-repeat: no-repeat;
	background-position: 117px 23px;
}

