@charset "UTF-8";

h1{
	border:none;
	width:648px;
	height: 92px;
	background: url(/ssnews/images/title.gif) no-repeat;
	margin:0;
	padding:0;
	border:1px solid;
}
h1 span{
	width:1px;
	display:block;
	position: absolute;
	top:-2000px;
}
h2{
	margin-top:15px;
}
/*----------------------------------------------------------------------
/		ニュースインデックス
/----------------------------------------------------------------------*/
div.contents#index div.main dl{
	padding: 5px 0 0 0;
	background: url(/images/dot_line.gif) repeat-x top;
}
div.contents#index div.main dt{
	width: 100px;
	float:left;
	font-weight: normal;
}
div.contents#index div.main dd{
	padding: 0 0 5px 100px;
	margin: 0 0 5px 0;
	background: url(/images/dot_line.gif) repeat-x bottom;

}

/*----------------------------------------------------------------------
/		detail 詳細ページ
/----------------------------------------------------------------------*/
div.contents#detail div.main h2.newstitle{
	margin-bottom: 5px;
}
div.contents#detail div.main p.date{
	color: #428400;
	font-size: 90%;
	margin-bottom: 15px;
}
/*----------------------------------------------------------------------
/ 20090724 ogawa	detail 図版挿入
/----------------------------------------------------------------------*/

div.detailPicture{
	border:1px solid #cccccc;
	margin:0 0 0px;
	padding:10px;
	text-align: center;
}
div.detailPicture img{
	margin: 0 auto 5px;
}
div.detailPicture p{
	text-align: left;
}

/* for image with 300 width */
div.detailPicture#image300{
	margin: 0px auto;
	width: 300px;
}
