* { padding: 0; margin: 0; }

body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 1px;
	line-height: 16px;
	color: #444444;

	}

a:link, a:visited { color: #F46E0D; text-decoration:none; }

a:hover, a:focus{ color: #F46E0D; text-decoration:underline; }



/*_________________________________________________________________  index  */


#bar_top {
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
	position: absolute;
        background-image: url(./images/all/up_bar2.gif); 
}

#container {
	width: 900px;
	height: 740px;
	margin: 0 auto;
	top: 40px;
	border:1px solid #404040;  
	position: relative;
}






.botton {
	top: -30px;
	left: 800px;
	position: absolute;
}


.news_in {
	width: 900px;
	height: 740px;
	top: 0px;
	left: 0px;
	position: absolute;
}




/*----------(トップエリア)----------*/

	.top_area {
		top: -30px; left: 20px;
		width: 400px;
		position: absolute;

	}
	#top_nav, #top_nav * {
		font-size: 10pt;
	}
	#top_nav li {
		list-style-type: none;
		display:inline;
	}
	#top_nav a { 
		width:74px;
		padding:2px 15px 2px 15px;
		color:#FFFFFF;
		text-decoration:none;
		background:#1468AD;
		border: 1px #63A3D7 solid;
	}
	#top_nav a:hover,
	#top_nav a#current {
		color:#FFFF00;
		border: 1px #63A3D7 solid;
		background:#7EACD2;
	}


/*--------------------*/


