@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/*-------------------------------------------------------------------------
▼header
-------------------------------------------------------------------------*/
header{
  height:249px;
  background:url(../images/cmn_images/main_image.jpg) 50% 0 no-repeat;
}
#main_image{
  width:980px;
  margin:0 auto;
  text-align:right;
  padding-top:25px;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#diaryPro #news {
	margin-left:0;
}
#news dl{
  	overflow: hidden;
  	margin-bottom: 8px;
  	padding-bottom:8px;
  	border-bottom:dotted 1px #999;
}
#news dt{
	width: 70px;
	float: left;
	background: url(../images/index_images/news_icon.png) 0 4px no-repeat;
	padding-left: 15px;
}
#news dd{
  	margin-left:110px;  
}

