@charset "utf-8";
/* ===================================================================
CSS

 file name  :style.css
 style info :{
 
=================================================================== */

a:link {	 color: #00ffff; }
a:visited { color: #00ffff; }
a:hover { color: #00ffff; }
a:active { color: #00ffff; }
a { text-decoration: none; }

a img { border: none; }

body {
	font-size: 90%;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.25em;
	background-color:#000;
	color:#FFF;
}


ul {
	list-style-type: none;
	padding: 0;
}

ul.left li {
	margin-bottom: 20px;
}

#f1 { letter-spacing: 0.2em; line-height: 170%; } 
#f1 br { letter-spacing: 0; } 
#f2 { text-align: center; } 
#f3 { text-align: right; } 
#f4 { text-align: left; } 
#f5 { text-align: center; font-size: 11pt; } 
#f6 { font-size: 11pt; } 
#f7 { color: #ffff00; }

#t1 { background-color: #282828; }
#t2 { font-size: 11pt;  background-color: #005b00; }
#t3 { font-size: 11pt;  background-color: #006f00; }



/*----------------------------------------------------
	背景画像指宁E
----------------------------------------------------*/

div{
	background-color:#000;
	}

div#wrap{
	width: 900px;
	height:100%;
	margin: 0px auto;
	padding: 0px;
	}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/


div#header{
    height: 100px;
	width: 860px;
	padding: 0px;
	margin: 0px;
	background:url(top1.html) repeat-y;
	text-align:left;
	}


/*----------------------------------------------------
	table
----------------------------------------------------*/

td, th { #808080 solid; }

td.font1 { text-align: center; }

td#font2 { font-weight: bold; }


/*----------------------------------------------------
	left
----------------------------------------------------*/

div#left{
	height: auto;
	width: 150px;
	float:left;
	padding: 0px;
	margin: 0px;
	text-align:left;
	}
	




/*----------------------------------------------------
	right
----------------------------------------------------*/

div#right{
	width: 750px;
	float:right;
	padding: 0px;
	margin: 0px;
	text-align:left;
	}


hr {
	width: 95%;
	margin-left: 0;
	text-align: left;
}

div#date{
	width: 530px;
	padding: 5px;
	margin-bottom:30px;
	text-align:left;
	}
	
div#text{
	width: 530px;
	padding: 0px;
	margin: 0px;
	text-align:left;
	}
	
div#text2{
	width: 530px;
	color:#FF0;
	padding-top:30px;
	margin: 0px;
	text-align:left;
	}

td.goal1{
	width: 200px;
	text-align:right;
	font-weight: bold;
	}
td.goal2{
	width: 70px;
	text-align:center;
	}
td.goal3{
	width: 200px;
	text-align:left;
	font-weight: bold;
	}
/*----------------------------------------------------
	footer
----------------------------------------------------*/

div#footer {
    background: #091d62;
    margin: 0px;
	padding: 5px;
	color: #336600;
	height: 100px;
	}
