body {
	BACKGROUND-COLOR: #D0FFD0
}

.header {
	width: 100%;
	color: #ffffff;
	font-size: small;
	text-align: left;
	background-color: #000000;
}

.menu_title
{
	width: 100%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00ff80;
	text-align: center;
	font-weight:bold;
	font-size: 100%;
	background-image:url('menu_bg.jpg');
}

table.topmenu{
	height: 35px;
	table-layout: fixed; 
	text-align: center;
	background-color: #FF8080;
	background-image:url('navi_bg.jpg');
	font-weight:bold;
}

table.compmenu{
	width: 100%;
	font-weight:bold;
	font-size: 80%;
}

div.sentence {
	line-height: 150%;
}

p.sentence {
	line-height: 135%;
}

p.dotline {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#808080;
}

td.doubleline {
	border-bottom-style:double;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}

td.solidline {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#808080;
}

td.underline {
	height: 30px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}

a {
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin: 0;
	font-size: x-small;
}

h2 {
	margin: 0;
	font-size: small;
}


