body {
	margin: 0px;
	padding: 0px;
	font-size: small;
}

#header {
	background-image: url(common_img/header_bg.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: auto;
}
#header img {
	margin-left: 14px;
}
#header #logo {
	margin-top: 20px;
}



#footer {
	background-image: url(common_img/footer_bg.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 760px;
	clear: both;
}

#footer a{
	text-decoration: none;
	color: #0000ff;
}

#footer p {
	text-align: center;
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-left: 20px;
	width: 716px;
	padding-top: 10px;
}


#container {
	background-image: url(common_img/container_bg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 760px;
	overflow: hidden;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}

#explain {
	background-color: #335C00;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#explain h3 {
	color: #FFFFFF;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 15px;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS6";
}
#explain p {
	display: block;
	padding-left: 15px;
	line-height: 18px;
}
#explain span {
	color: #BF0000;
	font-size: 150%;
}




/**/

/* navi */
#sidenavi ul{
	list-style-type: none;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidenavi ul a{
	display: block;
	background-image: url(common_img/navi.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 35px;
	text-indent: 20px;
	line-height: 32px;
	color: #006600;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#sidenavi ul a:hover {
	background-position: right bottom;
	color: #99CC00;
	font-weight: bold;
}

#sidenavi li {
	display: inline;
}

#sidenavi{
	margin-left: 30px;
}

#box #container #sidenavi #navi0 a,
#box1 #container #sidenavi #navi1 a,
#box2 #container #sidenavi #navi2 a,
#box3 #container #sidenavi #navi3 a,
#box4 #container #sidenavi #navi4 a,
#box5 #container #sidenavi #navi5 a{
	background-position: right bottom;
	color: #99CC00;
	corsor: default;
}

/*container*/
#main {
	height: auto;
	width: 550px;
	margin-left: 170px;
}

.explainbox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: thin solid #006600;
	width: 525px;
	height: auto;
}

.explainbox a {
	text-decoration: none;
}
