#LOGO
{
	position: absolute;
	
	left: 10px;
	top: 10px;
	width: 269px;
	height: 38px;
}

#OSHINAGAKI
{
	position: absolute;
	left: 1%;
	top: 50px;
	width:20%;
	background-image: url("/bg6.png");
	border: solid 1px #eef;
	text-align: left;
}

img
{
	border: none;
}

body
{
	padding: 0;
	margin: 0;
	padding-top: 100px;
	padding-left: 25%;
	top: 0;
	left: 0;

	background-color: white;
	background-image: url("/bg5.png");
	background-repeat: repeat-y;
}

.centre
{
	margin-left: auto;
	margin-right: auto;
}
.flushright
{
	text-align: right;
}

table
{
	border: solid 1px #CCF;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
td
{
	border: solid 1px #CCF;
}
caption
{
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3
{
	font-size: medium;
}

h1 { font-size: x-large; }

p:before
{
	content: url("/ten.png");
	vertical-align: middle;
}

p:hover:before
{
	content: url("/ten2.png");
	vertical-align: middle;
}

a:hover
{
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background-image: url("/bg7.png");
}

.imp
{
	border: red solid 1px;
}

li
{
	list-style-image: url("/ten3.png");
}

li:hover
{
	list-style-image: url("/ten2.png");
}

/*BUG FIX*/
#LOGO { border: none; }
#LOGO > a:hover { background-image: none; border: none;}