<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
					共通部分
-------------------------------------------------*/
body {
	font-family: "メイリオ";
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-color: #323330;
}
#layout_healine{
	width: 1025px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
.main_bg{
	width: 1005px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: fixed;
}
#body_layout{
	width: 905px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 50px;
	overflow: hidden;
}

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

#outer_header{
	width: 905px;
	height: 250px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/headerarea.png);
	background-repeat: no-repeat;
}
h1 {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 90px 0 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
h1 a {
	text-decoration: none;
	color:  #fff;
}
h1 a:hover {
	text-decoration: underline;
	color:  #fff;
}

/*----------　main　----------*/

#mainBlock{
	width: 885px;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px 200px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

/*----------　LEFT　----------*/

#left_cols{
	width: 605px;
	height: auto;
	margin: 0px;
	padding: 0 15px 0 0;
	float: left;
	border-right: 1px solid #CCC;
}
#leftside{
	width: 605px;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
	border-bottom: 1px double #B7B7B7;
}
#date {
	width: 605px;
	height: 15px;
	margin: 0 auto;
	padding: 0px;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
}
h2 {
	width: 600px;
	height: 35px;
	margin: 0 auto 20px;
	padding: 0px;
	line-height: 35px;
	font-size: 17px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
	border-left: 5px solid #323330;
	border-bottom: 1px solid #323330;
}
h2 a {
	text-decoration: none;
	color: #000;
}
h2 a:hover {
	text-decoration: none;
	color: #666;
}
#center-section {
	width: 605px;
	height: auto;
	margin: 0 auto 30px;
	padding: 0px;
	text-decoration: none;
	overflow: hidden;
}
.thumbnail {
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
}
#center-section p {
	width: 605px;
	height: auto;
	margin: 0 auto 15px;
	padding: 0px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#center-section p a {
	color: #333;
	text-decoration: underline;
}
#center-section p a:hover {
	color: #999;
	text-decoration: underline;
}

/*----------　SNSbtn　----------*/

.snsbtn {
	overflow: hidden;
	margin-bottom: 10px;
	list-style: none;
}
.snsbtn li {
	float: right;
	margin-right: 5px;
}
#twitter {
	width: 90px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#hatebu {
	width: 105px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*----------　RIGHT　----------*/

#right_fields{
	width: 250px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0 0 0 10px;
	float: right;
	overflow:hidden;
}
#right{
	width: 250px;
	height: auto;
	margin: 0 auto 30px;
	padding: 0px;
}
h3 {
	width: 250px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-indent: 35px;
	border-bottom: 2px solid #323330;
}
#right_fields ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainmenu {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
#mainmenu a {
	color: #333;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #999;
	text-decoration: underline;
}
dl {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	overflow: auto;
	display: block;
	border-bottom: 1px solid #CCC;
}
dt {
	width: auto;
	height: auto;
	margin: 5px;
	padding: 0px;
	float: left;
}
dd {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 20px 5px 0px 75px; 
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
dd a {
	text-decoration:none;
	color: #333;
}
dd a:hover {
	text-decoration: underline;
	color: #999;
}
dl #mainmenu {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	word-break: break-all;
	border-style: none;
}
dl #mainmenu a {
	color: #333;
	text-decoration: none;
}
dl #mainmenu a:hover {
	color: #999;
	text-decoration: underline;
}
#sidemenu {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	border-bottom-width: 1px solid #CCC;
}
#sidemenu a {
	color: #333;
	text-decoration: none;
}
#sidemenu a:hover {
	color: #999;
	text-decoration: underline;
}

/*----------　FOOTER　----------*/

#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
}
#footerArea {
	width: 905px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	line-height: 50px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#footerArea p {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000;
	line-height: 50px;
}
#footerArea a {
	color: #333;
	text-decoration: none;
}
#footerArea a:hover {
	color: #999;
	text-decoration: underline;
}

/*-------------------------------------------
				profile
-------------------------------------------*/
#box-contents{
	width: 250px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#box-content{
	width: 350px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#box-content p{
	width: 340px;
	height: auto;
	margin: 0px;
	padding: 0 0 0 10px;
	overflow: hidden;
}
.profile {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------
					form
-------------------------------------------*/

table,td,tr {
	border: 1px solid #cecece;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color:#efefef;
}

#program {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.calendar {
	background-color:#fff;
	width:80%;
	margin-top:30px;
	margin-left:10%;

}
.calendar td {
	text-align: center;


}
.calendar th {
	text-align: center;

}

.calendar .sun {
	color: #ff3333;

}
.calendar .sat {
	color: #3333ff;

}
.calendar a {
	font-size:80%;
}
#right p {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 5px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#colorlink {
 font-size: 13px;
 padding: 0px;
 height: auto;
 width: auto;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 display: block;
 line-height: 25px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #999;
}
#colorlink a {
 text-decoration: none;
}
#colorlink a:hover {
 text-decoration: underline;
}
ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}</pre></body></html>