<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	color: #000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/cmn_bg.gif);
}

#page{
	background: url(../images/cmn_bg2.jpg) repeat-x;
}

#head{
	width: 720px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #fff;
}

#title-wrap{
	background: url(../images/info_barbg.gif) repeat-x left bottom;
}
#title{
	padding-bottom: 5px;
	background: url(../images/info_bar01.gif) no-repeat left bottom;
}
#title h1{
	padding-left: 34px;
	min-height: 24px;
	height: auto !important;
	height: 24px;

	background: url(../images/plain_title.gif) no-repeat left bottom;

	font-size: 2.0em;
	line-height: 24px;
	font-weight: bold;
}

#head-meta{
	margin: 12px 0;
}
#head-meta dt{
	float: left;
	width: 5em;
	padding: 0 0.75em;
	background: #75aB01;
	color: #fff;

	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
#head-meta dd{
	float: left;
	display: inline;
	margin-left: 1em;

	font-size: 1.2em;
	line-height: 1.6em;
}
#head-meta dd.oadate{
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	color: #f00;
}

#head-image{
	padding-bottom: 20px;
	border-bottom: 1px solid #bbb;
}

#main{
	width: 720px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	background: #fff;
}
#main .program-info{
	padding-left: 20px;
}
#main .program-info dt{
	width: 5em;
	padding: 0 0.75em;
	background: #75aB01;
	color: #fff;

	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
#main .program-info dd{
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	border-bottom: 1px dotted #999;

	font-size: 1.2em;
	line-height: 1.6em;
}
#main .program-info dd:last-child{
	border-bottom: none;
}
#main .program-info dd p em{
	font-weight: bold;
}
#main .program-info dd p.note{
	color: #666;
}
#main .program-info dd p,
#main .program-info dd ul{
	margin: 0 0 10px 0;
}
#main .program-info dd.photo ul li{
	display: inline;
	margin-right: 5px;
}
#main .program-info dd.photo ul li a img{
	border: 2px solid #75aB01;
}
#main .program-info dd.photo ul li a:hover img{
	border: 2px solid #fff;
}

#foot{
	margin-top: 15px;
	background: url(../images/cmn_foot_bg.gif) repeat-x bottom center;
	text-align: center;
}
</pre></body></html>