﻿@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	outline:none;
}
img{
	border:none;
}
body {
	text-align:center;
	color:#000;
	margin:0 auto;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
}
#wrapper{
	width:850px;
	margin:0 auto;
}
#header {
	margin:5px auto;
}
p{margin:5px auto;
}

#main{
	text-align:left;
	margin-bottom:20px;
}
#map{
	width:850px;
	height:700px;
	border: 3px solid #00295C;
	margin:10px auto;
}
table{
	margin:10px auto;
}
table th{
	text-align:center;
}
table td{
	padding:0 10px 0 10px;
}
footer {
	margin:0 auto;
	text-align:left;
	float:left;
}
h1,h2,h3{
	font-size:100%;
}
h1{
	float:left;
}
/********************          テーブル１  ここから↓          *******************/
table {
	margin:0 auto;
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	text-align:left;
}
.ta1 {
	border: 3px solid #00295C;	/*テーブルの外側の枠線の幅、線種、色*/
	width:855px;
}
.ta1 td, .ta1 th{
	border: 1px solid #00295C;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 8px;
	text-align: center;
	background: #F1EEF3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.bukken{
	width: auto;
	text-align: center;
	background: url(../images/back/bg50.gif)repeat;/*背景色、背景画像の読み込み＆リピート*/
	color: #FFF;
}
/********************          テーブル１  ここまで↑          *******************/
/*******パンくずリスト　ここから↓*********/
/*******パンくずリスト　ここから↓*********/

#lo-navi {
	float: left;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	width: 980px;
	padding-bottom: 0px;
	font-size: 13px;
}
#lo-navi li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-left: 3px;
}
#lo-navi li a {
	float: left;
	padding-right: 10px;
	background-image: url(/common_img/arw.gif);
	background-repeat: no-repeat;
	background-position: right 45%;
	text-decoration: none;
	font-weight: normal;
}
/*******パンくずリスト　ここまで↑*********/
/*******パンくずリスト　ここまで↑*********/
