@charset "UTF-8";

html{
    height:100%;
}
body{
    height:100%;
	background: url(../img/common/back_koi.gif);
}
#wrap{
    width: 850px;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
	background: #fff;
}
body > #wrap {
        height: auto;
}
#main{
	width: 785px;
	margin: auto;
    padding-bottom:20px;
}
img {
	border: 0;
	vertical-align: top;
}
a:link {
 color: #333333;
 text-decoration: underline;
}
a:visited {
 color: #727272;
 text-decoration: underline;
}
a:hover, a:active {
 color: #ff9933;
 text-decoration: underline;
}
#space {
	clear: both;
	margin: 0;
	font-size: 3px;
}
/* header
---------------------------------------- */
#header {
	padding-top: 1px;
	height: 80px;
	margin-bottom: 10px;
}
#header h1 {
	float: left;
	margin: 5px 10px 5px 0;
}
p#page-tit {
	float: left;
	margin: 5px 10px 5px 0;
}
ul#top-navi {
	float: right;
	list-style: none;
}
ul#top-navi li {
	display: inline;
	float: left;
	margin: 0 0 0 1px;
}

/* content
---------------------------------------- */
#content {
	clear: both;
	margin: 0 0;
	width: 785px;
}

#header h1{
text-indent: -5000px;
}

h1#tit {
	clear: both;
	margin: 10px 0 20px 0;
}
/* footer
---------------------------------------- */
#top {
	clear: both;
	text-align: right;
	padding-right: 15px;
	font-size: 70%;
}
#footer{
	clear: both;
    position:absolute;
    bottom:0px;
    width:800px;
	padding: 7px 25px 3px 25px;
	background: #fff url(../img/common/footer-bar.png) top no-repeat;
}
#footer ul{
	float: left;
}
#footer li{
	display: inline;
	float: left;
	padding-left: 8px;
	margin-right: 10px;
	background: url(../img/common/triangle.png) no-repeat 0 3px;
	font-size: 60%;
}
#copy-txt {
	float: right;
	margin-right: 3px;
	font-size: 60%;
	color:#666666;
}

