@charset "ISO-8859-1";

/*
--------------------------
==format
==page
==header
==sidebar
==contents
==footer
--------------------------
*/


/* ==format
-----------------------------------*/

@media screen {
	body{background-image: url('img/bg_dot.gif');}
}

body{
	font-size: 12px;
	text-align: center;
}

*{
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

hr{
	border: none;
	clear: both;
	visibility: hidden;
	height: 0px;
}

/* ==page
-----------------------------------*/

div#page{
	margin: 0px auto;
	width: 788px;
	text-align: left;
	background: #FFFFFF url(img/bg.gif) repeat-y;
}

/* ==header
-----------------------------------*/

div#header{
	margin: 0px 4px;
	width: 780px;
	height: 120px;
	border-bottom: 4px solid #000080;
	background: #8aadff url(img/title.jpg) no-repeat;
}

/* ==sidebar
-----------------------------------*/

#sidebar{
	float: left;
	margin-left: 4px;
	width: 220px;
/*	background-color: #99FF99; DEBUG*/
}

#menu{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
	width: 191px;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	margin-top: 2px;
	text-indent: 35px;	
}

#menu ul li.here{
	width: 100%;
	height: 31px;
	line-height: 27px;
	font-size: 14px;
	font-family: 'Arial black', Helvetica, sans-serif;
	color: #333333;
	background-image: url('img/menu3.jpg');
	background-color: #FFFFEE;
	display: block;
}

#menu ul li a{
	width: 100%;
	height: 31px;
	line-height: 27px;
	font-size: 14px;
	font-family: 'Arial black', Helvetica, sans-serif;
	color: #333333;
	background-image: url('img/menu1.jpg');
	background-color: #FFFFFF;
	display: block;
}

#menu ul li a:hover{
	background-image: url('img/menu2.jpg');
	background-color: #FFFFEE;
}

/* ==contents
-----------------------------------*/

#contents{
	float: right;
	margin-right: 4px;
/*	margin: 0px 0px 0px 230px;*/
	width: 540px;
	padding: 20px 0px;
	white-space: normal;
	word-wrap: break-word;
	line-height: 120%;
	font-size: 12px;

/*	background-color: #FF9999; DEBUG*/
}

#contents h1{
	width: 501px;
	height: 31px;
	background-image: url('img/h1.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 15px;
	padding-top: 7px;
	text-indent: 26px;
	line-height: normal;
}

#contents h2{
	width: 400px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #CCCCBB;
	border-left: 4px solid #4169E1;
	margin: 12px 0px 10px 8px;
	line-height: normal;
}

#contents h3{
	width: 500px;
	height: 25px;
	background-image: url('img/h3.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	padding-top: 2px;
	text-indent: 15px;
	font-weight: bold;
	line-height: normal;
	margin: 3px 0px 0px 9px;
}

#contents strong{
	color: #0000FF;
	font-weight: bold;
}

#contents em{
	font-weight: bold;
}

#contents del{
	text-decoration: line-through;
}

#contents ul{
	list-style-image: url(img/icon2.gif);
	list-style-position: outside;
	margin: 5px 40px;
}

#contents li{
}

#contents p{
	text-indent: 0px;
	line-height: 120%;
	padding: 0px 20px 3px 20px;
	text-align: justify;
}

#contents #indent p{
	margin-left: 15px;
	line-height: 120%;
}

#contents p.notice{
	padding: 10px;
	margin: 10px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;

	color: #663333;
	background-color: #FFCCCC;
	border: #CC9999 double 3px;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#contents p.notice strong{
	color: #FF0000;
	text-decoration: underline;
}

#contents a{
	color: #661111;
	text-decoration: underline;
}

#contents a:hover{
	color: #999999;
	text-decoration: none;
}

#contents a.link-out{
	padding: 1px 20px 1px 0px;
	background-image: url('img/icon_out.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#contents a.link-pdf{
	padding: 1px 20px 1px 0px;
	background-image: url('img/icon_pdf.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#contents a.link-doc{
	padding: 1px 20px 1px 0px;
	background-image: url('img/icon_doc.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#contents p.square{
	border: #999999 double 3px;
	padding: 10px;
	margin: 10px 20px;
}

#contents img{
	border: none;
}

#contents img.banner{
	border: 1px #CCCCCC solid;
}

#contents table{
	margin: 5px 20px;
}

#contents th{
	padding: 0px 10px;
	background-color: #EEEEEE;
}

#contents td{
	padding: 0px 10px;
}

#contents table.framed{
	margin: 10px 20px;
	border-collapse: collapse;
}

#contents table.framed th{
	padding: 3px 20px;
	border: #CCCCCC solid 1px;
	background-color: #EEEEEE;
	text-align: center;
	font-weight: bold;
}

#contents table.framed td{
	padding: 3px 20px;
	border: #CCCCCC solid 1px;
}

#contents table.news{
	width: 500px;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
}

#contents table.news th{
	width: 120px;
	padding: 3px 10px;
	background-color: #EEEEEE;
	text-align: right;
}

#contents table.news td{
	padding: 3px 10px;
}

#contents table.program{
	width: 500px;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	vertical-align: middle;
	background: #FFFF99;
	font-size: 10px;
}
#contents table.program tr{height: 20px;}
#contents table.program td{border: 1pt solid #999999; padding: 0px;}
#contents table.program thead{background: #CCCCFF;}
#contents table.program col.time{background: #EEEEEE;}
#contents table.program td.empty{background: #FFFFFF;}
#contents table.program td.break{background: #FFEEDD;}
#contents table.program td.lecture{background: #CCFFCC;}
#contents table.program td.party{background: #FFCC99;}

/* ==footer
-----------------------------------*/

div#footer{
	clear: both;
	margin: 0px 4px;
	width: 780px;
	height: 35px;
	border-top: 4px solid #000080;
	background: #8aadff url(img/footer.jpg) repeat-y;
}

div#footer p{
	padding: 10px 24px 0px 0px;
	text-align: right;
	color: #FFFFFF;
}
