body{
	text-align:left;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-image:url("bgimg.bmp");
	background-repeat:repeat-y;
	line-height:1.5;
	font-size:10pt;
	margin:0px;
	color:505050;
}
span.eng{font-family:"Verdana"}
a:link {color:#008080;text-decoration:none}
a:visited {color:#008080;text-decoration:none}
a:hover {color:white;background-color:#909090;text-decoration:none}
a.image:hover {background-color:#ffffff;}

h1{
	background-image:url(title.gif);
	background-repeat:no-repeat;
	background-color:#9fcddd;
	width:100%;
	height:80px;
	padding:0px;
	margin:0px;
}
h2{
	background-image:url(http://www.kaetsu.ac.jp/etc/corner_title.gif);
	background-color:#ecf8ec;
	background-repeat:no-repeat;
	color:#836f63;
	font-size:11pt;
	height:30px;
	width:100%;
	margin:0px;
	padding:5px 0px 0px 10px;
}
h3{
	background-color:#bbd4dd;
	color:black;
	padding:0px;
	text-align:left;
	margin:2px 2px 2px 10px;
	font-size:12px;
}

h4{
	background-color:#ecf8ec;
	color:#836f63;
	padding:10px;
	text-align:left;
	margin:0px;
	font-size:16px;
	font-weight:bold;
}


div.menu{
	top:80px;
	width:170px;
	height:100%;
	position:absolute;
	left:0px;
}

div.center{
	background-color:#ffffff;
	width:833px;
	position:absolute;
	left:170px;
	padding-bottom:50px;
}


div.left{
	background-color:#ffffff;
	width:350px;
	position:absolute;
	left:0px;
}
div.right{
	background-color:#ffffff;
	width:360px;
	position:absolute;
	left:370px;
}

p{
	padding:0px 20px;
	width:80%
	
}

p.lr{
	padding:0px 10px;
	width:100%
	
}
p.menu{
	width:170px;
	margin:0px;
	padding:0px 0px 0px 20px;
	color:#fefefe;
	text-align:left;
	font-size:12px;
	cursor:pointer;
}
ul{
	padding:0px 3px 0px 20px;
	margin:0px 0px 20px 40px;
	width:60%;
}
li{
	padding:0px 3px 0px 20px;
	margin:0px;
}
table	{
	margin:20px 50px 20px 50px;
	table-layout: auto;
	width:600px;
	font-size:10pt;
}
td	{
	background: #ffffff;
	text-align:center;
	color: #5a5a5a;
	padding:3px 5px 3px 5px;
	line-height: 130%;
	border-bottom: solid #c0c0c0 1px;
	font-size:10pt;
}
th{
	background-color:#e6e6e6;
	text-align:center;
	color: #000000;
	font-size:11pt;
	margin:0px;
	padding:3px 5px 3px 10px;
	font-size:10pt;
}
th.corner{
	background-image:url(http://www.kaetsu.ac.jp/etc/corner_subtitle-e6.gif);
	background-repeat:no-repeat;
	font-size:10pt;
}


dl{
	margin:0px 0px 20px 20px;
	width:95%;
}
dt{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#99CC66;
	margin:30px 0px 20px 0px;
	font-weight:bold;
}
dd{
	margin:0px 0px 0px 30px;
}
