
@charset "Shift_JIS";




/* リンク
---------------------------------------------------- */

a:link {color:"#003399"; text-decoration:none;}
a:visited {color:"#003399"; text-decoration:none;}
a:hover {color:"#3399ff"; text-decoration:underline;}
a:active {color:"#003399"; text-decoration:none;}



/* 全体構造
---------------------------------------------------- */

body {
	text-align:center;
	margin: 0 auto;
	background-color : #ffffff;
	}


#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:800px;
	background: url(images/base.jpg) repeat;
	padding:0;
	}

#header {
	margin:0px;
	background: url(images/head.gif) no-repeat;
	width:800px;
	height: 124px;
	text-align:left;
	}

#content {
	margin: 0 auto;
	padding:0px 5px;
	text-align: left;
	width: 780px;
	background-color : #ffffff;
	}

#left {
	margin:10px 0px;
	paddig-bottom:10px;
	float: left;
	width: 430px;
	}
	
#right {
	margin:10px 0px;
	padding-left:10px;
	float: right;
	width: 320px;
	}

#content2 {
	margin-left:auto;
	margin-right:auto;
	padding:0px 5px;
	text-align: center;
	width: 780px;
	background-color : #ffffff;
	}

/* テーブル１
---------------------------------------------------- */
table#info {
	width:400px;
	margin-left:20px;
	}

table#info th{
	padding:10px 0px;
	text-align:left;
	font-size : 14px;
	width:100px;
	border-bottom:1px solid #cccc00;
	}

table#info td{
	padding:10px 0px;
	text-align:left;
	font-size : 14px;
	line-height:1.5em;
	border-bottom : 1px solid #cccc00;
	}

/* テーブル２
---------------------------------------------------- */
table#info2 {
	margin:20px auto;
	width:600px;
	}

table#info2 th{
	padding:10px 0px;
	text-align:left;
	font-size : 14px;
	width:100px;
	border-bottom:1px solid #cccc00;
	}

table#info2 td{
	padding:10px 0px;
	text-align:left;
	font-size : 14px;
	line-height:1.5em;
	border-bottom : 1px solid #cccc00;
	}

/* ページ下部
---------------------------------------------------- */

#map{
	padding-bottom:10px;
	}

#footer{
	margin-top:0px;
	background-color : #cc6633;
	width : 800px;
	height:22px;
	text-align : center;
	color : #CCCCCC;
	padding:5px 0px 3px 0px;
	font-size : 14px;
	}


.clear_both {
	clear: both;
	}



.address{
	color : white;
	text-align:center;
	font-size : 12px;
	}


/* 見出し
---------------------------------------------------- */


h1{
	padding:60px 0px 0px 190px;
	margin-bottom:0px;
	font-size :30px;
	color : #568028;
	font-family : "ＭＳ Ｐゴシック";
	}

h2{
	margin-top:0px;
	padding-right:20px;
	text-align:right;
	font-size :15px;
	color : #568028;
	}


