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


/*----------------------------------------------------------*/
/*	初期設定											　--*/
/*----------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
body div {
	text-align: left;
	margin: 0 auto;
}


h2,h3,h4,h5{
	display: none;
}

/*----------------------------------------------------------*/
/*	横幅970ピクセルバージョンに設定						　--*/
/*----------------------------------------------------------*/
#top {
	background-color: #FFFFFF;
	width: 970px;
	clear: both;
}
#top h1 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#top2 {
	width: 970px;
	background-image: url(../img/sen.gif);
	height: 5px;
	clear: both;
}
#top3 {
	width: 970px;
	height: 13px;
	text-align: right;
	clear: both;
	margin-top: 3px;
}

#main {
	background-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #FFFFFF;
	width: 970px;
	text-align: right;
	float: none;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
#backbox {
	text-align: right;
	width: 960px;
	font-size: 84%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}




/*----------------------------------------------------------*/
/*	タイトル画像										　--*/
/*----------------------------------------------------------*/
/*
#Title{
	width: 970px;
	background-image: url(../img/topcs34/title.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 68px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}
#Title h1{
	display: none;
}*/



/*----------------------------------------------------------*/
/*	タイトル
/*----------------------------------------------------------*/
.table_title_box{
	width: 970px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*----------------------------------------------------------*/
/*	テーブル設定　大見出しセル
/*----------------------------------------------------------*/
.bid_title{
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #7E8E46;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bid_title span{
	font-size: 0.8em;
}
/*----------------------------------------------------------*/
/*	テーブル設定　中見出しセル
/*----------------------------------------------------------*/
.tyu_title{
	font-size: 0.75em;
	color: #333333;
	background-color: #B6C488;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*----------------------------------------------------------*/
/*	テーブル設定　週数
/*----------------------------------------------------------*/
.day_title{
	font-size: 0.75em;
	color: #333333;
	background-color: #CED8AF;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*----------------------------------------------------------*/
/*	テーブル設定　数値
/*----------------------------------------------------------*/
.suji_title{
	font-size: 0.75em;
	color: #333333;
	background-color: #E9EDDC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.suji_title:hover{
	background-color: #FFCC33;
}




/*----------------------------------------------------------*/
/*											　--*/
/*----------------------------------------------------------*/
.txt_box{
	font-size: 0.8em;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	line-height: 1.5em;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 1em;
	padding-bottom: 1em;
}
.txt_box p{
	text-align: right;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
</pre></body></html>