@charset "shift_jis";

/* 全体　*/
body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*左から全体の文字サイズ、行間、フォントファミリー*/
	background: #FFFFFF;	/*全体の背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin-left: 65px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #CA6473;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*h1見出しの設定
---------------------------------------------------------------------------*/
#container h1 {
	font-size: 10px;	/*文字サイズ*/
	text-align: right;	/*文字を右寄せ*/
	font-weight: normal;	/*デフォルトで太字なので通常に*/
}
#container h1 a {
	text-decoration: none;	/*リンクテキストにデフォルトで入る下線を消す設定*/
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 690px;	/*メインコンテンツ幅*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;
	clear: both;
	width: 680px;
	background: url(../images/bg1.gif) no-repeat;	/*背景画像の読み込み＆リピートしない*/
	color: #FFF;	/*文字色*/
	padding-left: 10px;	/*左側の余白*/
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	}
/*h2に画像を使った場合の設定*/
#main h2.title {
	background: url(none);
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: auto;
	margin-bottom: 2em;
}

/*h3タグ設定*/
#main h3 {
	font-size: 100%;
	background: #CFCFCF url(../images/bg3.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	border-left: 4px solid #CA6473;		/*左側の線の幅、線種、色*/
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	padding: 3px 0px 3px 5px;	/*左から、上、右、下、左への余白*/
	text-decoration: underline;
	clear: both;
}

#form h3 {
	font-size: 100%;
	background: #CFCFCF url(../images/bg3.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	border-left: 4px solid #CA6473;		/*左側の線の幅、線種、色*/
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	padding: 3px 0px 3px 5px;	/*左から、上、右、下、左への余白*/
	text-decoration: none;

	clear: both;
}
	

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

#main .addr {
	margin-bottom: 0.5em;
}

/*テキストの中央設定*/
.center {
	text-align: center
}

#mainimg {
	margin-top: 3em;
}

#bar p {
	padding: 0;
}

#bar h2{
	margin-top: 2em;
}

.map {
  width: 680px;
  height: 500px;
  padding-left: 5px;
}

.red {
	color: #ff0000;
}

.input {
	width: 150px;
	height: 30px;
}

.question {
	height: 100px;
}

.sp {
	height: 10px;
}

td.gly {
	background-color: #cccccc;
}


/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	/*background: #f6dade;	背景色*/
	background: #A9A9A9;
	padding: 5px;	/*余白*/
	border: 1px solid #A9A9A9;	/*#e5b2b9 枠線の幅、線種、色*/
}
/*ロゴ画像設定*/
#sub #logo {
	padding: 0px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;		/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	background: #EEB3C1 url(../images/bg2.gif) no-repeat;	/*背景色、背景画像の読み込み*/
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}
/*h5タグ設定*/
#sub h5 {
	font-size: 100%;
	font-weight: 100;
	margin-top: 1em;
}

/*段落タグの余白設定*/
#sub p {
	padding: 5px 0px;	/*左から、上下、左右への余白*/
}
/*サブコンテンツ内のbox1設定*/
#sub .box1 {
	background: #FFF;	/*背景色*/
	padding: 5px;		/*ボックス内の余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

#sub .box1 p {text-align:center}
/*サブコンテンツ内メニュー
---------------------------------------------------------------------------*/
ul.submenu li a {
	display: block;
	width: 188px;
	padding: 0px 10px 0px 30px;	/*左から、上、右、下、左への余白*/
	text-decoration: none;	/*デフォルトで入るリンクの下線を消す設定*/
	color: #333;	/*文字色*/
	background: url(../images/menu_bg.gif) no-repeat left top;	/*背景画像の読み込み＆リピートしない＆上部を読み込む*/
	line-height: 50px;
	height: 50px;
	border-right: 1px solid #696969;	/*D36978右側の線の幅、線種、色*/
	border-bottom: 1px solid #696969;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #696969;		/*左側の線の幅、線種、色*/
	overflow: hidden;
}
/*マウスオン時*/
ul.submenu li a:hover {
	background: url(../images/menu_bg.gif) no-repeat left bottom;	/*背景画像の読み込み＆リピートしない＆下部を読み込む*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 680px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 660px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 560px;
}
#main .new dd img {
	vertical-align: middle;
}
/*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
	
/*トップページ内「収集内容」ブロック
---------------------------------------------------------------------------*/
td.a1 {
	width: 150px;
}
td.a2 {
	width: 550px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: right;	/*文字を右寄せ*/
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;	/*文字サイズ*/
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 690px;	/*テーブル全体の背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 447px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 10px;
	text-align: center;
	background: #F6DADE;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #CFCFCF url(../images/bg3.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #dbd6cd;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
.mini {
	font-size: 11px;
	line-height: 1.6;
}
ul.disc {
	padding: 0.5em 10px 1em 25px;
	list-style: disc;
}
.color1 {
	color: #6F7C13;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}
