@charset "UTF-8";

/* ---------------------------------------- 
Information

 - Latest Css Updates : 
 - Those who update it : 
---------------------------------------- */

/* ---------------------------------------- 
 - content
---------------------------------------- */
/* --- diaryList --- */
#content .diaryListSet{
	width:912px;
	margin:10px auto 0 auto;
}
#content .diaryListSet .diaryList{
	border:1px #e0e0e0 solid;
	background-color:#f8f8f8;
	padding:21px 18px;
	margin:15px 0 0 0;
}
#content .diaryListSet .diaryList .txSet{
	float:left;
	width:690px;
	margin:0 16px 0 0;
}
#content .diaryListSet .nonImg .txSet{
	width:838px;
}
#content .diaryListSet .diaryList .txSet dd{
	margin:10px 0 0 0;
}
#content .diaryListSet .diaryList .txSet .date{
	margin:5px 0 0;
}

#content .diaryListSet .diaryList .txSet .moreBtnSet{
	text-align:right;
}

#content .diaryListSet .diaryList .imgSet{
	float:left;
}
#content .diaryListSet .diaryList .imgSet img{
	background-color:#FFF;
	padding:3px;
	border:1px #e0e0e0 solid;
}
#content .diaryListSet .diaryList .imgSet a:hover img{
	background-color:#f2f2f2;
}


/* --- diary --- */
#content .diarySet{
	width:912px;
	margin:10px auto 0 auto;
}
#content .diarySet .diary{
	border:1px #e0e0e0 solid;
	background-color:#f8f8f8;
	padding:21px 18px;
	margin:15px 0 0 0;
}
#content .diarySet .diary .txSet{
	width:874px;
	margin:0 16px 0 0;
}
#content .diarySet .nonImg .txSet{
	width:874px;
}
#content .diarySet .diary .txSet dd{
	margin:10px 0 0 0;
}
#content .diarySet .diary .txSet .date{
	text-align:right;
	margin:10px 0 0;
}

#content .diarySet .diary .imgSet{
	text-align:center;
	margin:15px auto 0 auto;
}
#content .diarySet .diary .imgSet img{
	background-color:#FFF;
	padding:3px;
	border:1px #e0e0e0 solid;
}
#content .diarySet .diary .imgSet a:hover img{
	background-color:#f2f2f2;
}
#content .diarySet .moreBtnSet{
	margin:10px 0 0 0;
	text-align:right;
}