@import url("/css/shared.css");

body {
	margin: 0 0 0 0;
	
	scrollbar-arrow-color:#663300;
	scrollbar-base-color:#CC9900;
	scrollbar-face-color:#F1EBD8;
	scrollbar-shadow-color:#663300;
	scrollbar-darkshadow-color:#663300;
	scrollbar-hightligth-color:#FFFFFF;
	scrollbar-3dlight-color:#CC6600;

    background-image:url("/els/bg.jpg");
	background-repeat:repeat-x;
	background-color:#F1E7C0;
	
	text-align:center;
}



#body {
    margin: 0 auto;
	padding: 0;
	width: 780px;
	height:auto;
	text-align:center;
}

#body #body_bg {
    margin: 0;
	padding: 0;
	float: left;
	width: 780px;
	height:auto;
	text-align:center;
	border-left:2px solid #663300;
	border-right:2px solid #663300;
}


textarea {
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	color: #440000;
}
a:link {
	color: #FF3366;
	text-decoration:none;
}
a:visited {
	color: #CC0000;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	color: #FF00CC;
	text-decoration:underline;
}



.textBox {
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	color: #000000;
	height: auto;
	width: auto;
}

