<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* last update: 2010/01/24 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

body {
	background: #FFFFFF url(img/body_bg.jpg) repeat left top;
	color: #333333;
	text-align: center;
}

img {
	border: 0px none;
}

h2 {
	width: 540px;
	height: 35px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #400D01;
	line-height: 35px;
	letter-spacing: 0.25em;
	background: url(img/h2_bg.jpg) no-repeat left top;
}

a {
	color: #3333FF;
}

a:visited {
	color: #3333FF;
}

a:hover {
	color: #FF9999;
}


/******************************************************************************/

#wrapper {
	width: 780px;
	margin: 10px auto 0px auto;
	text-align: center;
	background: #FFFFFF;
}

#wrapper .pagetop {
	position: absolute;
	top: -999px;
}


/******************************************************************************/

#header {
	width: 780px;
	height: 150px;
	margin-bottom: 10px;
	background: url(img/header_bg.jpg) no-repeat left top;
}

#header a {
	display: block;
	width: 780px;
	height: 150px;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/

#menu {
	float: left;
	text-align: left; 
	width: 180px;
	padding: 0px 10px;
}

#menu ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#menu li {
	margin-bottom: 5px;
	width: 180px;
	height: 40px;
}

#menu a {
	display: block;
	width: 155px;
	height: 40px;
	padding-left: 25px;
	line-height: 40px;
	color: #400D01;
	background: url(img/menu_c.jpg) no-repeat left top;
	text-decoration: none;
}

#menu a:visited {
	color: #400D01;
}

#menu a:hover {
	color: #FFFFFF;
	background: url(img/menu_s.jpg) no-repeat left top;
}

#menu a.s {
	color: #FFFFFF;
	background: url(img/menu_s.jpg) no-repeat left top;
}

#menu a.s:visited {
	color: #FFFFFF;
}

#menu a.s:hover {
	color: #FFFFFF;
}

#menu div {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
}

#menu .poster {
	background: none;
	font-weight: normal;
	display: inline;
	font-size: 10px;
	color: #3333FF;
	line-height: 150%;
	padding: 0px;
}

#menu .poster:visited {
	background: none;
	color: #3333FF;
}

#menu .poster:hover {
	background: none;
	color: #FF9999;
}


/******************************************************************************/

#maincontent {
	float: right;
	width: 570px;
	text-align: left;
	padding: 0px 10px 0px 0px;
}

#maincontent .box1, #maincontent .box2 {
	width: 540px;
	padding: 20px 7px 20px 17px;
	border: 3px double #999999;
	background: #FBF8EA;
}

#maincontent .box1 {
	margin-bottom: 10px;
}

#maincontent .box2 {
	margin-bottom: 20px;
}

#maincontent .box1 td, #maincontent .box2 td {
	vertical-align: top;
	line-height: 200%;
	padding-right: 10px;
}

#maincontent .th {
	font-weight: bold;
	width: 60px;
	letter-spacing: 1em;
}

#maincontent .tg {
	font-weight: bold;
	width: 85px;
	letter-spacing: 0.1em;
	vertical-align: top;
}

#maincontent .text, #maincontent .list, #maincontent .contact {
	width: 560px;
	padding: 0px 5px 10px 5px;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}

#maincontent .text, #maincontent .contact {
	line-height: 200%;
}

#maincontent .contact {
	margin-bottom: 80px;
}

#maincontent .contact p {
	margin-bottom: 1em;
}

#maincontent .list li {
	background: url(img/li_bg.jpg) no-repeat left center;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 1em;
}

#maincontent .jumptop {
	width: 570px;
	padding: 0px 0px 10px 0px;
	text-align: right;
}

#maincontent .jumptop a {
	font-size: 12px;
}


/******************************************************************************/

#maincontent .program table {
	border-collapse: collapse;
	width: 570px;
	margin-bottom: 10px;
}

#maincontent .program td {
	line-height: 200%;
	padding: 10px;
	border: 1px solid #999999;
	letter-spacing: 0.1em;
}

#maincontent .program td.bg1 {
	background: #F8EEEE;
}

#maincontent .program td.time {
	background: #FBF8EA;
	width: 98px;				/* 1 + 10 + 98 + 10 + 1 + 10 + 429 + 10 + 1 = 570 */
}

#maincontent .program td.pg {
	width: 429px;
}

#maincontent .section1 {
	background: #ebd7cd;
}

#maincontent .section {
	background: #e1eaef;
}

#maincontent .title1 {
	margin-left: 1em;
	font-weight: bold;
	font-size: 16px;
}

#maincontent .title {
	font-weight: bold;
}

#maincontent .name {
	margin-left: 2em;
}

#maincontent .ml20 {
	margin-left: 20px;
}


/******************************************************************************/

#maincontent .form table {
	border-collapse: collapse;
	width: 570px;
	margin-bottom: 10px;
}

#maincontent .form td {
	line-height: 200%;
	padding: 10px;
	letter-spacing: 0.1em;
}

#maincontent .h {
	border: 1px solid #999999;
	background: #FBF8EA;
	font-weight: bold;
	width: 98px;
}

#maincontent .d {
	background: #FCFCFC;
	border: 1px solid #999999;
	width: 429px;
}


/******************************************************************************/

#footer {
	clear: both;
	width: 780px;
	height: 35px;
	background: url(img/footer_bg.jpg) no-repeat left top;
	color: #400D01;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 0.1em;
}


/******************************************************************************/

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #EE0000;
}

.fs10 {
	font-size: 10px;
}

.fs12 {
	font-size: 12px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.ls0 {
	letter-spacing: 0em;
}

.ls01 {
	letter-spacing: 0.1em;
}</pre></body></html>