/* CSS Document */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	margin:0px;
	background-color:#f5f5f5;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
}

#main {
	position: absolute;
	height: 560px;
	width: 810px;
	left: 160px;
}
#menu {
	widows: 810px;
	height: 40px;
}
a.menu, a.menu:visited {
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
	text-decoration: none;
}
a.menu:hover {
	color:#F8F400;
	text-decoration: underline;
} 
#menu1 {
	height: 30px;
	width: 640px;
	position: absolute;
	padding-top: 10px;	
}
#menu2 {
	height: 30px;
	width: 160px;
	position: absolute;
	left: 640px;
	padding-top: 10px;
}
.menu_item {
	height: 18px;
	position: relative;
	display: inline;
	padding: 10px;
}
#submenu {
	height: 30px;
	width: 640px;
	padding-top: 10px;
}
a.submenu, a.submenu:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.submenu:hover {
	color:#25A;
	text-decoration: underline;
} 
#content {
	height: 480px;
	width: 640px;
}
h1 {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 0px;
  color:#F8F400;
}
h1.content1 {
  color:#F8F400;
}
h1.content2 {
  color:#25A;
}
a, a:visited {
  color:#FFF;
  text-decoration: none;
}
a:hover {
  color:#F8F400;
  text-decoration: underline;
}
a.black, a.black:visited {
  color:#000;
  text-decoration: none;
}
a.black:hover {
  color:#F8F400;
  text-decoration: underline;
}
#box1 {
	position: absolute;
	height: 68px;
	width: 182px;
	left: 0px;
	top: 80px;
	padding: 5px;
	color: #fff;
	overflow: auto;
}
#box2 {
	position: absolute;
	height: 68px;
	width: 242px;
	left: 194px;
	top: 80px;
	padding: 5px;
	color: #fff;
	overflow: auto;
}
#box3 {
	position: absolute;
	height: 68px;
	width: 182px;
	left: 448px;
	top: 80px;
	padding: 5px;
	overflow: auto;
}
#box4 {
	position: absolute;
	height: 150px;
	width: 182px;
	left: 0px;
	top: 160px;
	padding: 5px;
	color: #fff;
	overflow: auto;
}
#box5 {
	position: absolute;
	height: 150px;
	width: 242px;
	left: 194px;
	top: 160px;
	padding: 5px;
	overflow: auto;
}
#box6 {
	position: absolute;
	height: 150px;
	width: 182px;
	left: 448px;
	top: 160px;
	color: #fff;
	padding: 5px;
	overflow: auto;
}
#box6_image {
	position: absolute;
	height: 160px;
	width: 192px;
	left: 448px;
	top: 160px;
	overflow: hidden;
}
#box7 {
	position: absolute;
	height: 230px;
	width: 182px;
	left: 0px;
	top: 320px;
	padding: 5px;
	overflow: auto;
}
#box8 {
	position: absolute;
	height: 230px;
	width: 242px;
	left: 194px;
	top: 320px;
	padding: 5px;
	color: #fff;
	overflow: auto;
}
#box9 {
	position: absolute;
	height: 230px;
	width: 182px;
	left: 448px;
	top: 320px;
	padding: 5px;
	color: #fff;
	overflow: auto;
}
td.title {
    color: #000;
	font-weight: bold;
	width: 50px;
}
table.termin {
    margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
}
