/* CSS Document */

body {
	margin-top: 0px;
	font-size: 12px;
	background-color: #DDDDDD;
}

a:link      { color: #5B5507; text-decoration: none }
a:visited   { color: #CC9900; text-decoration: none }
a:active   { color: #FF0000; text-decoration: underline }
a:hover   {color:#3333FF; text-decoration: none;}

.mainarea{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.menutable td{
	height: 30px;
	text-align: center;
	padding-top: 3px;
	font-size: 14px;
	background-color: #FFFFFF;
	width: 113px;
}

.toparea{
	width: 930px;
	background-color: #FFFFFF;
	letter-spacing: 5px;
	line-height: 20px;
	padding: 10px;
	margin: 0px;
	font-size: 14px;
}

.topbg{
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	height: 480px;
	text-align: center;
}

.kaisyatable th{
	height: 30px;
	background-color: #CCCCCC;
	width: 200px;
}

.kaisyatable td{
	height: 30px;
	background-color: #CCCCCC;
	padding-left: 5px;
}

.kaisyatable2 th{
	height: 30px;
	width: 200px;
}

.kaisyatable2 td{
	height: 30px;
	padding-left: 5px;
	text-align: left;
}
.footer{
	width: 950px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
