@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style:none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: none;
}

a {
	overflow: hidden;
}

.red {
	color: #B31701;
}

.fontA {
	font-family:ヒラギノ明朝W3,serif;
	color: #E8B35C;
}

body {
	width: 100%;
	background: url(../img/body-bg.jpg) repeat-x #B31701;
}

#wrapper {
	width: 1000px;
	background: url(../img/wrapper-bg.jpg) no-repeat;
	margin: 0 auto;
}


#wrapper2 {
	width: 840px;
	position: relative;
}


/* Header 
---------------------------------------------*/
#header {
	width: 840px;
	height: 110px;
}

h1 {
	position: absolute;
	width: 205px;
	height: 85px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -1000em;
	top: 20px;
	left: 200px;
}

#header h2 {
	display: none;
}

.tradeMark {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 2;
}

.mapBtn {
	width: 155px;
	height: 37px;
	position: absolute;
	top: 41px;
	left: 665px;
	background: url(../img/mapBtn.gif) no-repeat;
	text-indent: -1000em;
}

#header p.tel {
	width: 210px;
	height: 20px;
	position: absolute;
	top: 82px;
	left: 610px;
	background: url(../img/telephone.gif) no-repeat;
	text-indent: -1000em;
}

/* font resize 
---------------------------------------------*/
#resize {
	position: absolute;
	top: 83px;
	left: 440px;
}

#resize dt, #resize dd {
	float: left;
}

#resize dt {
	padding-right: 5px;
	color: #d0bd00;
	font-weight: 1;
	font-size: 12px;
}

#resize dd {
	margin-left: 3px;
}

#resize dd a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -1000em;
	overflow: hidden;
}

dd#fs0 a {
	background: url(../img/fontSmall1.gif) no-repeat;
}

dd#fs1 a {
	background: url(../img/fontMiddle1.gif) no-repeat;
}

dd#fs2 a {
	background: url(../img/fontLarge1.gif) no-repeat;
}

/* Container
---------------------------------------------*/
#container {
	width: 840px;
	background: url(../img/container-bg.gif) repeat-y;
}

#container-top {
	width: 840px;
	background: url(../img/container-top.jpg) no-repeat;
}


#container-bottom {
	width: 800px;
	background: url(../img/container-bottom.gif) bottom no-repeat;
	padding: 20px;
}

/* Global Navigation 
---------------------------------------------*/
#globalNav {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 785px;
	height: 40px;
	background: url(../img/globalNav-bg.gif) repeat-x;
	padding-right: 15px;
	display: inline;
//	z-index: 3;
}

#globalNav li {
	float: right;
	margin-left: 1px;
}

#globalNav li a {
	display: block;
	width: 100px;
	height: 40px;
	overflow: hidden;
	text-indent: -1000em;
}

#globalNav li.top a {
	background: url(../img/top.gif) no-repeat;
}

#globalNav li.menu a {
	background: url(../img/menu.gif) no-repeat;
}

#globalNav li.staff a {
	background: url(../img/staff.gif) no-repeat;	
}

#globalNav li.question a {
	background: url(../img/question.gif) no-repeat;		
}

#globalNav li.work a{
	background: url(../img/work.gif) no-repeat;		
}

#globalNav li.tour a{
	background: url(../img/tour.gif) no-repeat;		
}

#globalNav li a:hover {
	background-position: bottom;
}


/* contents 
---------------------------------------------*/
#contents {
	font-size: 12px;
	width: 800px;
	background-color: #FFF;
	position: relative;
}


.toTop {
	float:right; 
	margin-right:20px;
	margin-top:10px; 
	display:inline;
	font-size:0.85em;
}

.toTop a {
	color: #5534B5;
	text-decoration: none;
}

.toTop a:hover {
	color: #A98F64;
	text-decoration: underline; 
}

/* Bottom Navigation 
---------------------------------------------*/
#bottomNav {
	clear: both;
	width: 800px;
	height: 25px;
	margin-top: 40px;
	padding-top: 7px;
	background: #DDAA77;
}

#bottomNav ul {
	text-align: center;	
}

#bottomNav li {
	border-left: 1px solid #B31701;
	padding-left: 0.35em;
	padding-right: 0.15em;
	display: inline;
}

#bottomNav li.top {
	border: none;
}

#bottomNav li a {
	font-size: 11px;
	color: #B31701;
	text-decoration: none;
}

#bottomNav li a:hover {
	color: #5534B5;
	text-decoration: underline; 
}



/* Footer 
---------------------------------------------*/
#footer {
	width: 840px;
	position: relative;
	background: #B31701;
	padding-bottom:20px;
}

.bottomLogo1 {
	position: absolute;
	left: 20px;
	bottom:30px;
}

.bottomLogo2 {
	position: absolute;
	left: 20px;
	bottom:85px;
}

.bottomIllust {
	position: absolute;
	bottom: 25px;
	right: 20px;
}

#footerComment {
	text-align: center;
	color: #ECC;
	padding-top: 10px;
	font-size:10px;
	width: 600px;
	margin: 0 auto;	
}

#footerComment dt, #footerComment dd {
	display: inline;
}

#footerComment dl {
	margin-top: 5px;
}	

.add, .time {
	font-size: 12px;
}

p.tel {
	font-size: 25px;
	padding-top: 10px;
}

address {
	background: url(../img/copyright.gif) bottom no-repeat;
	width: 335px;
	height: 20px;
	text-indent: -1000em;
	margin: 0 auto 0;
	padding:5px 0 10px;
}











