.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



#all {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 2px solid #99CC66;
	background-color: #CCFFCC;
}
body {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header {
	text-align: center;
	float: left;
	height: 100px;
	width: 760px;
	background-color: #ECE9D8;
}
h1,h2,h3,h4,h5,p,ul,ol,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container {
	float: left;
	width: 760px;
}
#main {
	float: left;
	width: 470px;
	padding: 15px;
}
#menu {
	float: left;
	width: 230px;
	background-color: #CCCCCC;
	padding: 15px;
}
#menu h3 {
	margin-bottom: 20px;
}
#menu li {
	line-height: 2;
}
}
#main h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.main_h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
	font-size: 18px;
	margin-bottom: 20px;
}
#main p {
	font-size: 14px;
	line-height: 1.5;
}
#main li,#main ol {
	line-height: 2;
}
#main h4 {
	background-color: #FFFF99;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	text-align: center;
	float: left;
	width: 760px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#header h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#main .pankuzu {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 450px;
}

