a:link,a:visited {
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: none;
}.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
h1,h2,h3,h4,h5,ul,li,p {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;

}
#all_box {
	width: 680px;
	padding: 10px;
	background-color: #CCCC99;
}
#head_box {
	width: 660px;
	height: 55px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #00CCCC;
	margin-bottom: 10px;
}
#container {
	float: left;
	width: 680px;
}
#top {
	float: left;
	width: 390px;
	background-color: #FFFFFF;
	padding: 15px;
}
#side {
	float: left;
	width: 220px;
	margin-left: 10px;
	padding: 15px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#footer {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	clear: both;
	background-color: #CCCC66;
	text-align: center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
body {
	background-color: #CCCCCC;
	font-size: 16px;
}
#top h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00CCCC;
	padding-left: 5px;
	margin-bottom: 25px;
	font-size: 20px;
}
#top h3 {
	margin-bottom: 10px;
}
#top p {
	line-height: 1.5;
	margin-bottom: 25px;
}
#side h2 {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #00CCCC;
	margin-bottom: 15px;
	font-size: 18px;
}
#side li {
	margin-top: 5px;
	margin-bottom: 10px;
}
#head_box h1 {
	margin-bottom: 10px;
	font-size: 25px;
}
#head_box p {
	font-size: 14px;
}
#head_box a {
	color: #000066;
	text-decoration: none;
}
#top li {
	margin-bottom: 10px;
}
#top ul {
	margin-bottom: 25px;
}
#top p {
	line-height: 1.5;
}
