a {
	text-decoration: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

h1,h2,h3,h4,h5,ul,li,p {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;

}
#all_box {
	width: 780px;
	background-color: #99CC66;
	padding: 10px;
}
#header {
	background-color: #FFFFFF;
	padding: 10px;
}
#header h1 {
	font-size: 25px;
	margin-bottom: 10px;
}
#header h2 {
	font-size: 16px;
	font-weight: normal;
}
#container {
	float: left;
	width: 780px;
	padding-top: 10px;
}
#left {
	float: left;
	width: 490px;
	padding: 10px;
	background-color: #ECE9D8;
}
#right {
	float: right;
	width: 240px;
	padding: 10px;
	background-color: #FFFFFF;
}
#right h2 {
	margin-bottom: 10px;
	font-size: 18px;
}
#left h2 {
	margin-bottom: 10px;
}
#left h3 {
	margin-bottom: 10px;
}
#left li {
	margin-top: 20px;
}
#right li {
	margin-bottom: 10px;
}
#footer {
	padding: 10px;
	float: left;
	margin-top: 10px;
	width: 760px;
	text-align: center;
}
p {
	line-height: 1.4;
}
#left .pankuzu {
	margin-top: 20px;
}
