body {
	/*
	background-color: #dfe160;
*/
	margin: 0px;
	padding: 0px;
}

.title {
	/*
	margin: 5px;
	padding: 7px;
	padding-top: 23px;
	padding-left: 20px;
	*/
	height: 90px;
	background-color: white;
	background-image: url(images/back-11.png);
	background-repeat : repeat;

/*
	background-attachment : fixed;
	border-top: 10px #428bef solid;
	border-right: 0px #428bef solid;
	border-left: 3px #428bef solid;
	border-bottom: 10px #428bef solid: 
*/
}

.box{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 80px 0px 30px;
}

.menubox {
	float: left;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 8pt; 
}

.mainbox {
	height: 100%;
	background-color: white;
	margin: 5px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*
	background-position: bottom right;
	background-image: url(images/gokou-03.png);
	background-attachment : fixed;
	background-repeat : no-repeat;
	*/
	border: solid green;
	overflow:auto;
}

.foot {
	padding-top: 5px;
	margin-top: 5px;
	height: 25px;
	clear: both;
	background-image: url(images/back-07.png);
	background-repeat : repeat;
	font-weight: 500;
	font-size: 10pt;
	font-style: italic;
}

.ac {
	text-align: center;
}

.main           {margin-top:40px;
                         width:560px;
                         margin-left:auto;
                         margin-right:auto;
                         text-align:left}

.index           {margin-top:5px;
		padding-top: 5px;
		padding-left: 20px;
                         text-align:left}


.main h2        {background-color:#000080;
                         color:white}

.main table     {width:100%}

.form td        {vertical-align:center}

