* {	
	margin:0; padding:0;
	font:12px/1.5 'Helvetica','MS PGothic','Hiragino Kaku Gothic Pro',sans-serif;
	border:0;
}
html,body {
	height:100px;
}

/* Basic Tags */
a:link {
	text-decoration:underline;
	color:#575757;
}
a:active,a:visited {
	text-decoration:underline;
	color:#6F6F6F;
}
a:hover,a:active {
	text-decoration:none;
	color:#570000;
}
p {
	padding:0 0 10px 25px;
	text-align:left;
}
ul {
	padding:5px 0 5px 30px;
	text-align:left;
	list-style-type:square;
	}
hr {
	border-top:1px #000 dotted;
}

/* Header Tags */
h1 {
	padding:20px 0 20px 0;
	font:bold 16px/1.5 'Times New Roman','MS PMincho','Hiragino Mincho Pro',serif;
	color:#000;
}
h2 {
	padding:15px 0 15px 10px;
	font:bold 14px/1.5 'Times New Roman','MS PMincho','Hiragino Mincho Pro',serif;
	color:#570000;
	text-align:left;
}
h3 {
	padding:10px 0 10px 15px;
	font:bold 13px/1.5 'Times New Roman','MS PMincho','Hiragino Mincho Pro',serif;
	color:#000057;
	text-align:left;
}
h4 {
	padding:5px 0 5px 20px;
	font:bold 12px/1.5 'Times New Roman','MS PMincho','Hiragino Mincho Pro',serif;
	color:#005700;
	text-align:left;
}

/* IDs and Classes */
div#menu {
	padding:10px 0 10px 0;
}
span#menu {
	height:120px;
	font:bold 13px/1.5 'Times New Roman','MS PMincho','Hiragino Mincho Pro',serif;
}
div#head {
	padding:5px 0 30px 0;
}
div#body {
	margin:0 auto 0 auto; padding:20px;
	width:460px;
	background:url('../img/body.png');
	border-left :2px #000 solid;
	border-right:2px #000 solid;
	text-align:center;
}
	div#tab_body1 {
		margin:50px auto 0 auto;
		width:504px; height:10px;
		background:url('../img/tab_body1.png');
	}
	div#tab_body2 {
		margin:0 auto 50px auto;
		width:504px; height:10px;
		background:url('../img/tab_body2.png');
	}
div#foot {
	padding:32px 2px 2px 2px;
	font:10px 'Helvetica','MS PGothic','Hiragino Kaku Gothic Pro';
}
img#ban {
	position:fixed;
	top:140px; right:0px;
}

/* Table Sorter Plugin */
div.tablewrap {
	text-align:right;
	width:100%;
	padding-left:15px;

}
table.tablesorter {
	width:425px;
	font:10px/2.0 monospace;
	background:#CECECE;
	text-align:left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding-left:4px;
	font:bold 10px/2.0 monospace;
	background:#E6EEEE;
	border:1px solid #EEE;
}
table.tablesorter thead tr .header {
	font:10px/2.0 monospace;
	background:url('../img/bg.gif') no-repeat center right;
	cursor:pointer;
}
table.tablesorter tbody td {
	font:10px/2.0 monospace;
	color:#3D3D3D;
	padding-left:4px;
	background:#FFF;
	vertical-align:top;
}
table.tablesorter tbody tr.odd td {
	font:10px/2.0 monospace;
	background:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	font:bold 10px/2.0 monospace;
	background:#8DBDD8 url('../img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	font:bold 10px/2.0 monospace;
	background:#8DBDD8 url('../img/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background: #8DBDD8;
}


/* Light Box */
div.articleBody .gallery {
	background-color: #444;
	padding: 10px;
	margin: 10px auto 10px;}
div.articleBody .gallery ul {
	list-style: none;
	text-align: center;
	margin-left: 0;
	margin-bottom: 0;}
div.articleBody .gallery ul li { display: inline;}
div.articleBody .gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px; }
div.articleBody .gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff; }
div.articleBody .gallery ul a:hover { color: #fff; }


/* Calendar */
table.jcal {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}
td.jcal, th.jcal {
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	background:url(../img/jcalcells.png);
	color: #444;
	position: relative;
}
th.jcal {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td.jcal:hover, th.jcal:hover {
	background:url(../img/jcalcells.png);
	background-position: 0px -81px;
	color: #222;
}
td.jcal-date_has_event {
	background:url(../img/jcalcells.png);
	background-position: 162px 0px;
	color: white;
}
td.jcal-date_has_event:hover {
	background:url(../img/jcalcells.png);
	background-position: 162px -81px;
}
td.jcal-padding {
	background: url(../img/jcalpad.jpg);
}
td.jcal-today {
	background:url(../img/jcalcells.png);
	background-position: 81px 0px;
	color: white;
}
td.jcal-today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/jcalpopup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span.desc {
	display: block;
	font:10px/1.5 sans-serif;
	padding:0 0 5px 5px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font:bold 12px/1.5 'Times New Roman','MS PMincho','Hiragino Mincho Pro',serif;
	padding:0 0 5px 0;
	color: #222;
}