@charset "utf-8";
html {
	height:100%;
	overflow-y:scroll; 
}
body {
	background-color: #ffffff;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	height:100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
ul,li,dt,dl,dd,h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type:none;
}
.cf {
	zoom:1;
}
.cf:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.clear {
	clear: both;
}


#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
}
#wrapper #contents {
	float: right;
	width: 585px;
	padding-top: 10px;
	position: relative;
}
#wrapper #contents .caption {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #0068B6;
	line-height: 1.5;
	padding: 30px;
	margin-top: 30px;
}
/* IE4~6 */
* html #wrapper #contents {
	padding-top: 60px;
}
/* Only IE7 hack */
*:first-child+html #wrapper #contents {
	padding-top: 60px;
}
#wrapper #header_navi {
	width: 235px;
	background-color: #ffe200;
	height:100%;
	float: left;
}

#wrapper #header_navi p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1.4em;
	padding-top: 20px;
}

body > #wrapper {
    height: auto;
}
#wrapper #back {
	position: fixed;
	top: 0px;
	background-color: #FFFFFF;
	z-index: 2;
	width: 585px;
	left: auto;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 4px;
}
#wrapper #contents .caption ul li {
	background-image: url("../../img/icon_li.jpg");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	padding-bottom: 15px;
}
