/* 第七期デザイン用スタイルシート。「海」2001.04.13.あきら☆Ｍ */
/* 「伝言板」のためのCSS for MSIE3*/

BODY { 					/* 本文 */
	color: #fff;
background : #33c;
	padding: 10px;
}
A:LINK { color: #9ff }
A:VISITED { color: #f99 }
A:LINK:ACTIVE , A:VISITED:ACTIVE { background-color: #fff; color: #f99; }
A:LINK:hover , A:VISITED:hover {
	color: #f33;
	background-color: #fff;
	text-decoration: none;
 }

H1 {
	background : #fff;
	color : #036;
	text-align : left;
	font-size : x-large;
	font-weight: bold;
	margin: 10px  0 5px 15%;
	padding : 5px 3em 5px 1em;
 }
H2 {
	background : #ccf;
	color : #339;
/*	text-align: right; */
	font-weight: bold;
	font-size : large;
	margin: 15px;
	padding : 2px 50px;
 }

	.topCGcomment {				/* 先頭のCG部分 */
		color: #cff;
		width: 50%;
		text-align: center;
		float: left;
		padding: 50px 0.5em 0 50px;
		margin: 0 0;
	}
	.topCG {				/* 先頭のCG部分 */
		vertical-align: text-top;
		text-align: center;
	}
	P { clear: left }

	.m-add {				/*　書き込みの名前 */
		font-size: 120%;
		font-weight: bolder;
		display: inline;
	}
	.basic {					/*書き込み以外の左側の空き*/
		margin-left: 15px;
		color: #fff;
	}
	.sysline {
		font-family: "Times Roman","Times","Courier","Courier New",serif;
	}
	.host {
		font-family: "Courier","Courier New","Times Roman","Times",serif;
		font-style: italic;
	}
	.urladd {
		font-family: "Comic Sans MS","Chicago","Impact",sans-serif;
	}
	.comment{ 					/* 書き込み本文 */
		color: #fff;
		margin-left: 30px;
		margin-right: 20px;
	 }
	.ua {							/* ユーザーエージェント表示 */
		font-family: "Courier","Courier New","Times Roman","Times",serif;
/*		font-style: italic;
*/
		color: #3c6;
		font-size: smaller;
		margin-left: 30px;
		margin-right: 20px;
	}
	.delbox {					/* 末尾の削除ボタンまわり */
		color: #603;
		padding: 5px;
		background : #fc6;
		margin-top: 10px;
		margin-left: 20px;
		border-width: 7px none none;
		border-style: solid none none;
		border-color: #c63;
	}
	.newbox {					/*末尾の新着順部分*/
		color: #303;
		padding: 5px;
/*		margin: 0 20px 0 50px;	*/
		margin-bottom: 10px;
		margin-left: 20px;
		background : #d7c;
		border-width: 7px none none;
		border-style: none;
	}
.navibox {					/*先頭・末尾のナビ部分*/
	color: #9fc;
		padding: 5px;
		margin: 0 20px 0 50px;
	background : #25a;
		border-width: 7px none none;
	border-style: none;
}
	.masterbox {					/*末尾のマスターキー変更*/
		color: #030;
		padding: 5px;
		margin: 0 20px 0 50px;
		background : #151;
		border-width: 7px none none;
		border-style: none;
	}

	HR { 
		color: #69f;
	}

	DIV.copyright {
		font-family: "AlialBlak", "Chicago", "Impact", "Charcoal",sans-serif;
		font-weight:bold;
		margin: 0 20px 0 50px;
		color: #66f;
		text-align:right;
	}
	H3 {		/*エラー表示*/
		font-weight: bold;
		color : #fff;
		font-size : 120%;
		padding-left: 50px;
	 }

	.ref {
		font-family: "Comic Sans MS","Chicago","Impact",sans-serif;
		color: #c63;
	}
	.agent {							/* ユーザーエージェント表示 */
		font-family: "Courier","Courier New","Times Roman","Times",serif;
		font-style: italic;
		color: #36c;
	}
	.button {
		border: 0;
		border-style: none;
	}

