/*----------------------------
おひさま御殿用スタイルシート
秋色バージョン
2002/10/31
by Minato.Namikaze.
------------------------------*/
body{
										/* スクロール・バーの色 */
	scrollbar-face-color: 		khaki;
	scrollbar-highlight-color:	white;
	scrollbar-shadow-color: 	green;
	scrollbar-3dlight-color: 	green;
	scrollbar-arrow-color: 		white;
	scrollbar-track-color: 		khaki;
	scrollbar-darkshadow-color: white;

	color:#cc6666;			/* 文字色 */
	background-Color:#ffffff;	/* 背景色 ccccff */
						/* 背景画像 */
	background-image: url("gif/haikei.gif");
	background-repeat:repeat;		/* 並び方 repeat no-repeat        */
	background-position:left,top;	/* 位置 （横,縦）left center top center bottom */
	background-attachement:fixed;	/* 固定:fixed 固定しない：scroll      */

}
A{
/*
	FONT-WEIGHT: bold;
*/
}

A:link		{color:#cc0033	}	/* link 	*/
A:visited	{color:#cc6600	}	/* jump済み */
A:active	{color:#9999ff	}	/* active 　*/

v\:* {
	BEHAVIOR: url(#default#VML)
}

.link {
	BORDER-RIGHT: white solid;
	BORDER-TOP: white solid;
	BACKGROUND: white;
	BEHAVIOR: url(button.htc);
	BORDER-LEFT: white solid;
	WIDTH: 21px;
	CURSOR: hand;
	BORDER-BOTTOM:white solid
}
							/* フレームの左サイド用 	*/
#side		{background-color:white;		/* 背景色 bord1に合わせる	*/
		 	 background-image:url("");		/* 画像の貼り付けをしない	*/
}
#bord0 		{background-color:peachpuff;}		/* 更新日記の背景色 		*/
#bord1		{background-color:white;	}	/* contentsの背景色 		*/

							/* 半透明板 		*/
#bord2		{
/*
			background-color:white;
*/
			 background-image:url("gif/helf_w.gif");
			color:green;
}
#satuki		{background-color:lightcyan;}	/* 五月専用		*/
#minato		{background-color:thistle;	}	/* みなと専用	*/

#tada		{background-color:silver;	}   /* 無料本専用	*/
						/* サークル予定表 	*/
#yotei0 	{background-color:#white;	   /* 背景色 	*/
			 bordercolordark: #008000;	   /* 影		*/
	 		 bordercolorlight:#008000;	   /* てかり	*/
			 text-align:center;
}
#yotei1		{background-color:navajowhite}	/* テーブル名欄の背景色 */
#yotei2		{background-color:khaki	     }	/* 項目欄の背景色	*/
#post_red	{color:red		}	            /* ご意見ご感想苦情の文字色 */
#infomation1{
	background-color:peachpuff;	/* 注意書きの背景色 		*/
	color:"" 	               	/* 注意書きの文字色 		*/
}
#infomation2{
	background-color:white;		/* 注意書きの背景色 		*/
	color:""
}
#warning{				        /* 注意書きの文字色 		*/
	color:red;
}

/* ---------------- */
/* 矢印ボタンの様式 */
/* ---------------- */
.yajirushi
{
    FONT-SIZE: 10pt;
    WIDTH: 30px;
    FONT-FAMILY: "";
    HEIGHT: 22px;
    TEXT-ALIGN: center
}

/* ------------------------------ */
/* 表紙のイラストと文字の位置指定 */
/* ------------------------------ */
/*-- frame position --*/
.class_0 {
	position:absolute;
    right:100px;
	width:400px;
	height:50px; /*絵の下の空間の距離*/
    top:-50px;
	/* 上右下左  */
	clip:rect(0px 400px 400px 0px)}

/*-- image position --*/
#Img_0 {
	left:-120px;	/*top絵の横位置*/
	top:-180px;		/*top絵の縦位置*/
	z-index:1
}

/*-- mesage position --*/

							/* タイトル */
#Text_1 {
	left:-200px;
	width:300px;
	height:300px;
	top:-30px;
	clip:rect(-50px 300px 300px 0px);
	z-index:2
}

							/* カウンター */
							/* 高さが高すぎてアンカーと重なると、リンクが反応しないので注意*/
#Text_2 {
    left:-200px;
	width:150px;
	height:50px;
	top:-10px;
	clip:rect(0px 150px 50px -200px);
	z-index:2
}

							/* 本日の一言〜 */
#Text_3 {
	left:300px;
	width:400px;
	height:268px;
	top:-100px;
	/* 上右下左  */
	clip:rect(0px 400px 500px 0px);
	z-index:2
}
