/* 縄文学研究室　スタイルシート */

<STYLE TYPE="text/css">
<!--
/* 文頭・文末の基本スタイル */

A:link,A:visited,A:active		/* リンク・リンク済み */
	{
	 color:#0000FF ;		/* リンク色ブルー */
	 text-decoration: underline;	/* 下線引く */
	}
A:hover  {				/* マウスがいる時 */
	color:#FF00FF;			/* リンク色ピンク */
	color:#FF8000;			/* リンク色緑 */
	text-decoration: underline		/* 下線引く */
	}
A.w:link,A.w:visited,A.w:active		/*タイトルバー*/
	{
	 color: FFFFFF;			/*リンク色ホワイト*/
	 text-decoration: none;		/* 下線なし */
	 }

ADDRESS {			/* アドレス */
	font-style: normal;	/* 真っ直ぐ */
	text-align: right;		/* 右揃え  */
	}

/* ●背景● */
 
BODY	{
	 margin-top : auto;
	 margin-left : auto;
	 margin-right : auto;
	 margin-bottom
	 width : auto;
	 height : auto;
	 color : black;
	 background-color : white;
	 line-height : 160%;
	 }

/* ●色● */
.cw { color: white}			/* 白 */
.cb { color: blue}			/* 青 */
.cr { color: red}

/* ●文字関係● */
H1 {font: italic bold 24pt "ＭＳ ゴシック"}
SUB {font:0.9em}
.11 {font: italic bold ;color: #FF0000}	/* 太・斜・赤 */

/* ●配置関係● */

.ce { text-align: center} 		/* センター */
.ri { text-align: right }		/* 右寄せ */

.cl { clear: left }			/*　左クリア*/

.le60 { position: relative; left: 60px } 	/* 左から60ピクセル */




-->
</STYLE>

