@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #808040;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
h3 {
	background-color: #ffffff;
	border: 1px dotted #97BDF1;
	font-size: 100%;
        color: #808040;
	padding-top: 1px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 5px;
}
p {
	color: #808040;
	padding-bottom: 10px;
}
b {
	color: #808040;
	font-weight: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
.bold {
	color: #808040;
}
.look {
	color: #FFffff;
	background: #859683;
}

/*一般リンク設定
-------------------------------------------------------------------*/
a {
	color: #ffffff;
}
a:hover {
	color: #333333;
}

/*ＨＰの土台部分の設定
-------------------------------------------------------------------*/
#container {
	width: 950px;
	color: #3a3a3a;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴ部分）設定
-------------------------------------------------------------------*/
#header {
	background-color: #ffffff;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	vertical-align: top;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #808040;
	padding: 10px 0px 10px 150px;
}
#header #logo {
	font-size: 30px;
	text-align: left;
	padding-left: 250px;
	line-height: 1;
	color: #808040;
	padding-bottom: 60px;
}
#header #nav {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 35px;
}



/*左のテーブル
-------------------------------------------------------------------*/
.s-midashi {
	background-image: url(images/bg_s_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #ffffff;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.9;
}
.s-midashi2 {
	background-image: url(images/bg_s_midashi2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #ffffff;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.9;
}
.s {
	background-image: url(images/bg_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e9ce;
}
.arrow1 {
	border-bottom: 1px dotted #899a87;
	padding-top: 4px;
	padding-bottom: 4px;
}
.arrow1 a {
	color: #0000ff;
	text-decoration: none;
	font-size: 12px;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;

}
.arrow1 a:hover {
	color: #333333;
	font-size: 14px;
	background-image: url(images/arrow1n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*中のテーブル
-------------------------------------------------------------------*/
.m-midashi500 {
	background-image: url(images/bg_m_midashi500.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #ffffff;
	width: 500px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.9;
}

.m-midashi500_2 {
	background-image: url(images/bg_m_midashi500_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #ffffff;
	width: 500px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.9;
}

.m500 {
	background-image: url(images/bg_m500.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 500px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f1fb;
	border-bottom: 1px solid #CCCCCC;
}

/*右のテーブル
-------------------------------------------------------------------*/
.m-midashi230 {
	background-image: url(images/bg_m_midashi230.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #ffffff;
	width: 230px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.9;
}
.m230 {
	background-image: url(images/bg_m230.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 230px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e9ce;
}

/*大テーブル
-------------------------------------------------------------------*/
.l-midashi {
	background-image: url(images/bg_l_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #ffffff;
	width: 740px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.9;
}
.l {
	background-image: url(images/bg_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 740px;
	color: #97bdf1;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f1fb;
	border-bottom: 1px solid #CCCCCC;
}

/*フッター
-------------------------------------------------------------------*/
#footer {
	background-color: #ffffff;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	text-align: center;
	color: #000000;
}

/* 2009/10/12 matsuda wrote */
.map_table {
    padding: 10px;
    text-align: left;
}
.map_table table {
    border-collapse: collapse;
    width: 100%;
}
.map_table td {
    text-align: left;
    padding: 1px;
    vertical-align: top;
}
.map_table a {
    color: #00f;
}

