/* CSS Document */

body{
	background-color: #000000;
	text-align: left;
	line-break: normal;
	font-size: 75%;
	font-family: Verdana,Osaka,MS Pゴシック;
	color: #555;
	line-height: 150%;
	letter-spacing:0.1em;
	margin-top: 15px;
}

a:link {
	text-decoration: underline;
	color: #555555;
}
a:visited {
	text-decoration: underline;
	color: #559EF2;
}
a:hover {
	text-decoration: underline;
	color: #555555;
	background-color: #B4D5FA;
}
a:active {
	text-decoration: underline;
	color: #559EF2;
}

/* ---------------------------------- */

.table { background-color:#ffffff;}
.header{
	height: 90px;
	vertical-align:text-top;
	padding-left:30px;
	padding-top:110px;
	background-image:url(img/backimg.gif);
	}
.title{
	font-size: 180%;
	font-weight:bolder;
	font-family: Centaur,MS Pゴシック;
	color: #555;
	letter-spacing:0.2em;
	line-height: 150%;
}


/* left------------------------------ */
.line_top {
	height:30px;
	background-image:url(img/line_top.gif);
}
.line_under {
	height:30px;
	background-image:url(img/line_under.gif);
}	
.list{
	list-style-type: disc;
	list-style-position:inside;
	font-size:12px;
	}

/* right------------------------------ */
/* midashi */
h1{
	font-size:160%;
	font-family:Centaur,MS Pゴシック;
	color:#000000;
	margin:5px;
	padding:20px 55px;
	background:url(img/icon.gif) no-repeat left;
}

/* main */
.main{
	padding-top: 20px;
	padding-right:20px;
	}
.text01 {
	padding-left:10px;
	padding-right:10px;
}
.news{
	overflow-y: auto;
	height:50px;
	width:480px;
	border:solid 1px #999999;
	margin:0px;
	padding:0px 20px;
	scrollbar-face-color:#CCCCCC;
	text-align:left;
	}
	
/* footer */	
.footer {
	height:30px;
	background:url(img/under.gif);
}
.copyright{
	color: #ffffff;
	text-align:center;
}
.copyright2{font-size:80%;
	color: #ffffff;
	text-align:center;
}