/* ボックス指定（セカンド） */

/*__________________________________________________
CSS目次（随時追加）

01　セカンド　ヘッダ（バナーとタイトル）
02　セカンド　メニューと本文区分
03　セカンド　パン屑
04　セカンド　ページトップ
05　セカンド　地図ページ
___________________________________________________*/





/* 01　セカンド　ヘッダ（バナーとタイトル）
------------------------------------------------- */

.box{
	width:100%;
	background-color: white;
	margin-top:0;
    margin-bottom:0;
	text-align:left;
}

#title_left{
width:157px;
height:89px;
margin:0;
padding:0;
float:left;
}

#title_right{
width:674px;
height:89px;
margin:0;
padding:0;
float:right;
text-align:left;
background-image:url(../../images/h2_bgbutton.gif);
background-position:bottom;
background-repeat:no-repeat;
}


/* 02　セカンド　メニューと本文区分
------------------------------------------------- */

#menu_left{
	width:157px;
	float:left;
	text-align:left;
}


#main_right{
width:674px;
float:right;
text-align:center;
background-color:white;
}

.inbox{
	width:516px;
	height:auto;
	text-align:left;
	background-color:white;
	margin-right: auto;
	margin-left: auto;
}
.inbox_member{
	width:620px;
	height:auto;
	text-align:left;
	background-color:white;
	margin-right: auto;
	margin-left: auto;
}

/* まち＞田万川の会員リスト、湯トップなどで使用 */
.inbox_wide{
	width:620px;
	height:auto;
	text-align:left;
	background-color:white;
	margin-right: auto;
	margin-left: auto;
}

.inbox_100{clear:both;
	width:100%;
	height:auto;
	text-align:left;
	background-color:white;
	margin-right: auto;
	margin-left: auto;
}

/* 03　セカンド　パン屑
------------------------------------------------- */

#topicpath{
	width:100%;
	font-size:10px;
	color:#888888;
	background-color: white;
	margin-top:0;
    margin-bottom:0;
	text-align:left;
	background-image:url(../../images/h2_bgbutton_shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#here{
font-weight:normal;
color:black;
}



/* 04　セカンド　ページトップ
------------------------------------------------- */

#pagetop{
width:100%;
background-color:white;
text-align:right;
padding-top:10px;
padding-bottom:10px;
clear:both;
zoom:1;
}



/* 05　セカンド　地図ページ
------------------------------------------------- */


#content_simple{
width: 360px;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
text-align:center;
}


#content_simple_l{
width: 830px;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
text-align:center;
}
