.threeunits caption {
	font-weight: bold;
	color: #000044;
	font-size: 14px;
}
.threeunits td {
	background: #DDDDFF;
	font-size: 90%;
	border: 1px solid #cCC;
	margin: 0px;
	padding: 8px;
}
.threeunits td h5{
	font-size: 12px;
	background: #abc;
	padding: 4px;
	margin-bottom: 0;
}
h4.grayborder{
	background: #234;
	color: #FFF;
	font-weight: normal;
	padding: 6px;
}
.detailtable {
	margin-left: 12px;
	font-size: 90%;
}
.detailtable tr td:first-child {
	font-weight: bold;
}
.maintext {
	font-size: 90%;
	line-height: 150%;
}
ul.tokutyou {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 90%;
	list-style-type: none;
}
ul.tokutyou li {
	padding-bottom: 8px;
}
body {
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #CCFFCC;
}
div.navbar {
	width: 680px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 5px;
	margin-bottom: 10px;
	background: #EFE;
	font-size:80%;
}

body > div > div.navbar {
	width: 670px;
}

div.navbar a{
	color: #003333;
	text-decoration: none;
	font-weight: bold;
	
}
div.navbar a:hover{
	text-decoration: underline;
	background-color: #99CCCC;
}
table.otoiawase
{
	border: 1px solid gray;
	padding: 12px;
	width: 100%;
	margin-bottom: 14px;
}
table.otoiawase td.heading {
	padding: 6px;
	font-size: 90%;
	color: #020;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}
table.otoiawase td.content {
	padding: 6px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
.sizesmall {
	font-size: 80%;
	line-height:150%;
}
.marginleft {
	margin-left: 35px;
	font-size: 90%;
	line-height: 150%;
}