/* ------------------------------
 全体
------------------------------ */
*{
	text-decoration:none;
	border:none;
	margin:0;
	padding:0;
	line-height:1.5em;
	list-style:none;
}
body{
	text-align:center;
	color:#333333;
	font-size:85%;
}
.clear{
	clear:both;
}
.right{
	float:right;
}
.left{
	float:left;
}
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.red{
	color:#FF0000;
}

/* ------------------------------
 ヘッダー
------------------------------ */
h1 {
	float:left;
}
body ul#g_navi li{
	float:left;
	margin:0;
	padding:0;
	height:40px;
}

/* ------------------------------
 コンテンツ
------------------------------ */
#wrapper{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
	background:#ffffff;
}
#top_moji{
	text-align:center;
	font-size:120%;
	font-weight:bold;
}
#otoiawase{
	margin-top:10px;
}
.to_top{
	font-size:85%;
	text-align:center;
	margin-top:20px;
}

/* ------------------------------
 平面図のページ
------------------------------ */
#heimenzu{
	margin-top:10px;
}

/* ------------------------------
 環境のページ
------------------------------ */
ul#kankyou_list {
	margin:20px 0 20px 40px;
}
ul#kankyou_list li {
	font-weight:bold;
	background:url(../img/li_icon.gif) no-repeat;
	background-position:left 4px;
	padding:0 0 0 15px;
}
/* ------------------------------
 詳細情報のページ
------------------------------ */
div#main table{
	margin-left:auto;
	margin-right:auto;
}
div#main table th{
	text-align:center;
}
div#main table td{
	padding:0 10px;
}
div#main table tr td table{
	border:solid 1px #333333;
	border-collapse:collapse;
	background-color:#FFFF99;
}
div#main table tr td table tr td{
	border:solid 1px #333333;
}

/* ------------------------------
 地図のページ
------------------------------ */
.map{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* ------------------------------
 フッター
------------------------------ */
#footer{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#tel{
	font-size:;
	font-weight:;
}
#email{
	font-size:;
	font-weight:;
}
#link{
}
#footer a{
	color:#333333;
}