body {
	background-image: url(img/bkg151.gif);
	background-color: #ccffff;

	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	text-align: center;
}

A:link		{	color: blue;	border-width: 0px;	}
A:visited	{	color: blue;						}
A:active	{	color: red;							}
ul			{	list-style-type: none;				}
table		{	empty-cells: show;					}
img			{	border-width: 0px;					}
h1			{	font-size: 175%;					}

.wrapper_a {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.header_a {
	background-color:#006699;
	width:800px;
	height:80px;
	color:white;
}
.menu_a {
	float: right;
	background-color:#006699;
	width:120px;
	height:520px;
}
.list_a {
	float: left;
	background-color:#ffffcc;
	width:680px;
	height:20px;
	color: blue;
}
.main_a {
	float: left;
	background-color:#ffffcc;
	width:680px;
	height:500px;
	overflow:auto;
}
.fotter_a {
	clear: both;
	background-color:#6699ff;
	width:800px;
	height:80px;
	color:white;
}

h1.header	{
	text-align: center;
}

p.header	{
	font-size: 100%;
	text-align: center;
}
p.header sub{
	font-size: 75%;
}

p#menu		{
	text-align: center;
}
p#main {
	text-align: center;
	margin: 0px auto 20px;
	width:600px;
	height:160px;
	overflow: auto;
}
p#new {
	margin: 10px auto;
	width:540px;
	height:135px;
	overflow: auto;
	font-family:"‚l‚r ƒSƒVƒbƒN";
}
p#news {
	width:300px;
	height:135px;
	overflow: auto;
	float: left;
	margin: 20px 0 10px 20px;
}
p#data {
	width:320px;
	height:135px;
	overflow: auto;
	float: left;
	margin: 20px 0 10px 20px;
}
p#info {
	margin: 10px auto;
	width:340px;
	height:280px;
	overflow: auto;
	font-family:"‚l‚r ƒSƒVƒbƒN";
}

.wrapper_b {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
div#header {
	background-color:#006699;
	width:1000px;
	color:white;
}
div#pagebody {
	background-color:#ffffcc;
	width:1000px;
	overflow:auto;
	padding: 5px 0px;
}

div#left {
	float: left;
	background-color:#ffffcc;
	width:490px;
	overflow:auto;
	padding: 0px 5px;
}
div#right {
	float: right;
	background-color:#ffffcc;
	width:490px;
	overflow:auto;
	padding: 0px 5px;
}

div#footer {
	clear: both;
	background-color:#6699ff;
	width:980px;
	color:white;
	padding: 10px 10px;
}
p.a_left	{
	font-size: 100%;
	text-align: left;
}
