.maintext {
	font-size: 90%;
	line-height: 150%;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	padding-left: 12px;
}
.marginleft {
	margin-left: 35px;
	font-size: 90%;
	line-height: 150%;
}
h2.main {
	font-size: 16px;
	color: #333366;
}
h3.main {
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 2px;
	border-bottom: 3px double #ddd;
	background-image: url(images/h3bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h4.main {
	font-size: 14px;
	clear: both;
	border-bottom: 1px dotted #003399;
	padding: 4px;
}
.float-right {
	margin-left: 8px;
	float: right;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/mainbg.gif);
	background-repeat: repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
#container {
	width: 780px;
}
#container #footer a {
	font-size: 80%;
	float: right;
	color: #444;
}
#container #footer a:hover {
	color: #777;
	text-decoration: none;
}
#headbar {
	border-bottom: 1px solid #aaa;
	background-image: url(images/headbg.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
h2.headbar {
	position: absolute;
	z-index: 10;
	top: 28px;
	left: 240px;
	font-size: 14px;
	color: lightblue;
}
#leftside {
	width: 200px;
	top: 100px;
	position: absolute;

}
#rightside {
	width: 590px;
	top: 100px;
	position: absolute;
	margin-left: 180px;
}
#navbar a {
	display: block;
	font-size: 13px;
	padding: 2px;
	text-decoration: none;
	color: #003366;
}
#navbar a:hover {
	background-color: #eee;
	text-decoration: underline;
}
#navbar a.active {
	font-weight: bold;
	color: #990033;
}

br.disabled {
	display: none;
}
.content {
	padding: 20px;
	background-image: url(images/overlay.png);
}
* html .content{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(images/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

a, input, textarea {
	position: relative;
}
.kado1, .kado2, .kado3, .kado4 {
	position: relative;
}
.kado1{
	left: 17;
	top: 17;
}
.kado2{
	right: 17;
	top: 17;
}
.kado3{
	left: 17;
	bottom: 17;
}
.kado4{
	right: 17;
	bottom: 17;
}
table.otoiawase
{
	padding: 12px;
	width: 100%;
	margin-bottom: 14px;

}
table.otoiawase td.heading {
	padding: 6px;
	font-size: 90%;
	color: #345;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}
table.otoiawase td.form {
	background: none;
	padding: 6px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
.news_box {
	padding: 10px;
	border: 1px solid #aaa;
	background-color:black;
}
.news_box h4 {
	color: #CCFFFF;
	margin-top:0px;
}
.news_box p {
	margin-bottom:0px;
	font-size:90%;
	line-height:150%;
	color:white;
}