@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #FFDEAD;
}

div#pageWrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: left;
}

/* old \*/
* html div#pagewrapper {
	width: 800px;
}
/* end */

div#header {
	background-color: #FAEBD7;
	width: 780px;
	height: 220px;
	margin-bottom: 10px;
	background-image: url(../image/sunset.JPG);
}

div#mainContents {
	float: left;
	background-color: #FAEBD7;
	width: 480px;
	margin-bottom: 10px;
}

div#mainContents p.note {
	margin-bottom: 30px;
	padding-left: 10px;
	line-height: 2.0;
	letter-spacing: 0.04em;
}

div#nav {
	float: right;
	width: 300px;
	height: 460px;
	margin-bottom: 10px;
}

img.banner {
	border: solid 1px #999;
	border-style: none;
}

div#footer {
	clear: both;
	background-color: #FFE4C4;
	width: 780px;
	height: 155px;
}

div#footer p {
	padding: 135px 0 0 10px;
	color: #000000;
	font-size: 82%;
}

div.contents {
	width: 270px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background: #ffffff;
}

div#site p {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#editor p {
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 {
	color: #000000;
	font-size: 170%;
	font-family: Verdana,Arial,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	margin-top: 10px;
	margin-left: 10px;
}

h2 {
	color: #000000;
	font-size: 120%;
	font-family: Verdana,Arial,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	margin-bottom: 10px;
}

textarea {
	width: 260px;
	height: 70px;
}

h3 {
	color: #000000;
	font-size: 110%;
	font-family: Verdana,Arial,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 30px;
}