@charset "UTF-8";


/*========================================================================
	ݒ
========================================================================*/
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body,h1,h2,a,p,h,ul,li,dl,dt,dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	background: url(../images/backpic.gif) repeat;
}

img {
	border: none;
}

#header {
	width: auto;
	height:10px;
	background-color: #19100a;
}

#all {
	width: auto;
	height:610px;
	background: url(../images/karakami_back.jpg) repeat-x;
}


/*========================================================================
	main
========================================================================*/
#main {
	margin: 0 auto;
	width: 960px;
}


/*========================================================================
	footer
========================================================================*/
#main #footer{
	background:url(../images/footer.jpg) no-repeat;
	width: 960px;
	height: 68px;
	position: relative;
}

#footer #navi{
	position: absolute;
	top: 17px;
	left: 19px;
}

#footer #navi li {
	float: left;
}

#footer p {
	clear: both;
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 9px;
	color: #c5b395;
}

#bottom {
	height: 10px;
	width: auto;
	background:url(../images/kage.png) repeat-x;
}
	
	
	
	
