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

*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}
	


body {
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-image: url(../image/bodyback.jpg);
	background-repeat: repeat;
	   }
 


#wrapper {
	height: 100%;
	min-height: 100%;
	_height: 100%; /* for IE6 */
	width: 100%;
	margin:0px;
	background-image: url(../image/headerback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	}


body > #wrapper {
	height: auto;
	}
	
#wrapper > #contents{
	height: auto;
	}


#header {
	background-image: url(../image/logo_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 800px;
	height: 130px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#header img {
	padding-top:20px;
	padding-bottom: 20px;
}

#contents {
	width: 800px;
	background-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
	box-shadow: 1px 0px 10px #CCC, -1px 0px 10px #CCC;
　/* Firefox用 */  
	-webkit-box-shadow: 1px 0px 10px #000, -1px 0px 10px #CCC;　/* Safari,Google Chrome用 */ 
; 			margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-left: 50px;
			}

#footer {
	background-image: url(../image/footer_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 80%;
	margin-top:-30px;
	}

#contents h1 ,h2{
	margin:0;
	padding:0;
}

#contents h2{
	font-size: 18px;
	line-height: 25px;
	color: #313B0D;
}
 
/* index */
.top_text {
	width:300px;
	line-height:3em;
	text-align: left;
	padding: 10px;
	margin-bottom: 250px;
	background-image: url(../image/underline.jpg);
	background-repeat: repeat;
}


/* greeting */
.greeting {
	width:700px;
	margin: 0px auto;
	line-height: 2em;
	padding: 0px 0px 20px 0px;
	background-image: url(../image/line_greeting.jpg);
	background-repeat: repeat;
	}
 
 
/* colection */

.collection {
	height:100%;
	margin-bottom:200px;
}

.collection p {
	width:420px;
	line-height:2em;
	display:block;
}


/* info */
.info {
	height:100%;
	margin-bottom: 200px;
}

.info ul {
	list-style-position:inside;
	padding-left: 2em;
	width: 700px;
}

.info li {
	text-indent:-1.5em;
	margin-bottom: 5px;
}

.map {
	margin-bottom: 0px;
	float: right;
	border: 1px solid #666;
}



/*tab box*/
   #tabbox {
	padding: 0px;
	width: 730px;
	height: 35px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
   }

   #tabbox ul.tabs {
      margin:  0px;ß
      padding: 0px;
   }
   
   #tabbox ul.tabs li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 120px;
	height: 35px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	line-height: 35px;
	font-weight: bold;
	font-size: 14px;
	bottom: 0px;
         }
		 
#tabbox ul.tabs a {
	display: block;
	text-align: center;
	text-decoration: none;
	
         }

.on a {
	color: #333;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
   }


.off a {
	background-color: #3F4237;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	color: #FFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
   }
   

.clear {
	clear:both;
}
