@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
height: 100%;
widht: 100%;
}
.content {
	height: 1600px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-left: -29px;
	height: 340px;
	width: 890px;
	position: absolute;
}
#left {
	background-image: url(images/header.png);
	background-position:-29px -336px;
	background-repeat: no-repeat;
	float: left;
	height: 1150px;
	width: 810px;
	position: absolute;
	margin: 336px auto 0px;
}
#right {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	float: right;
	height: 905px;
	width: 225px;
	position: absolute;
	right: 4px;
	background-position: -700px -336px;
	top: 336px;
}
#midashi1 {
	background-image: url(images/midashi.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: right top;
	padding: 5px;
	width: 740px;
}
#touko3 {
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	height: 16px;
	width: 700px;
	margin-left: 10px;
}
#chlink {
	background-image: url(images/chlink.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 215px;
	width: 740px;
	position: absolute;
	top: 860px;
}
.nakami {
	height: 1050px;
	width: 740px;
	position: absolute;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
* html .nakami{
margin: 0 0 0 -620px;
}
*:first-child+html .nakami {
margin: 0 0 0 -620px;
}
.subheader {
	background-image: url(images/midashi.png);
	background-repeat: no-repeat;
	float: right;
}
#kiyaku {
	background-image: url(images/parts.png);
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	width: 600px;
	position: relative;
	top: 1110px;
	left: 0px;
	padding-left: 30px;
	padding-top: 70px;
	font-size: 9px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}
#link {
	float: right;
	margin-top: 40px;
	margin-right: 30px;
	position: relative;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 10px;
	text-align: right;
}

#copy {
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 9px;
	float: left;
	left: 310px;
	top: 170px;
	position: relative;
}
.menu2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#junbi {
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	position: relative;
	height: 27px;
	width: 100px;
}
#setsumei {
	height: auto;
	width: 750px;
	position: relative;
}
#chui {
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0px -125px;
	height: 16px;
	width: 80px;
	margin-left: 10px;
}
#moji {
	margin-right: 20px;
	margin-left: 20px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 11px;
}

* html #moji{
	font-size: 12px;
}
*:first-child+html #moji {
	font-size: 12px;
}

#moji2 {
	margin-right: 20px;
	margin-left: 20px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 9px;
}

* html #moji2 {
	font-size: 11px;
}
*:first-child+html #moji2 {
	font-size: 11px;
}


#yarikata {
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	height: 26px;
	width: 100px;
	position: relative;
}
#down1 {
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 16px;
	width: 70px;
	position: relative;
	margin-left: 10px;
}
#rec2 {
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	height: 16px;
	width: 70px;
	margin-left: 10px;
}
.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 314px;
	width: 800px;
	position: absolute;
	top: 1600px;
	float: right;
	background-position: right top;
}

a:link{color:blue;} 
a:visited{color:red;}
a:hover{color:green;} 
a:active{color:yellow;}
