@charset "shift-jis";
body{	
	margin:0 auto;
	width:1000px;
	background-color:#000000;
}

#leftcontents{
/*  width:30%; */
	width:250px;
	height:300px; 
	float:left;
/*  margin:0px 50px 30px 0px; */
	background-color:#191970; 
/*	border-right: 2px solid #000000; */
	color:#FFFFFF;
}

#leftcontents h1 {
	text-align:center;
}

#leftcontents a:link {
    color:#F5F5F5;
    font-style:normal;
    text-decoration:underline;
}
#leftcontents a:visited {
    color:#F5F5F5;
    text-decoration:underline;
}
#leftcontents a:hover {
    color:#FF0000;
    font-style:normal;
    text-decoration:underline;
}
#leftcontents a:active {
    text-decoration:none;
}

#rightcontents{
/*	width:70%; */
	width:700px;
/*	height:3000px; */
	float:right;
/*	margin:0px 0px 0px 10px; */
/*	background-color:#FFB6C1; */
	background-color:#000000;
	color:#FFFFFF;
}

#rightcontents a:link {
    color:#FFFF00;
    font-style:normal;
    text-decoration:underline;
}
#rightcontents a:visited {
    color:#FFFF00;
    text-decoration:underline;
}
#rightcontents a:hover {
    color:#FF0000;
    font-style:normal;
    text-decoration:underline;
}
#rightcontents a:active {
    text-decoration:none;
}

/*
#rightcontents dl{
	border:3px double #7FFFD4;
	background-color:#E0FFFF;
	margin:0px 0px 0px 30px;
}
*/


#rightcontents h2,h3{
/*	text-align:center;*/
	color:#00FFFF;
}

#accessmap {
	text-align:center;
}

#accessmap p{
	text-align:right;
}

#update{
	clear:both;
	text-align:right;
}
