@charset "UTF-8";

/*=================================================================
	http://www.royal-web.net/
=================================================================*/

@import url(initialize.css);
@import url(navigation.css);

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:62.5%;
	font-style:normal;
	line-height:220%;
	letter-spacing:0.02em;
	color:#3F3D27;
	text-align:left;
	background:url(../img/common/rtw_bg01.jpg) 0 100% repeat-x #F9F7E8;
}

h1 {
	position:absolute;
	top:10px;
	left:70px;
	width:930px;
	height:21px;
	overflow:hidden;
	color:#64962E;
	line-height:110%;
}
	
h2 {}

h3 {}

h4 {margin:0 0 5px;}

h5, h6 {}

a:link, a:visited {
	color:#678028;
	text-decoration:underline;
}

a:hover, a:active {
	color:#FF3300;
	text-decoration:underline;
}

.center {margin:0 auto;}

div#background {
	width:100%;
	height:100%;
	border-top:3px solid #64962E;
}	

div#wrapper {
	margin:0 auto;
	width:1000px;
	font-size:1.2em;
}

div#head {
	height:110px;
	width:1000px;
	position:relative;
}

img#logo {
	margin:3px 0 4px;
	width:344px;
	height:64px;
	display:inline;
}

div#container {
	padding:7px 0 60px;
	width:1000px;
}

div#sidearea {
	margin:0 10px 0 0;
	width:230px;
	float:left;
}

div#contentarea {
	width:760px;
	float:left;
}

div#container2 {
	padding:4px 0 0;
	width:760px;
	float:left;
}

div#container:after, div#container2:after {content:" "; clear:both; height:0; display:block; visibility:hidden;}

div#indexbox {
	margin:4px 10px 0 0;
	width:560px;
	float:left;
}

div#sidearea2 {
	width:190px;
	float:left;
}

div#foot p {
	text-align:center;
	margin:0 auto 10px;
}

div#foot p a {color:#755A33;}
div#foot p a:hover {color:#CC3300;}

div#foot p#copyright {
	margin:0;
	line-height:300%;
	height:40px;
	color:#FFF;
	overflow:hidden;
}

div#AccessLog {display:none;}

.spacer00 {margin:0 auto;}
.spacer05 {margin:0 auto 5px;}
.spacer10 {margin:0 auto 10px;}
.spacer15 {margin:0 auto 15px;}
.spacer20 {margin:0 auto 20px;}
.spacer30 {margin:0 auto 30px;}