body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td ,iframe{  
	margin: 0;
	padding: 0;
	}
	
html {height:100%;}
	
body {
	background:#FFF;
	color:#333;
	font-size:12px;
	line-height:1.4;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	scrollbar-face-color: #ccc;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

img{
	border:0;
}
.btn {
}
h1,h2 {display:none;}

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

a { color:#666;text-decoration: underline; }
a:active,a:hover {text-decoration: none;color:#FF0000; }



/* 全体レイアウト設計 */
#wrapper {
	width:1000px;
	height:560px;
	margin: -280px 0px 0px -500px;
	left: 50%;
	top: 50%;
	position: absolute;
}

#container {
	width:830px;
	margin:0 auto;
}

#navi {
	width:185px;
	float:left;
}

#contents {
	width:600px;
	float:right;
	
}

/* ナビゲーション */

#navi .logo {
	margin:40px 0 21px 0;
}

#navi ul li {
	font-size: 0px;
	line-height: 0px;
	list-style-type: none;	
}
#navi ul li a.menu {
	display: block;
	width: 60px;
	text-decoration: none;
}
.submenu {
	visibility: hidden;
	position: absolute;
	margin-left:60px;
	margin-top:-23px;
	z-index: 3;
}
.submenu a {
	display: block;
}

#navi .twitter {
	margin:10px 0 0 0;
}


/* メインエリア */

#contents .copy {
	margin:0 0 10px 0;
}

#main {
	width:600px;
	height:410px;
	border:1px solid #333;
	background:#fff;
}

#main .sec{
	padding:35px 50px;
}

#main h3 {
	margin:0 0 30px 0;
}

#main h4 {
	font-size:12px;
	margin:0 0 10px 0;
}

#main h5 {
	font-size:14px;
	margin:10px 0;
}

/* information */

#information #contents iframe {
	overflow:auto;
}


/* concept */

#concept #main {
	overflow:auto;
}

#concept #main p {
	padding:40px 0 30px 0;
}

#concept #main h5 {
	padding:15px 0 0 0;
}

/* service */

#service #main {
	overflow:auto;
}
#service #main .sec01 {
	margin: 0 0 0 10px;
	padding:0 0 10px 0;
	border-bottom:1px dotted #666;
	overflow:hidden;
}

#service #main h4 {
	font-size:12px;
	color:#46BAB4;
	margin:20px 0;
}

#service #main h5 {
	clear:both;
	font-size:12px;
	color:#46BAB4;
	padding:20px 0;
	font-weight: normal;
}

#service #main p {
	margin:0 0 1em 0;
}

#service #main dl {
	width:230px;
	float:left;
	margin:0 0 10px 0 ;
}
#service #main dd {
	font-style: italic;
}

#service #main dl span,
#service #main p span{
	color:#E50012;
	font-style: italic;
}

#service #main ul {
	clear:both;
	list-style-type: none;
	margin:5px 0;
}

/* price menu */

#price #main {
	overflow:auto;
}

#price #main p {
	margin: 0 0 20px 0;
}

/* reserve */

#reserve #main h4 {
	margin:0 0 30px 0;
}

#reserve #main h5 {
	margin:0 0 20px 0;
	text-align:center;
}

#reserve #sec01{
	width:235px;
	float:left;
}
#reserve #sec02 {
	width:235px;
	float:right;
}

#reserve #main ol {
	overflow:auto;
	height:200px;
}
#reserve #main ol li{
	margin-top:1.2em;
}
#reserve #main a {
	font-weight: bold;
}

/* access */

#access #main {
	overflow:auto;
}

#access #main h4 {
	margin:10px 0 0 0;
}
first-child:#access #main h4 {
	margin:0px;
}
#access #main p {
	margin:3px 0;
}


/* staff */

#staff #main {
	overflow:auto;
}

#staff #main p {
	margin:0 0 1.5em 0;
}

#staff #main .sec01 {
	clear: both;
	margin:0 0 5em 0;
	overflow:hidden;
}

#staff #main strong { 
	color:#46BAB4;
}
#staff #main .stImg {
	float:left;
}
#staff #main .stTxt {
	float:right;
	width:260px;
}

#staff #main ul {
	margin-left:1.5em;
}


/* photo */

#photo #main h3 {
	margin:0;
}

#photo #main dl {
	clear:both;
	margin:35px 0 0 0;
	overflow:hidden;
}
#photo #main dt {
	float:left;
}
#photo #main dd {
	float:left;
	margin:0 2px 0 0 ;
}
#photo #main p.photoTxt {
	margin:0 0 0 35px ;
}

/* commingsoon */

#commingsoon #main{
	text-align: center;
}
#commingsoon #main img{
	margin:190px auto;
}

/* parts */

.qr {
	float:right;
	margin:0 8px 8px 8px;
}


.small {font-size:10px;line-height:140%;}

.notice{color:#E50012;}

.imgRight{float:right;margin:0 0 10px 10px;}

/* footer */

#footer {
	width:100%;
	text-align:center;
	position: absolute;
	bottom:0px;
	background:#fff;
}

#footer address {
	width:1000px;
	margin:10px auto;
}


/* 2010.12*/

/*
#top #contents {
	width:436px;
	margin-right:90px;
	margin-top:-50px;
}
*/


/* smart phone 対応 */

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {
}


/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	#wrapper {
		width: 95%;
		height:100%;
		margin:0px;
		position:none;
	}
	#container {
		width:100%;
		margin:0 auto;
	}
	#navi {
		width:100%;
		float:left;
	}
	#contents {
		width:100%;
		float:left;
	}
	#main {
		width:100%;
		height:100%;
		border:none;
	}

}






