/* Style Sheet */
BODY{
  font-size : 80%;
  font-family : "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka", "Verdana","Arial","sans-serif";
  color : black;
}
H1{
  font-size : 110%;
  margin: 0pt;
  padding: 0pt;
}
H2{
  font-size : 105%;
  margin: 0pt;
  padding: 0pt;
}
H3{
  font-size : 100%;
  font-weight : bold;
}
TABLE{
  font-size : 100%;
}
TH{
  color : white;
  background-color : teal;
}

/* title string */
.title_string{
	font-size: 105%;
	color: #FFCC66;
}
.title_string a:link, .title_string a:visited{
	font-size: 105%;
	color: #FFCC66;
	text-decoration: none;
}

/* Link Style */
a:visited {color: #0000FF;text-decoration: underline;}
a:hover {color: #FF0000;text-decoration: underline;}
a.navi:visited {color: #0000FF;text-decoration: underline;}
a.navi:hover {color: #FF0000;text-decoration: underline;}

a.news:visited {color: maroon;}

/* Form Input */
.FormInput
{ color: #000000;
  font-family: "MS UI Gothic", "MS PGothic", Osaka;
  font-size: x-small;
  background-color: #ffffff;
}

/* calendar */
	.calendar {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFFFFF;
  		line-height:140%;
  		padding:2px;
                text-align:left;
		}
	
	.calendarhead {	
		font-family:verdana, arial, sans-serif;
		color:#666600;
		font-size:small;
		font-weight:normal;
  		padding:2px;
		letter-spacing: .3em;
  		background:#FFFFFF;
  		text-transform:uppercase;
		text-align:left;			
		}	

