<style type="text/css">

body {
 text-align:center;
}

#container {
 width:96%;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}


h2        {
            margin: 0;
            solid #00f;
            font-size: 140%;
            text-align: center;
}

h1 {
	    border-left: 10px blue solid;
	    border-bottom: 2px blue solid;

            margin: 0;
            solid #00f;
            font-size: 160%;
            text-align: left;
	    color: #3300CC;
}

h3   {  solid #00f;
        font-size: 130%;
	text-align: left;
	font-weight: bold;
	color: #0000FF;
}

.box {margin: 0; border: 1px;}
.main-w   {
            float: left;
            width: 100%;
            margin-right: -100%;
            background-image:url(tama7.png);
}
.main     {
            margin: 0 199px; 

}

.side-left { 
            float: left; width: 200px;
			background-color:#e0e0ff;
			mergin-top: -120%
}
.side-1   { solid #00f; }

.side-right { float: right; width: 200px; }
.side-2   { border: 1px solid #00f; }

.footer-w { clear: both; 
			text-align: right;
            background-color:#ffffff;

}
.footer   { solid #00f; }

.header { 
float: left;
font-size:14pt;
color:black;
background-color:#e0e0ff;
width: 100%;
margin-right: -100%;
}

.menu { font-size:14pt;
color:red;
background-color:#e0e0ff;
width:190px;
}

a:hover { position: relative; top: 1px; left: 1px; }

</style>


