*{ 
    margin: 0; 
    padding: 0; 
}



body{
    margin:0px;
    padding:0px;
    background-color: #F9FAF5;
     }
	
a:link { color:black;}
a:hover { text-decoration:none; color:#09F;}
a:active { color: #09F;}
a:visited { color: #ccc;}


#main{
	width:800px;
	height:550px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-275px;
}

img {	border-style:none; }


/* =================================== */
/* HOME */
/* =================================== */

#update{ 
	width:800px;
	text-align:right;
	font-size:11px;
	font-family:"Helvetica","sans-serif";
}

#update p { 
	float:left;
	padding:0;
	}

#update ul {
	float:right;
}

#update ul li {
	text-align: right;
	display:inline;
	list-style:none;
}

#home{
	clear:both;
	width:800px;
	height:480px;
	background-image: url(../home/img/2010_top.jpg);
	background-repeat: no-repeat;
	background-position:center;
}





/* =================================== */
/* コンテンツ部分 */
/* =================================== */

#Navigation {
	clear:both;
	width:800px;
	height:60px;
	display:inline;
	}


#Navigation ul li {
	float:left;
}


ul li {
	list-style:none;
}

