@charset "utf-8";

/* このCSSは[economicnews/data/yymmNo.html]のレイアウトです */
#main {
	display: block;
	margin-left: 2px;
	width: 943px;
	margin: 0 1px;
	height: 770px;
	background: #FFFFFF url(../img/news_bg.jpg) no-repeat; 
	background-position: 0px 0px;
	position: relative;
	font-size: 75%;
}

/* MAIN */
#main a:link, #main a:visited { color: #fff; text-decoration: none; }
#main a:hover { color:#fff; text-decoration: underline; }

/* BACKNUMBER LINK */
#main p#gobacknumber {
	display: block;
	width: 97px;
	height: 12px;
	padding-right: 590px;
	padding-top: 24px;
}

#main p#gobacknumber a {
	display: block;
	width: 97px;
	height: 12px;
	background-image: url(../img/gobacknumber.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* NEWS LIST */

#main #news_list{
	display: block;
	width: 204px;
	position: absolute;
	left: 29px;
	top: 61px;
	padding-bottom: 10px;
}
#main #news_list h1{
	height:28px;
	background: url(../img/list_title.gif) no-repeat; 
}
#main #news_list ul{
	line-height: 120%;
	list-style-type: none;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	padding-bottom: 9px;
	background: #6DD100 url(../img/list_foot.gif) bottom no-repeat;
}

#main #news_list li{
	padding: 5px 15px;
	border-bottom: 1px #FFFFFF solid;
}
#main #news_list li#current{
	background:#4EB500;
}
#main #news_list li.last{
	border-bottom: 1px #6DD100 solid;
}

/* NEWS MAIN */

#main #news_main {
	display: block;
	width: 403px;
	position: absolute;
	left: 270px;
	top: 80px;
	line-height: 160%;
}
#main #news_main h2{
	font-weight: bold;
	color: #4EB500;
	font-size: 120%;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#main #news_main h3{
	font-size: 80%;
}

#main #news_main p a:link, 
#main #news_main p a:visited { color: #ff9e00; text-decoration: none; }
#main #news_main p a:hover { color: #ff9e00; text-decoration: underline; }

#main #news_main p.line {
	margin-bottom: 20px;
	_margin-bottom: 10px;
}

#main #news_main p.caution {
	font-size: 80%;
	margin-bottom: 20px;
	_margin-bottom: 10px;
}

/* NEWS SEARCH */
#main #news_search{
	display: block;
	width: 204px;
	height: 72px;
	position: absolute;
	left: 710px;
	top: 61px;
	background: url(../img/search_bg.gif) no-repeat; 
}
#news_search form{
	position: relative;
	left: 14px;
	top: 37px;
}
#news_search input{
	width: 115px;
	height: 22px;
}
#news_search button{
	margin-left: 7px;
	width: 56px;
	height: 19px;
	border: 0;
	background: url(../img/btn_search.gif) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

/* NEWS RESULT */

#main #news_result{
	display: block;
	width: 204px;
	position: absolute;
	left: 710px;
	top: 126px;
	padding-bottom: 10px;
}
#main #news_result h1{
	height:7px;
	background: url(../img/result_head.gif) no-repeat; 
}
#main #news_result ul{
	line-height: 120%;
	list-style-type: none;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	padding-bottom: 9px;
	background: #6DD100 url(../img/list_foot.gif) bottom no-repeat;
}

#main #news_result li{
	padding: 5px 15px;
	border-bottom: 1px #FFFFFF solid;
}
#main #news_result li#current{
	background:#4EB500;
}
#main #news_result li.last{
	border-bottom: 1px #6DD100 solid;
}


