@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: small; 
	font-style: normal;
}

body {
	background-color: #006600;
}

ul li {
	list-style-type: none;
}

a         { color: #0026C8; text-decoration: underline; cursor: pointer;}
a:visited { color: #0026C8;}
a:hover   { color: #728AF0;}
a:focus,
a:active  { color: #f90;}

hr { display: none;}

img { border: none; color: #fff; background: transparent; vertical-align: bottom;}

#shadow {
	width:920px;
	background-image:url(../images/background_shadow.gif);
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width:900px;
	background-color: #DBD9BF;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	padding:8px;
}

#main {
	width:676px;
	float: right;
	margin-top: 0;
}

#main #text_field {
	background-color:#FFFFFF;
	padding: 15px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	border: 1px solid #666666;
	
	}

#main #program_field {
	background-color:#FFFFFF;
	padding: 25px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	border: 1px solid #666666;
	
	}

#main #program_field h3 {
	padding:35px 0 5px 0;
	border-bottom:1px dotted #666666;
	font-size:large;
	text-align:center;
	margin-bottom:20px;
}

#main #program_field h3#program_top {
	padding-top:5px;
}

.draw {
	margin:0 0 0 0px;
}

.draw  td{
	width:300px;
	height:35px;
}


#main #text_field h3 {
	font-size:large;
	text-align:center;
}

#main #text_field h4 {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size:medium;
}

#main #text_field h5 {
	padding-top: 1em;
	padding-bottom: 1em;
}

#main #text_field p {
	line-height:1.5em;
}

#schedule_tbl {
	border-collapse:collapse;
	text-align:center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}


#schedule_tbl td,#schedule_tbl th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

#caution_qualify {
	margin-top:1em;
}

#caution_qualify td,#caution_qualify th {
	vertical-align:top;
	padding-bottom:0.8em;
}	

#side {
	width:200px;
}

/* rollover */

.side_btn01 a {
	background-image:url(../images/side_btn01.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
}

.side_btn01 a:hover {
	background-image:url(../images/side_btn01_on.jpg);
}

.side_btn02 a {
	background-image:url(../images/side_btn02.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:5px;
}

.side_btn02 a:hover {
	background-image:url(../images/side_btn02_on.jpg);
}

.side_btn03 a {
	background-image:url(../images/side_btn03.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:5px;
}

.side_btn03 a:hover {
	background-image:url(../images/side_btn03_on.jpg);
}

.side_btn04 a {
	background-image:url(../images/side_btn04.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:5px;
}

.side_btn04 a:hover {
	background-image:url(../images/side_btn04_on.jpg);
}

.side_btn05 a {
	background-image:url(../images/side_btn05.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:5px;
}

.side_btn05 a:hover {
	background-image:url(../images/side_btn05_on.jpg);
}

.side_btn06 a {
	background-image:url(../images/side_btn06.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:5px;
}

.side_btn06 a:hover {
	background-image:url(../images/side_btn06_on.jpg);
}

.side_btn07 a {
	background-image:url(../images/side_btn07.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:5px;
}

.side_btn07 a:hover {
	background-image:url(../images/side_btn07_on.jpg);
}

.side_btn08 a {
	background-image:url(../images/side_btn08.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:10px;
}

.side_btn08 a:hover {
	background-image:url(../images/side_btn08_on.jpg);
}

.side_btn09 a {
	background-image:url(../images/side_btn09.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:10px;
}

.side_btn09 a:hover {
	background-image:url(../images/side_btn09_on.jpg);
}


.side_btn_album a {
	background-image:url(../images/side_btn_album.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:10px;
}

.side_btn_album a:hover {
	background-image:url(../images/side_btn_album_on.jpg);
}

.side_btn_draw a {
	background-image:url(../images/side_btn_draw.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:40px;
	margin-top:10px;
}

.side_btn_draw a:hover {
	background-image:url(../images/side_btn_draw_on.jpg);
}


#to_top {
	clear:both;
	text-align:right;
	padding:0 10px 10px 0;
}

#to_top a:link,#to_top a:visited,#to_top a:hover,#to_top a:focus,#to_top a:active {
	color:#000000;
} 

.dotted_border_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/* album */

.thumbnail li {
	width: 300px;
	float:left;
	padding:10px 11px;
}

.high_thumb {
	width: 300px;
	float:left;
	padding:10px 11px;
	clear:both;
}


.thumbnail li img {
	padding-bottom:5px;
}

/* program */

#heat p {
	margin:1em 0;
}

#heat ol {
	margin:1em 0 1em 25px;
}

#heat ul {
	margin:1em 0 1em 20px;
}

#heat ul li {
	list-style-type:disc;
}

#heat .square {
	border:;
	padding:3px;
	border: 1px solid #000000;
	width: 3.5em;
	text-align: center;
}

/* staff */

.staff_table {
	width:100%;
}

.staff_table th, .staff_table td {
	width:25%;
	font-size:14px;
	padding:1em 0;
}

/* notes */

.notes_ol {
	margin-left:20px;
}

.notes_ol li {
	padding-bottom:0.8em;
}

/* introduction */

.intro2009 td {
	height:2em;
}

/* global */

.clear {
	clear:both;
}

.underline {
	text-decoration:underline;
}

.MT1em {
	margin-top:1em;
}


.MT2em {
	margin-top:2em;
}

.MB1em {
	margin-bottom:1em;
}

.PL1em {
	padding-left:1em;
}

.PL2em {
	padding-left:2em;
}

.PB1em {
	padding-bottom:1em;
}

.PD1em {
	padding:1em;
}

.TXT_ALGN_C {
	text-align:center;
}

.TXT_ALGN_L {
	text-align:left;
}

.TXT_ALGN_R {
	text-align:right;
}


.V_ALGN_TOP {
	vertical-align:top;
}

.V_ALGN_B {
	vertical-align:bottom;
}
