<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #dedede;
	background-image:URL(img/naka_bg.gif); 
	background-repeat: repeat-x;					/*あるいはno-repeat*/
	background-attachment: scroll;				/*あるいはfixed*/
	background-position: 0px 0px;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

h1 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding:10px 10px 10px 10px;					/*上右下左*/
	background-color:#0066CC;
}

h1 span {
	display:none;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding:5px 5px 5px 10px;					/*上右下左*/
	border-bottom: 2px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background-color:#f1f1f1;
}

h3 {
	font-size: 14px;
	color: #669900;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}

.l2{
	font-size: 18px;
	color: #ff7700;
	line-height: 150%;
}

.l{
	font-size: 14px;
	color: #000000;
	line-height: 150%;
}

.m {
	font-size: 12px;
	line-height: 150%;
}

.s1 {
	font-size: 10px;
	color: #000000;
	line-height: 150%;
}

.s2 {
	font-size: 9px;
	line-height: 150%;
}

a:link {
	color: #0000ff;					/*リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}
a:visited {
	color: #9900cc;					/*訪問済リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}
a:hover {
	color: #ff0000;					/*カーソルをのせる*/
	text-decoration: underline;
}
a:active {
	color: #ff9900;					/*クリックしたとき*/
	text-decoration: underline;
}

strong {								/*文字強調*/
	font-weight: bold;
}

.indent {							/*文字のインデント*/
	padding-left: 20px;
}
 
.aka {								/*文字色指定*/
	color: #ff0000;
}

.shiro {								/*文字色指定*/
	color: #ffffff;
}

.cya {								/*文字色指定*/
	color: #663300;
}

.midori {								/*文字色指定*/
	color: #669900;
}

ul {
	list-style-image: url("img/icon/list.gif");
}		/*リスト画像*/

table {								/*テーブル基本*/
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

table.hyou {							/*表テーブル*/
	border-style: none;
	background-color: #999999;			/*枠線の色*/
	font-size: 12px;
	line-height:150%;
	color: #333333;					/*テーブル内文字色*/
}

table.hyou th {							/*表テーブル用th（見出し）*/
	background-color: #EEECCD;
	text-align: center; vertical-align: middle;
}

table.hyou td {							/*表テーブル用td（セルの背景色）*/
	background-color: #ffffff;
}

table.hyou td.iro {						/*表テーブル用td（強調背景色）*/
	background-color: #FFFEEE;
}

table.waku {							/*文字を枠で囲う*/
	border-style: none;
	background-color: #dedede;		/*枠線の色*/
}

table.waku td {
	background-color: #f1f1f1;		/*セルの色*/
}

h1.message {
	background-image:url(thema/img/message_tit.gif); background-repeat: no-repeat;
	height: 60px; background-color:#ffffff;
}

h1.rinen {
	background-image:url(thema/img/rinen_tit.gif); background-repeat: no-repeat;
	height: 60px; background-color:#ffffff;
}

h1.houshin {
	background-image:url(thema/img/houshin_tit.gif); background-repeat: no-repeat;
	height: 60px; background-color:#ffffff;
}

h1.gaiyou {
	background-image:url(profile/img/gaiyou_tit.gif); background-repeat: no-repeat;
	height: 60px; background-color:#ffffff;
}

h1.soshiki {
	background-image:url(profile/img/soshiki_tit.gif); background-repeat: no-repeat;
	height: 60px; background-color:#ffffff;
}

h1.setubi {
	background-image:url(profile/img/setubi_tit.gif); background-repeat: no-repeat;
	height: 60px; background-color:#ffffff;
}

h1.access {
	background-image:url(profile/img/access_tit.gif); background-repeat: no-repeat;
	height: 60px; background-color:#ffffff;
}

h1.kankyou {
	background-image:url(profile/img/kankyou_tit.gif); background-repeat: no-repeat;
	height: 60px; background-color:#ffffff;
}</pre></body></html>