@charset "Shift_JIS";

/* ------------------------------
	GENERAL
------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	background-color: #000000;
}

h1, h2, h3, h4, h5, h6 { font-size: 1em; }
p, ul { line-height: 1.5; }
img { border: none; }
th { text-align: left;}
address { font-style: normal; }
sup { font-size: 0.8em; }
table { border-collapse: collapse; }

a { text-decoration: underline;
color:#fff; }
a:active { text-decoration: underline; color:#fff; }
a:visited { text-decoration: underline; color:#fff; }
a:hover { text-decoration: none; color:#fff; }

.clear {
	clear:both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/* ------------------------------
	LAYOUT
------------------------------ */

#wrapper {
	margin: 0 auto;
	width: 878px;
	text-align: center;
}


#header {
	margin: 0;
	width: 878px;
	text-align: center;
}

#menu {
	clear: both;
	width: 878px;
}

#contents {
	clear: both;
	margin: 0;
	width: 878px;
	text-align: left;
}

#footer {
	clear: both;
	width: 876px;
	background-color: #8F6B24;
	margin: 0;
	color: #E0D1BC;
	padding: 2px 1px 0 1px;
}


/* ------------------------------
	HEADER
------------------------------ */

#header h1{
	float: left;
	margin: 20px 0 17px 0;
}


#header ul {
	list-style-type: none;
	margin-top: 20px;
	float: right;
	font-size: 1px;
	line-height: 0;
}

#header ul li {
	padding: 0;
	margin: 0;
	float: right;
}

/* ------------------------------
	MENU
------------------------------ */
#menu p {
	margin: 0;
}
#menu ul {
	list-style-type: none;
	margin: 0 auto;
	line-height: 0;
	font-size: 1px;
}
#menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}


/* ------------------------------
	CONTENTS
------------------------------ */
#main {
	margin: 0 auto;
	padding: 20px 0 30px 0;
	width: 878px;
}
#main h3{
	clear: both;
}
#pagetop {
	text-align: right;
	margin-top: 40px;
	clear: both;
	margin-bottom: 10px;
}

/* ------------------------------
	FOOTER
------------------------------ */
#footer #ft_inner {
	background: url(../img/ft_bg.gif) repeat-x;
	padding: 3px;
}

#footer ul {
	list-style-type: none;
	margin: 0 10px;
	line-height: 0;
	font-size: 1px;
}
#footer ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#footer p.cr {
	float: right;
	font-size: 10px;
	margin: 0 10px;
	line-height: 1;
}

