@charset "Shift_JIS";

body {
	color: #333333;
	margin: 0;
    padding: 0;
    text-align: center;
	background-color: #FFFFFF;
}

a:link, a:visited { color:#330000; text-decoration:none  }
a:hover, a:active  { color:#003399; text-decoration:underline }

#base {
	text-align: left;
	width: 760px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}	

#text {
	background-image: url(../img/top_bg01.gif);
	width: 278px;
	height: 250px;
	background-repeat: repeat-y;
	border: 1px solid #3385D6;
	background-color: #FFFFFF;
	float: left;
	position: relative;
}

#text02 {
	position: relative;

}

#scroll {
	position: absolute;
	width: 278px;
	height: 230px;
	overflow:auto;
	padding: 0px;
	margin: 0px;
}



#copyright {
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.blue {color: #3366CC}
.blank_bg {
	background-repeat: no-repeat;
	background-position: bottom;
}
