@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #808080;
}

#wrap{
	width: 870px;
	margin: auto;
	padding-top: 10px;
	background-image:url(image/mukakgbuku.jpg);
	background-color: #CC9900;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#web_back{
	width: 718px;
	height: 144px;
	margin: auto;
	background-color: #FFF;
}

#web_cont{
	margin: auto;
	width: 718px;
	height: 475px;
}

#head{
	height: 24px;
	width: 718px;
	background-color:#FFCC00;
	margin: auto;
	font:"Comic Sans MS", cursive;
}

#side{
	width: 148px;
	background-color:#FFF;
	height: 475px;
	float:left;
}

#side h3{
	margin: 0;
	display: block;
	padding: 5px 0 5px 19px;
	border-top: 1px solid #EBEBEB;
	color: #C30;
	text-decoration: none;
}

#side a{
	margin: 0;
	display: block;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
	text-decoration: none;
}

#side a:hover{
	color:#333;
	background-color:#C93
}

#side .img{
	height: 70px;
	margin-top: 10px;
}

#content{
	width: 560px;
	height: 475px;
	margin-left: 9px;
	float:left;
}

#content h4{
	color: #000;
	text-align:center;
}

#content p{
	text-align:left;
	color: #0000FF;
	margin: auto;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}

#content .lok{
	height: 350px;
	margin: auto;
}

#content .akt{
	height: 200px;
	width: 450px;
	margin: auto;
	border: 1px solid #666;
}

#content .akt p{
	color:#036;
	margin:0;
}

#footer{
	margin: auto;
	width: 718px;
	height: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}

#footer p{
	margin:0;
}

