@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color:#000000;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3',Times New Roman,Times,sans-serif;
	color:#ffffff;
}

div#wrapper {
	width: 868px;
	height: 652px;
	margin-top: 20px;
	background-position: center;
	text-align: center;
	background-image: url('../img/FGLTWEBNEWS.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	
}


div#menubar {
	padding-top: 172px;
	padding-left:10px;
	width: 652px;
	float: left;
	text-align: left;
}


div#contents {
	padding-left: 160px;
	width: 300px;
	float: left;
	text-align: left;
}

a:hover { 
	color:#ffff00;} 


div#detail {
	overflow:auto;
	width: 360px;
	height: 280px;
	padding: 5px 10px 5px 30px;
	float:right;
	font-size: 80%;
	text-align: left;
	8color:#ffffff;
	scrollbar-base-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#000000;
} 


div#footer {
	float: none;
	height: 90px;
}

/* old \*/
* html div#wrapper {
	width: 1000px;
}
/* end */