@charset "Shift_JIS";

body{
	background-color:	#f5faf5;
	font-family:	Verdana,Arial,'ＭＳ Ｐゴシック',OSAKA,sans-serif;
	scrollbar-face-color:       white;    /* スクロールバー上面の色 */
	scrollbar-highlight-color:  white;    /* スクロールバー下面の色 */
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color:     #bbbbee;    /* 枠線の色1 */
	scrollbar-3dlight-color:    #bbbbee;    /* 枠線の色2 */
	scrollbar-arrow-color:      #bbbbee;    /* ▼の色 */
}

form{
	text-align:	right;
}

#title{
	text-align:	center;
}

#box{
	width:	50%;
	background-color:	#b0c4de;	/*lightsteelblue*/
	border-style:	outset;
	border-width:	1px 1px 1px 2em;
	border-color:	#4682b4;	/*steelblue*/
	margin-left:	auto;
	margin-right:	auto;
	padding:	2em;
}

#copyright{
	font-size:	.8em;
	text-align:	center;
}

body{
 background: url("");
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center center;
}
body,tr,td { font-size:12px; color:black; }
textarea { border: 1px solid #bbbbee; background-color:transparent; color:black; }
input.text { border: 1px solid #bbbbee; background-color:transparent; color:black; }
input.submit { border: 1px solid #bbbbee; background-color:transparent; color:black; }

