@charset "utf-8";
/* --------------------------------------------------
	Base Layout
-------------------------------------------------- */

html,h1 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color:#000;
	margin:0px;
	}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration:underline;
  color:#fff;
  }
 
 a:hover{
	 color:#fff;
	 text-decoration:none;}

img {border:none;}

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: none;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }


/* --------------------------------------------------
	Base Font
-------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }


/* --------------------------------------------------
	font
-------------------------------------------------- */
.right{text-align:right !important;}
.left{text-align:left !important;}
.center{text-align:center !important;}

.g-text {color:#666; font-size:120%;}

.blue-text {color:#99CCFF; font-size:120%;}

.black-text {color:#333333;}

.green-text {color:#255140;}
.green2-text {color:#339933;font-weight:bold;}
.green3-text {color:#669933;}

.orenge-text {color:#ff6633;font-weight:bold;}
.orenge-text10 {color:#ff6633; font-size:85%;}
.orenge-text10-2 {color:#ff6633; font-size:72%;}

.darkred-text {color:#993333;}

.text85 {font-size:85%;}


/* #header 
-------------------------------------------------- */
#header {
	display:none;
	}


/* #main
-------------------------------------------------- */
#main {
	width:100%;
}

.page-area {
	margin:0 auto;
	width: 940px;
	padding:30px;
}




/* #footer
-------------------------------------------------- */
#footer {
	display:none;
}


/* clear
--------------------------- */
.clear { clear:both; }  
.clear hr { display:none; }  

/* shop
--------------------------- */
#area-title{display:none;}
#area-menu{display:none;}
.area-midashi{display:none;}
.area-sub{display:none;}
.map-print{display:none;}



