@charset "UTF-8";

/*========================*/
/**/
/*2009.9*/
/*なの★キャン2010s*/
/*サイトURL*/
/**/
/*========================*/
/*/////////////////////////////////////////*/

/*全ページ共通設定*/
/*-----------------------------------------*/

body {
	background-image: url(../images/cloth.jpg);
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#layout {
	background-color: #FFF;
	width: 800px;
	margin: auto;
}
#header {
	width: 800px;
}
h1 {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 285px;
	text-indent: -9999px;
}
#contents{
	width: 750px;
	padding-bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	margin-top: -30px;
	padding-top: 310px;
	padding-bottom: 10px;
}
.copyright {
	text-align: right;
	padding-right: 10px;
}
