<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*背景画像設定*/

body { background-image:  url(../image/top_pic.jpg); background-repeat: no-repeat;
 background-position: 745px 100%; background-attachment: fixed}

td#menu{ background-image:  url(../image/menu_pic.jpg); background-repeat: no-repeat;
 background-position: 5px 0px/*上下、左右*/}

div.submenu{
 background-image: url(../image/grade.jpg); background-repeat: repeat-y;}

/*リンク設定*/

a:link.map{  font-style: normal; color: #990000; font-weight: bold; text-decoration: none}
a:visited.map{  font-style: normal; color: #990000; font-weight: bold; text-decoration: none}
a:hover.map{  font-style: normal; color: #990000; font-weight: bold; text-decoration: none}
a:active.map{  text-decoration:none}

/*サイトマップ構成用設定*/

div.map{ 
	position: relative; line-height: 1.5em;
	width: 500px;
	border-bottom:2px #CCCCCC dotted; border-left:2px #CCCCCC dotted;
	margin: 10px 1.5em/*上下、左右*/; padding: 7px 10px/*上下、左右*/; }

img.map { float: left; margin-right: 20px }

div.date{ font-size: 80%; text-align: right; color: #6666FF; padding-top: 0.5em;}

/*日記*/

div.diary{ width: 280px; height: 200px;
 border: 1px #9999FF solid; overflow:auto;
 scrollbar-face-color: #FFFFFF;
 scrollbar-track-color: #CCCCCC;
 scrollbar-arrow-color: #6666FF;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #FFFFFF;
 scrollbar-3dlight-color: #999999;
 scrollbar-darkshadow-color: #999999;
 margin: 1em/*上下左右*/; padding: 0.5em/*上下左右*/;}



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