@charset "utf-8";

div#page_header{
	background:url(../img/news/img_main.png) no-repeat 0 bottom;
}

/* contents
----------------------------------------------------------------------------------------------------*/

div#contents{
	margin:0 auto;
	margin-left:0;
	width:670px;
	padding-top:30px;
}

/* entry
----------------------------------------------------------------------------------------------------*/

/* pagetop */

p.pagetop{
	clear:both;
	margin-bottom:20px;
	text-align:right;
}

/* archive */

dl#archive{
	line-height:1.8;
	margin-bottom:30px;
	text-align:left;
}

dl#archive dt{
	clear:left;
	float:left;
	width:100px;
}

dl#archive dd{
	border-bottom:1px #CCC dashed;
	margin-bottom:1em;
	padding-left:120px;
	padding-bottom:1em;
}

dl#archive dd a{
	background:url(../img/common/arrow_srb.gif) no-repeat left center;
	color:#0047ab;
	padding-left:28px;
}
dl#archive dd a:visited{
	color:#333333;
}


.title{
  background:url(../img/news/back_title.gif) no-repeat right top #FFF;
  border-bottom:5px #66CCFF solid;
  clear:both;
  font-size:140%;
  letter-spacing:0.2em;
  padding:5px 20px;
  text-align:left;
}

div.entry{
  line-height:1.8;
  margin-bottom:30px;
  text-align:left;
}

div.entry p{
  margin-top:1em;
}