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

/*------------------------------------------------------------------------------
 
	タグのスタイル
 
------------------------------------------------------------------------------*/
strong {
	font-weight: bold;
}





#wrapper {
	position: relative;
	width: 960px;
	background-color: transparent;
}

/*------------------------------------------------------------------------------
 
	アンカーメニュー
 
------------------------------------------------------------------------------*/
#anchorMenu {
}
	#anchorMenu li {
	}
	#anchorMenu li a {
	}

/*--------------------------------------------------------------------

   header

 --------------------------------------------------------------------*/
#header {
	position: relative;
	height: 98px;
}
	#header h1 {
		position: absolute;
		left: 10px;
		top: 35px;
		width: 346px;
		height: 45px;
	}
	#headNavi {
		position: absolute;
		right: 10px;
		width: 348px;
		top: 45px;
	}
		#headNavi li {
			float: left;
			padding-right: 30px;
		}
		#headNavi li.end {
			padding-right: 0 !important;
		}
		
/*------------------------------------------------------------------------------
 
	パンくず
 
------------------------------------------------------------------------------*/
#topicPath {
	clear: both;
	padding: 10px;
	font-size: 11px;
	line-height: 1em;
	text-align: right;
	color: #808080;
}
	#topicPath a.current {
		color: #333;
		font-weight: bold;
		cursor: default;
	}


#yodogawa {
}

#contents {
}

#update {
}

#date {
}



/*--------------------------------------------------------------------

   footer

 --------------------------------------------------------------------*/
#footer {
	width: auto !important;
	margin: 0;
	padding: 0 10px;
	background-color: transparent;
}
	#footer li {
		padding-right: 30px;
	}
	#footer li.end {
		float: right;
		padding-right: 0 !important;
	}
		#footer li.end ul li {
			float: left;
			padding: 0 10px;
		}


#copyright {
	color: #808080;
	padding: 20px 0;
}




/*--------------------------------------------------------------------

   hover image 

 --------------------------------------------------------------------*/
a:hover img.alpha {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/*a:hover img.btn,
a:hover img.nohover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}*/
a:hover img.nohover {
	cursor: default;
}

</pre></body></html>