﻿body {
	background-color:#ff9;
	width:810px; 
	margin:0 0;
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
}

div#header{
	position:absolute;
	top:0px; left:40px;
	width:800px; height:150px;
	margin-top:10px;
	color:#fff;
	background-color:#f90;
}

div#headertext{
	position:absolute;
	top:0px; left:670px;
	margin-top:15px;
	text-align:right;
	color:#fff;
}

div#headertext p{
	padding:8px 0 0 0;
	font-weight:bold;
	font-size:1.2em;
}

div#menu{
	position:absolute;
	top:175px; left:0px;
	margin:1px 0 0 0 ;
	width:150px; height:180px;
}

div#sub{
	position:absolute;
	top:400px; left:40px;
	margin:1px 0 0 0 ;
	width:150px; height:180px;
}

div#midasi{
	position:absolute;
	top:175px; left:175px;
	width:640px; height:45px;
	margin:5px 0 0 25px;
}

div#midasi h1{
	background-image:url(img/h2back.jpg);
	background-repeat:repeat-y;
	color:#fff;
	padding:0 10px;
}

div#main{
	position:absolute;
	top:236px; left:190px;
	width:640px;
	margin:0 0 0 25px;
	z-index:2;
}

div#main table#link{
	width:600px;
	margin-top:8px;
}

div#main table#link td#name{
	width:145px;
	vertical-align:top;
}

div#main table#link td#syokai{
	width:455px;
}

div#main h2{
	color:#00f;
	padding:25px 0 0 20px;
}

div#main p{
	width:595px;
}

div#main p strong{
	color:red;
}

div#mback{
	position:absolute;
	top:220px; left:175px;
	width:640px;
	margin:0 0 0 25px;
	z-index:1;
}

ul#btm li{
	height:30px;
	text-align:center;
	list-style-type:none;
}

ul#btm li a{
	width:151px;
	height:30px;
	padding:6px 0;
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#f90;
	background-image:url(img/buttom.gif);
	background-repeat:no-repeat
}

ul#btm li a:hover{
	background-color:#f90;
	background-image:url(img/buttom1.gif) ;
}

.fleft{
	float:left;
}

.center{
	text-align:center;
}

.bold{
	font-weight:bold;
}
.red{
	color:#f00;
}

.blue{
	color:#00f;
}
