<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Common CSS*/
BODY {
	margin-top:		5px;
	margin-left:		35px;
	margin-right:		35px;
	margin-bottom:		20px;
	color:			#333333;
	background-image:	kabe_ts71p.jpeg;
	background-color:	#ffffcc; 
	font-size:		11pt

}
BODY.title {
	margin:			0px;
	background-image:	url('none');
	background-color:	#330000
}
BODY.menu {
	margin:			0px;
	background-image:	url('none');
	background-color:	#ffffcc
}
BODY.margin {
	margin:			0px;
	background-image:	url('none');
	background-color:	#330000
}
/*ｲﾒｰｼﾞ関連*/
IMG {
	border:			none;
}
IMG.title {
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			800px;
	height:			75px;
	border:			none;
}
IMG.menu {
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			800px;
	height:			24px;
	border:			none;
}
IMG.submenu {
	position:		absolute;
	top:			24px;
	left:			0px;
	width:			800px;
	height:			24px;
	border:			none;
}
IMG.ns	/*普通の写真(小)*/ {
	width:			200px;
	height:			140px;
}
IMG.nl	/*普通の写真(大)*/ {
	width:			260px;
	height:			182px;
}
IMG.v	/*縦置きの写真*/ {
	width:			200px;
	height:			285px;
}
A:link {
	color:			#3333cc;
	border-style:		none;
}
A:visited {
	color:			#3333cc;
	border-style:		none;
}
A:active {
	color:			#ff3300;
	border-style:		none;
}
A:hover {
	color:			#cc0000;
	text-decoration:	underline;
	border-style:		none;
}
P {
	margin:			2px 0px 2px 0px;
	text-indent:		1.2em;
}
TABLE {
	margin:			5px 0px 5px 0px;
	font-size:		11pt;
	font-weight:		normal;
}
FORM {
	margin:			10px 0px 10px 0px;
}

/*リスト関連*/
DL {
	margin:			0em 0em 0em 1.2em;
	font-size:		11pt;
	font-weight:		normal;
}
DT {
	margin:			0.8em 0em 0em 0em;
	font-size:		11pt;
	font-weight:		normal;
}
DD {
	margin:			0em 0em 0em 1.5em;
	color:			#003300;
	font-size:		10pt;
	font-weight:		normal;
}
UL
{
	font-size:		11pt;
}
OL
{
	font-size:		11pt;
}
LI
{
	margin:		5px 0px 5px 0px;
}
/*タイトル文字*/
H1
{
	font-size:		24pt;
	font-weight:		900;
}
H2
{
	margin:			5px 0px 5px 0px;
	font-size:		14pt;
	color:		#FFFFFF;
	background-color:		#ff9900;
	padding: 	4px 4px 4px 15px;
	width:		100%;
}
H3
{
	margin:			5px 0px 5px 0px;
	font-size:		11pt;
	color:		#ffffff;
	background-color:		#ff9900;
	padding: 	2px 2px 2px 10px;
	width:		100%;
}
H4
{
	margin:			5px 0px 5px 0px;
	font-size:		11pt;
}
.f
{
	font-size:		10pt;
}
.fr
{
	color:		#ff0000;
}
.fb
{
	color:		#0000cc;
	font-size:		10pt;
}</pre></body></html>