/*ページ枠設定*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #F9F9F9;
	font-size:12px;
}

a:link {
	text-decoration: none;
	color: #888888;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: underline;
	color: #888888;
}
a:active {
	text-decoration: none;
	color: #888888;
}

#wrapper	{
	margin: 10px auto;
	width: 800px;
}

#header	{
	margin: 0px auto;
	padding-top:10px;
	font-weight:bold;
	color:#CCCCCC;
	width: 800px;
	height:30px;
	text-align:right;
	background-image:url(../images/header-top.gif);
	background-repeat:no-repeat;
}

#maincontent_index	{
	margin-top: 5px;
	width: 800px;
	height: 320px;
	/*
	background-image:url(../images/main-top.jpg);
	background-repeat:no-repeat;
	*/
}

#navigation_index	{
	width: 800px;
	height:30px;
}

#maincontent-bottom_index	{
	margin-top:5px;
	width: 800px;
	height: 180px;
	background-image:url(../images/main-back.gif);
	background-repeat:no-repeat;
}

#fudder_index	{
	margin-top:10px;
	width: 710px;
	height:50px;
	padding-left:90px;
	color:#888888;
	text-align:left;
	background-image:url(../images/inf-logo.gif);
	background-repeat:no-repeat;
}

.news-top	{
	font-size:10px;
	color:#CC0033;
	letter-spacing:2px;
}

.news	{
	font-size:10px;
	letter-spacing:2px;
	line-height:1.3em;
}

.header	{
	margin-right:15px;
}

.fooder-text	{
	font-size:10px;
}

.space00	{
	margin-bottom:7px;
}

img	{
 border:0;
}