@charset "utf-8";
@import url("./reset.css");	 /* リセット用 */
@import url("./main.css");	 /* メインページ用(main) */
@import url("./lady.css");	 /* 女性ページ用(ladys,schedule,reserve,view,reserve_view) */
@import url("./contact.css");	 /* お問い合せページ用(contact,recruit,members,mobile,link) */
@import url("./system.css");	 /* システムページ用(system,option) */
@import url("./event.css");	 /* イベントページ用(event,blog) */

/* ---------------------------------
common.css
各ページのCSS読み込み　および
bodyやheader、footerのCSS設定
------------------------------------ */


/******************* html/body *******************/
html,body{
	height:100%;
}

body {
/*	background:url(/img/body_bg.jpg) no-repeat top #FFFFFF fixed;
*/
	background:url(/img/body_bg.jpg) repeat-y center #FFFFFF;
}

#wrapper{
	width:1000px;
	height:auto;
	margin: 0 auto;
	padding:0 31px;
	background:url(/img/wrapper_bg.jpg) repeat-y;
}



/******************* ヘッダー *******************/


#header {
	width: 1000px;
	height: 118px;
	margin: 0 0 20px; 
}

/*
#header {
	width: 1000px;
	height: 208px;
	margin: 0; 
}
*/
#header p.event_banner{
	margin:10px 0; 
}

h1{
	font-size: 12px;
	font-weight: normal;
	line-height:26px;
	text-align: right;
}

/******************* コンテンツ *******************/

.main_waku{
	float:left;
	display:inline;
	border:1px solid #000000;
/*	background:url(/img/main_bg.jpg) repeat-x bottom;
*/
}

#main {
	float:left;
	display:inline;
	width:998px;
	background:url(/img/main_line.gif) repeat-y;	
}

#navi{
	float:left;
	display:inline;
	width:158px;
	text-align:center;
}

#navi .banner_blog{
	width:144px;
	height:86px;
	padding:23px 5px 0;
	margin:0 auto;
	background:url(/img/banner_blog.gif) no-repeat;
}
#navi .banner_blog img{
	border:1px solid #9c9c9c;
}
#column_contents{
	float:right;
	display:inline;
	width:838px;
	background:url(/img/column_contents_bg.jpg) repeat-x top;	
}

h2.title{
}

/******************* フッター *******************/

#footer{
	margin:20px 0 0;
}

ul#footer_navi {
	float:right;
	display:inline;
	color: #555555;
}

#footer_navi li{
	line-height:20px;
	list-style: none;
	display: inline;
	letter-spacing: 0.5px;
	padding: 0 5px;
	border-left: 1px solid #666666;
}

#footer_navi li.list-no{
	border-right:1px solid #666666;
}

#footer_navi li a{
	font-size:80%;
	display: inline;
	text-decoration: none;
	color: #000000;
}

address{
	clear: both;
	line-height:20px;
	text-align:right;
	font-size: 80%;
}

/******************* メールマガジン(フッター) *******************/

#main_magazine{
	float:left;
	display:inline;
	margin:20px 0 20px 0;
	_margin:0 0 20px 0;
}

#main_magazine .contents{
	width:149px;
	height:171px;
	padding:30px 0 0 271px;
	background:url(/img/main_magazine_bg.jpg) no-repeat;	
}

#main_magazine .contents img{
	margin:0 0 16px 0;
}

/******************* モバイル(フッター) *******************/

#main_mobile{
	float:left;
	display:inline;
	margin:20px 0 20px 20px;
	_margin:0 0 20px 20px;
}

#main_mobile .contents{
	width:560px;
	height:201px;
}
