body {
	BACKGROUND-COLOR: #c0dcFF;
}

.menu_title
{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00ff80;
	background-image:url('menu_bg.jpg');
}

table.topmenu{
	height: 35px;
	table-layout: fixed; 
	font-weight:bold;
	text-align: center;
	background-color: #c8ffc8;
	background-image:url('navi_bg.jpg');
}

div.sentence {
	line-height: 150%;
}

p.sentence {
	line-height: 135%;
}

p.dotline {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#808080;
}

p.doubleline {
	border-bottom-style:double;
	border-bottom-width:1px;
	border-bottom-color:#808080;
}

p.solidline {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#808080;
}

td.underline {
	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;
}
a {
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin: 0;
	font-size: x-small;
}
h2 {
	margin: 0;
	font-size: small;
}
h3 {
	margin: 0;
	font-size: small;
	text-align: center;
}
