@charset "utf-8";


/*
-----------------------------------------------------------
前ページ共通のレイアウト
-----------------------------------------------------------
*/

body {
	margin: 0 auto;
	width: auto;
	background-color :#ffffff;
	line-height: 1.4;
}

#container {
	margin: 0 auto;
	width: 900px;
	background-color:#ffffff;
}

#header {
	overflow:hidden;
	width: 900px;
}

#header #logo {
	float:left;
	margin:35px 0 10px;
	width:300px;
}

#logo h1{
	font-size: 77%;
	color: #999999;
}

#logo h2 {
	margin:10px 0 0;
}

#header #headmenu {
	overflow:hidden;
	float:right;
	margin:25px 0 7px;
	width:50%;
}

#headmenu ul {
	overflow:hidden;
}

#headmenu ul li{
	float:right;
	padding:10px 0 4px 0;
	display:inline;
}

#headmenu ul li.map {
	margin:0 0 0 20px;
}

#headmenu ul li.map {
	/margin:0 0 0 0;
}

#headmenu ul li.sitemap a,
#headmenu ul li.map a {
	padding:0 0 0 12px;
	font-size:93%;
	color:#000000;
	background:url(../img/list01_off.gif) no-repeat 0 0.5em;
	text-decoration:none;
	display:block;
}

#headmenu ul li.sitemap a {
	/width:7.75em;
}

#headmenu ul li.map a {
	/width:5.25em;
}

#headmenu ul li.sitemap a:hover,
#headmenu ul li.map a:hover {
	color:#ffb900;
	text-decoration:none;
	background:url(../img/list01_on.gif) no-repeat 0 0.5em;
}

#headmenu div {
	width:198px;
	float:right;
}

#headmenu p.tel {
	margin:12px 0 0;
}

#headmenu p.tel {
	/margin:10px 0 0;
}

#nav {
	clear:both;
	margin:0 auto;
	width: 900px;
}

#nav li,
#nav a {
	float: left;
	display: block;
	width: 150px;
	height: 50px;
	background:#ffffff url(../img/globalnav.gif) no-repeat;
	text-indent: -9999px;
}

#nav01 a {background-position: 0 0;}
#nav02 a {background-position: -150px 0;}
#nav03 a {background-position: -300px 0;}
#nav04 a {background-position: -450px 0;}
#nav05 a {background-position: -600px 0;}
#nav06 a {background-position: -750px 0;}

#nav01 a:hover {background-position: 0 -50px;}
#nav02 a:hover {background-position: -150px -50px;}
#nav03 a:hover {background-position: -300px -50px;}
#nav04 a:hover {background-position: -450px -50px;}
#nav05 a:hover {background-position: -600px -50px;}
#nav06 a:hover {background-position: -750px -50px;}


#contents {
	clear:both;
	overflow:hidden;
	margin:10px auto 0;
	width: 900px;
	background-color:#ffffff;
}

#main {
	float:left;
	margin:10px 0 0;
	width: 650px;
}

#sub {
	float:right;
	width: 220px;
}

#sub p {
	margin:10px 0 0;
}

#sub ul {
	margin:10px 0 0;
}

#footer {
	clear:both;
	margin :0 auto;
	padding:35px 0 0;
	width: 900px;
	color: #ffffff;
}

#footer #pagetop {
	padding:0 10px 2px 0;
	font-size: 93%;
	text-align:right;
}

#footer #pagetop a {
	padding:0 0 0 15px;
	background:url(../img/page-top_off.gif) no-repeat 0 50%;
	color: #000000;
	text-decoration:none;
}

#footer #pagetop a:hover {
	background:url(../img/page-top_on.gif) no-repeat 0 50%;
	color: #999999;
	text-decoration:none;
}

#footer h3 {
	font-size: 108%;
	color: #ffb900;
}

#footer div#footer_kadomaru {
	background:#736B5D url(../img/bg_footerbottom.gif) no-repeat left bottom;
	padding:0 0 20px;
}

#footer_kadomaru #footermenu{
	float:left;
	padding:10px 0 0 10px;
	width:440px;
	background:#736B5D url(../img/bg_footertop_left.gif) no-repeat left top;
}

#footermenu address{
	margin:10px 0 0;
	font-size:93%;
	line-height:1.8;
}

#footermenu ul {
	margin:6px 0 0;
	color:#ffffff;
}

#footermenu ul li{
	float:left;
	padding:0 20px 0 0;
}

#footermenu ul li a {
	padding:0 0 0 10px;
	font-size:93%;
	color: #ffffff;
	text-decoration:none;
	background:#736B5D url(../img/list02_off.gif) no-repeat 0 50%;
}

#footermenu ul li a:hover { 
	color: #ffb900;
	text-decoration:none;
	background:#736B5D url(../img/list02_on.gif) no-repeat 0 50%;
}						

#footer_kadomaru #amazon{
	float:right;
	padding:10px 10px 0;
	width:430px;
	background:#736B5D url(../img/bg_footertop_right.gif) no-repeat right top;
}

#amazon #amazon_left{
	float:left;
	width:296px;
}

#amazon_left #amazon_statement01{
	font-size:93%;
	line-height:1.8;
}

#amazon_left #amazon_statement02{
	margin:7px 0 0;
	font-size:77%;	
	line-height:1.6;
}

#amazon p{
	float:right;
}

#footer #copyright {
	clear:both;
	margin:10px 0 35px;
	font-size: 77%;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}











