body{
	margin: 0;
	background-color: #EEEEEE;
	font-size: small;
	line-height: 140%;
	color: #333333;
	font-family: Tahoma, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Sans serf";
	background-image: url(image/bg.gif);
}
a:link { color: #333333; }
a:visited {	color: #666666; }
a:hover , a:active { color: #000000; }

h2 {
	background-image: url(image/h2_bg.gif);
	font-size: medium;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 30px;
}

#container {
	width: 800px;
	margin: 10px auto;
	background-color: #FFFFFF;
}
	
#topbanner {
	height: 150px;
	width: 100%;
	text-align:center;
}

#sidenavi {
	width: 150px;
	margin: 10px 10px 10px 20px;
	padding-bottom: 5px;
	float: left;
	background-image: url(image/sidenavi_bg.gif);
	font-size: small;
	color: #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#sidenavi li a { color: #3333FF; }
#sidenavi li a:link { text-decoration: none; color: #3333FF; }
#sidenavi li a:visited { text-decoration: none; color: #666666; }
#sidenavi li a:hover { text-decoration: none; background-color: #99CCFF; color: #000000; }
#sidenavi li a:active { text-decoration: none; background-color: #99CCFF; color: #000000; }
#sidenavi ul { list-style-image: url(image/yajirushi.gif); }
#sidenavi img {	border: 0px; }

#bottom {
	clear: both;
	width: 800px;
	color: #666666;
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
}

#copyright {
	width: 200px;
	float: left;
	margin: 10px;
	font-size: 12px;
	color: #666666;
}

#bottom_center {
	width: 320px;
	float: left;
	margin: 10px;
	font-size: small;
	color: #666666;
	text-align: center;
}

#contents {
	width: 530px;
	margin: 10px;
	padding: 10px;
	float: left;
}

#contents ul {
	list-style-image: url(image/list_button.png);
}
#contents li {
	padding-left: 0.5em;
}
#submenu {
	font-size: small;
	margin-left: -35px;
}
#submenu ul {
	list-style-image: url(image/yajirushi-r.gif);
}
.now {
	background-color: #FFCCFF;
}
.center {
	text-align: center;
}
.indent {
	margin-left: 20px;
}
