@charset "UTF-8";

div.topa{
   float: left;
   height: 300px;
   width: 500px;
   background-image:url("http://www.miraiouen.com/title0.gif");
}

div.topb{
   float: right;
}

div.manu{
    clear: both;
    
}

div.main{
    float: left;
    width: 70%;
}

div.side{
   float: right;
}

div.ft{
   clear: both;
   text-align: center;
}

h1 { color:#000000;
    background-align: center;
    font-family:"‚l‚r ‚o–¾’©"; 
    fomt-sime:"70%";
    padding: 0.5em;
    margin : 0px;
}

BODY  {
       background-image:url("http://www.miraiouen.com/line.gif");
       background-repeat:repeat-y;
       padding-left: 50px;
}

div.manu li{
	float:left;
	display:block;
	padding-right:10px;
	margin-left:7px;
	position:relative;
	background:url(tab1.png);
	background-repeat:no-repeat;
	text-align: center;
	font-size:18px;
	font-family: "‚l‚r ‚o–¾’©","‚l‚r –¾’©",serif;
	width: 150px;
	height: 25px;
}
div.manu li.current{
	background:url(tab2.png);
	background-repeat:no-repeat;
}

h2{ 
    border-style: solid;
    border-color: red;
    border-width: 0px 0px 2px 0px;   
}

h3 {
    text-align: center;
}

th {
   text-align: center;
   background-color:#ccffff;
}



