@charset "utf-8";
/* CSS Document */
body{
 background-color:#CCCCCC;
}


#body {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	
}
#bg-img {
	background-attachment: fixed;
	background-color: cccccc;
	background-image: url(../index/images/bg-image.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#footer {
	background-color: #FF8300;
	clear: both;
	height: 25px;
	width: 800px;
	line-height: 25px;
	font-size: 14px;
	color: #660000;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	height: 25px;
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#under-footer {
	line-height: 25px;
	background-color: #FFFFFF;
	clear: both;
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 70px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #CCCCCC;
}
#header-hidari {
	background-image: url(../index/images/header-hidari.gif);
	height: 70px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header-box {
	background-color: #FF8300;
	height: 70px;
	width: 790px;
	margin: 0px;
	padding: 0px;
}
#header-left-box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 790px;
	height: 70px;
}

#header-migi {
	background-image: url(../index/images/header-migi.gif);
	height: 70px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#logo {
	padding: 0px;
	height: 45px;
	width: 438px;
	margin-top: 12px;
	margin-right: 100px;
	margin-bottom: 13px;
	margin-left: 121px;
	float: left;
}
#pula {
	height: 50px;
	width: 68px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
#side-menu {
	float: left;
	width: 155px;
	background-color: #fff799;
	padding: 0px;
	margin: 0px;
}
.side-box {
	width: 151px;
	border: 2px solid #FF6666;
	float: left;
}
#hako {
	clear: both;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.side-box h3 {
	background-color: #FF6666;
	height: 25px;
	width: 154px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	color: #663300;
	float: left;
}

#main {
	background-color: #FFFFFF;
	width: 635px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#container {
	background-color: #FFFFFF;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.side-btn {
	margin: 5px;
	padding: 0px;
	height: 40px;
	width: 140px;
	float: left;
}
.title {
	background-color:#FF6633;
	border:3px double #FF9900;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
