@charset "utf-8";
/*
 * this is study of CSS. Kazuaki unomoto 2008
 * Based SenCSS 0.4 - Sensible Standards CSS framework
 *
 * SenCSS 0.4 Copyright (c) 2008 Kilian Valkhof (kilianvalkhof.com)
 * Visit sencss.kilianvalkhof.com for more information. 
 * Licensed under the MIT license.
 */
html,body,div,span,applet,object,iframe,pre,abbr,address,cite,code,del,dfn,em,img,ins,
kbd,q,strong,tt,var,dl,dt,dd,blockquote,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td {
	background:transparent;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	background:#808080;
	color:#000000;
	font:75%/1.5em 'Lucida Grande',Helvetica, Verdana, sans-serif;
	position:relative;
}
a { 
    color: #0066ff; 
	text-decoration: underline; 
	}
a:hover { 
    color: #ff6600; 
	text-decoration: none; 
	}
div#page {
	text-align: left;
	background: white;
	width: 780px;
	margin: 0px auto; 
}
div#head {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px; 
	background: url("../basicimg/bg.gif") repeat-x top left;
	font-family: Helvetica, Palatino, Verdana, 'Trebuchet MS', sans-serif;
	font-weight: normal;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:0px solid #000000;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	padding:12px 20px 0px 20px;
	height:40px;
	text-shadow: #909090 1px 1px 2px;
}
ul#menu li a.hr{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	margin: 0px; 
	padding:12px 20px 0 20px;
	height:40px; 
	background: url("../basicimg/here.gif") repeat-x top left; 
	text-shadow: #000000 1px 1px 2px; 
	}
ul#menu li a:hover{
	color:#ffffff;
	background: url("../basicimg/bbg.gif") repeat-x top left; 
	text-shadow: #202020 1px 1px 2px;
}
ul#menu li a:hover.hr{
	color:#ffffff;
	background:url("../basicimg/here.gif") repeat-x top left; 
	}
ul#menu li a:active{
	color:#000000; 
	}

div#main {
	background-color: #ffffff; 
	margin: 0px; 
	text-align: center;  
}
div#main div#descript {
	margin:0 auto 40px;
	width:500px;
	text-align:center;
	font:normal 1.2em/1.8em 'Lucida Grande', Helvetica, verdana, sans-serif;
}	
div#main #schedule {
	margin: 0 auto;
	text-align: center; 
}
div#main #schedule h4 {
    text-align: center; 
	font-size: 14px; 
	color: #555555;  
}
div#main p {
	margin: 0px 0px 20px 0px; 
	text-align: center;  
}
div#main h1 { margin: 10px 0px 10px 0px; 
     color: black;
     font:bold 2em/1.2em 'Lucida Grande', Helvetica, verdana, sans-serif;
	 letter-spacing: 2px; 
}
div#main h2 {
	margin: 0px 0px 20px 0px; 
	font: bold 2em/1.2em 'Lucida Grande', Helvetica, verdana, sans-serif;
	color: gray; 
    line-height: 135%;
}
div#main h3 {
	font-family: 'Lucida Grande', Helvetica, verdana, sans-serif; 
	font-style: normal; 
	font-weight: bold;
	font-size: 14pt;
	padding: 0px 0px 5px; 
	margin: 0px;
	color: black;
	border-bottom: 1px solid silver;
	text-align: center;
}
div#main h3.past {
	font-family: 'Lucida Grande', Helvetica, verdana, sans-serif; 
	font-style: normal; 
	font-weight: bold;
	font-size: 14pt;
	padding: 0px 0px 5px; 
	margin: 50px 0 0px;
	color: black;
	border-bottom: 1px solid silver;
	text-align: center;
}
div#main h4 {
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	color: black; 
    font-weight: bold;
    font-size: 12pt; 
	line-height: 135%;
}
div#main ul {
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	font-size: 100%;
	margin-left: 40px;
	margin-bottom: 1em;
	margin-right: 30px;
}
div#main li {
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	font-size: 100%;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 30px;
	list-style-type: none;
}

div#profile {
    line-height: 2em;
	width: 580px;
	text-align: left;
	padding: 0px 10px 0px 10px; 
	margin: 0px 0px 30px 0px; 
}
div#profile_y {
    line-height: 2em;
	float: left;
	width: 100px; 
	text-align: right; 
	margin: 0px 0px 30px 0px; 

}
div#foot {
	background-color: #ffffff; 
	color: #909090; 
	padding: 10px;
	margin: 0px auto; 
	text-align: center; 
	border: 0px; 
	clear:both; 
	}
div#foot a{
	color: inherit;
	font-weight: bold; 
	list-style-type:none;
	border: 0px; 
	}
div#caption {
    font-size: 10px;
	text-align: center;
	color: gray;
	clear: both; 
	margin: 10px; 
}
.imgbox_f {
	margin: 0px 0px 40px 60px; 
	float: left; 
	height:260px 
}
.imgbox_w {
	margin: 0px 0px 40px 60px; 
	float: left; 
}
.imgbox_u {
	margin: 40px 0px 40px 60px; 
	float: left; 
}
h2 {
	font-family: Cochin, 'Lucida Grande', Helvetica, verdana, sans-serif; 
	Font-style: italic; 
	font-weight: normal;
	font-size: 21pt;
	padding: 0px 0px 5px 0px; 
	margin: 20px 0px 0px;
	letter-spacing: 0px; 
	color: #202020;
	border-bottom: 1px solid silver;
}
p {
    margin: 0px 0px 0px 10px; 
	text-align: left;
	font-size: 9pt;
	}
p.infobox {padding: 5px 0px 0px 10px; width: 770px; height: 7em; overflow: auto; border: silver 1px solid;}
/* pagelink */

ul.pagelinks { 
   padding: 0px;
   margin: auto;
   width: 14em; 
}
ul.pagelinks li {
   width: 1.2em;
   line-height: 1.2em;
   list-style-type: none;
   border: 1px solid blue;
   float: left;
   margin: 0.1em;
   padding: 0px;
   font-family: 'Lucida Sans',Helvetica, Arial, "Bitstream Vera Sans",sans-serif;
   font-weight: bold;
   text-align: center; 
}
ul.pagelinks li a {
   display: block;
   text-decoration: none;
   width: 1.2em;
}
ul.pagelinks li a:link {
   background-color: #db5b13;
   color: #fff;
}
ul.pagelinks li a:visited {
   background-color: #db5b13;
   color: #fff;
}
ul.pagelinks li a:hover {
   background-color: blue;
   color: #fff;
}
ul.pagelinks li.here {
   background-color: silver;
   color: #000000;
   border: 1px solid #333333;;
}
