@charset "utf-8";

/* このCSSは[economicnews/ecnnews_NN.html]のレイアウトです */

/* MAIN */

#main p#goeconomicnewstop {
	display: block;
	width: 159px;
	height: 12px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

#main p#goeconomicnewstop a {
	display: block;
	width: 159px;
	height: 12px;
	background-image: url(../img/goeconomicnewstop.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main p#goeconomicnewstop a:hover {
	display: block;
	width: 159px;
	height: 12px;
	background-image: url(../img/goeconomicnewstop.gif); 
	background-repeat: no-repeat;
	background-position: 0px -12px;
}

#main {
	display: block;
	width: 945px;
	height: 614px;
	background-image: url(../img/economicnews03_bg.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main #maincontainer {
	display: block;
	padding-top: 90px;
	padding-left: 220px;
}

/* BACK NUMBER */

#main #maincontainer h2#backnumber_list {
	display: block;
	width: 500px;
	height: 25px;
	background-image: url(../img/backnumber_list.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main #maincontainer #goprogram {
	display: block;
	width: 125px;
	height: 15px;
	margin-top: 5px;
	margin-left: 370px;
}

#main #maincontainer #goprogram p#gobefore a {
	display: block;
	width: 65px;
	height: 15px;
	background-image: url(../../img/gobefore-more.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

#main #maincontainer #goprogram p#gobefore a:hover {
	display: block;
	width: 65px;
	height: 15px;
	background-image: url(../../img/gobefore-more.gif); 
	background-repeat: no-repeat;
	background-position: 0px -15px;
}

#main #maincontainer #goprogram p#gomore a {
	display: block;
	width: 60px;
	height: 15px;
	background-image: url(../../img/gobefore-more.gif); 
	background-repeat: no-repeat;
	background-position: -65px 0px;
	float: right;
}

#main #maincontainer #goprogram p#gomore a:hover {
	display: block;
	width: 60px;
	height: 15px;
	background-image: url(../../img/gobefore-more.gif); 
	background-repeat: no-repeat;
	background-position: -65px -15px;
}

#main #maincontainer ul {
	padding: 5px 10px 10px 10px;
	width: 480px;
}

#main #maincontainer ul li {
	list-style-type : none;
}

#main #maincontainer ul li a{
	padding-left: 20px;
	background-image: url(../../img/caption.gif); 
	background-repeat: no-repeat;
	background-position: 5px 1px;
}

#main #maincontainer ul li a:hover {
	padding-left: 20px;
	background-image: url(../../img/caption.gif); 
	background-repeat: no-repeat;
	background-position: 5px -49px;
}

