@charset "utf-8";

/*--トップ画面表示時の日刊ニュース用レイアウト--*/

/* ----content---- */
#content_wrapper{
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index: 0;
}
#content_wrapper #bread_crumbs{
	margin: 10px 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.2;
}

/* ----content_contents---- */
#content_wrapper #contents{
	width: 639px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
#content_wrapper #contents #contentstitle{
	width: 639px;
	height: 47px;
	margin: 0;
	padding: 0;
	background-image: url(../img/01_title_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#content_wrapper #contents #contentstitle #pastcontents{
	width: 166px;
	height: 26px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 450px;
}
/* ----content_contents_searcharea---- */
#content_wrapper #contents #searcharea{
	width: 639px;
	height: 39px;
	margin: 16px 0 0 0;
	padding: 0;
	background-image: url(../img/01_search_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#content_wrapper #contents #searcharea #search_01{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 100px;
}
#content_wrapper #contents #searcharea #search_02{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 370px;
}

/* ----content_contents_contentsarea---- */
#content_wrapper #contents #contentsarea{
	width: 639px;
	margin: 16px 0 0 0;
	padding: 0;
}
.headline{
	color: rgb(245, 81, 141);
	font-weight: bold;
	line-height: 2.0em;
}
#content_wrapper #contents #contentsarea .newsparagraph{
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	line-height: 2.0;
	background-image: url(../img/dot_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content_wrapper #contents #contentsarea .newsparagraph a{
	color: rgb(245, 81, 141);
	text-decoration: underline;
}
#content_wrapper #contents #contentsarea .newsparagraph a:hover{
	color: rgb(200, 50, 110);
	text-decoration: underline;
}
#content_wrapper #contents #contentsarea #pageguide{
	text-align: center;
}
#content_wrapper #contents #contentsarea #pageguide a{
	color: rgb(245, 81, 141);
	text-decoration: none;
}
#content_wrapper #contents #contentsarea #pageguide a:hover{
	color: rgb(200, 50, 110);
	text-decoration: none;
}
