/*
toppage-stylesheet
by Hokuto Information Systems INC.
*/

/*--ボディ--*/
body {
 line-height: 1.4em;
 margin:0px ;
 color: #333;
 font-family:Arial, sans-serif;
 font-size:0.9em;
 text-align: center;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#header{
	width: 960px;
}


#footer{
	clear: both;
}

/*--リンク文字--*/
a:link { color: brue; }
a:visited { color: blue; }
a:hover { color: red; }
a:active { color: red; }

.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}

.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }

.dis {ime-mode: disabled;}
.disright {ime-mode: disabled; text-align: right;}

/*--ヘッダー--*/

#theader {
	width: 960px;
	border-bottom: 8px solid #04B04B;
}

#search {
	margin-bottom: 8px;
}

/*--フッター--*/
#banner {
	margin: 5px 0px 0px;
}
#banner .img{
	margin: 3px;
}
#bannerup {
	marign: 0;
	padding: 0;
}

#footermenu{
	width: 960px;
	margin-top: 10px;
	padding: 5px 0px;
	background-color: #CCFFCC;
	border-bottom: 3px solid #04B04B;
}
#copyright{
	width: 960px;
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 3px;
	line-height: 1.1em;
}

