﻿#loaded{display:none;}

					/* body */
body{
	font-size: small;	/* フォントサイズ */
	color:#999999;	/* 文字色*/
	margin-left:50px;
	font-family:"Trebuchet MS",Arial;	/*フォント*/

}

					/* h2 */
h2{
	position:absolute;
	top:220px;
	right:28px;
	font-size: 30px;
	color: #DBDBDB;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/     /*入力エリア*/

					/* 名前入力欄*/
div.nameinputsector { 
	position: absolute;
	top: 50px;
	right: 34px;
	line-height: 150%
} 
					/* テキスト入力欄*/
div.msginputsector { 
	position: absolute;
	top: 80px;
	right: 34px;
	line-height: 150%
} 

					/* textarea */
textarea {
	resize: none;  
	outline: none;
} 
					/* input */
input{
	outline: none;
}
					/* 投稿ボタン */
div.msgbutton { 
	position: absolute;
	top: 120px;
	right: 34px;
	line-height: 150%;
} 





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/     /*フリーエリア*/

					/* freetext */
div.freetext { 
	text-align : right;
	font-size: 12px;	/* フォントサイズ */

	width: 400px;
	height: 500px;
	position: absolute;
	top: 450px;
	right: 30px;
	z-index: 1;
} 

a{/*リンクされた文字*/
	font-family:"Trebuchet MS",Arial;	/*フォント*/
	text-decoration:underline;
}

a:link {/*未訪問のリンク*/
	color:#b8f28c;
	text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
	color:#999999;
	text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
	color:#00ff00;
	text-decoration:underline;
}

a:active {/*クリック中*/
	text-decoration:none;
}

