body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0; 
	padding:0;
	font-size: 100%;
 	font-style: normal;
 	list-style: none;
	} 
table {
	border-collapse:collapse;
	border-spacing:0;
	} 
fieldset,img {  
	border:0; 
	} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	} 
ol,ul { 
	list-style:none; 
	} 
caption,th { 
	text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 
q:before,q:after { 
    content:''; 
	} 
abbr,acronym { border:0; 
	} 


html{
	height: 100%;
	}
	
	
body{
	background-color: #ffffff;
	height: 100%;
 	}


.clearfix:after { content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	 }
.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/ * html 
.clearfix {height: 1%;} 
.clearfix {display: block;} 
	/* End hide from IE-mac */


em{
	color: #ff0000;
	font-weight: bold;
	}

	
#wrapper{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.4em;
	width: 800px;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	color: #333333;
	}

h1{
	text-align: left;
	font-size: 70%;
	}


h2{
	text-align: left;
	font-size: 100%;
	}


h3{
	font-size: 140%;
	font-weight: bold;
	}


dd{
	padding-left: 1em;
	}


#header p{
	float: left;
	}



.topmenu li{
	width: 800px;
	height: 30px;
	line-height: 30px;
	display: inline;
	}


.topmenu a,
.topmenu a:link,
.topmenu a:visited,
.topmenu a:active{
	width:160px;
	height:30px;
	background: #c0c0c0;
	text-align:center;
	display:block;
	float:left;
	}


.aqua a:hover{
	width:160px;
	height:30px;
	background:#00ffff;
	text-align:center;
	display: block;
	float:left;
	}


.lime a:hover{
	width:160px;
	height:30px;
	background:#00ff00;
	text-align:center;
	display: block;
	float:left;
	}
	
	
.orange a:hover{
	width:160px;
	height:30px;
	background:#ff9900;
	text-align:center;
	display: block;
	float:left;
	}	


.pink a:hover{
	width:160px;
	height:30px;
	background:#ff00ff;
	text-align:center;
	display: block;
	float:left;
	}


.violet a:hover{
	width:160px;
	height:30px;
	background:#cc99ff;
	text-align:center;
	display: block;
	float:left;
	}


div#main{
	float: right;
	width: 550px;
	}


div#main2{
	padding: 10px;
	float: right;
	width: 530px;
	background-image: url("../color/cream2.gif");
	background-repeat: repeat-x;
	}


#main2 h4{
	color: #ffff00;
	background-color: #666666;
	font-weight: bold;
	}


#main2 p{
	padding-bottom: 1em;
	}
	

div#side{
	padding: 10px;
	float: left;
	width: 220px;
	background-image: url("../color/aqua2.gif");
	background-repeat: repeat-x;
	overflow: auto;
	}

#side dt{
    background-color: #333333;
    color: #ffffff;
    margin-top: 1em;
    padding-left: 0.5em;
    font-weight: bold;
	}


#side img{
	padding-right: 0.5em;
	}


#side dd{
   margin-top: 0.5em;
    
	}


div.annai{
	padding: 10px;
	float: left;
	width: 250px;
	height: 270px;
	background-image: url("../color/lime2.gif");
	background-repeat: repeat-x;
	}


div.naiyo{
	padding: 10px;
	float: right;
	width: 250px;
	height: 270px;
	background-image: url("../color/orange2.gif");
	background-repeat: repeat-x;
	}


div.soudankai{
	padding: 10px;
	float: left;
	width: 250px;
	height: 270px;
	background-image: url("../color/pink2.gif");
	background-repeat: repeat-x;
	}


div.sonota{
	padding: 10px;
	float: right;
	width: 250px;
	height: 270px;
	background-image: url("../color/violet2.gif");
	background-repeat: repeat-x;
	}



#footer{
	text-align: center;
	}
	
	
.endmenu li{
	font-size: 85%;
	margin-right: 1em;
	display: inline;
	}

