@import url("./basic2.css");
/*-------------diary------------*/
/*ひとつの記事のまとまり*/
#ContentsBox {
   width:540px;
	 margin:5px 0 0 0;
	 float:left;
}
/*タイトル*/
#Diary{
   margin-bottom:12px;
	 border:solid 1px #9966cc;
}

#Date{
   clear:both;
	 background-color: #9966cc;
	 color:#fff;
	 font-size:12px;
}
#Photo img{
   padding:10px;
	 float:left;
}
#Title{
   font-weight:bold;
	 margin-bottom:2px;
	 padding:10px 0px 2px 0px;
}
#Title a{
   font-weight:normal;
}
#Comment{
   text-indent:12px;
}
#clr{
   clear:both;
}
