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

table {
	font-size: 12px;
	color: #3C3C3C;
}
/*一般リンク設定
-------------------------------------------------------------------*/
a {
	color: #3C3C3C;
        text-decoration:none;
}
a:hover {
	color: #FF0000;
        text-decoration:underline;
}

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

/*ヘッダー（トップ部分）設定
-------------------------------------------------------------------*/
#headertop {
	background-color: #ffffff;;
	background-image: url(images/headertop_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
#headertop h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left top;
	padding-left: 20px;
	color: #3C3C3C;
	padding-bottom: 5px;
}

/*ヘッダー（ロゴ部分）設定
-------------------------------------------------------------------*/
#header {
	background-color: #ffffff;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left top;
	padding-left: 20px;
	color: #3C3C3C;
	padding-bottom: 5px;
}

#header #nav {
	text-align: right;
	vertical-align: bottom;
}

/*一番狭いテーブルの設定（一番左側・メニューがある所）
-------------------------------------------------------------------*/
.s-midashi {
	background-image: url(images/bg_s_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	color: #ffffff;
	width: 170px;
	font-size: 14px;
	padding-left: 30px;
	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 #cccccc;
}
.arrow1 {
	border-bottom: 1px dotted #CCCCCC;
}
.arrow1 a {
	color: #3C3C3C;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;

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


/*中1・テーブルの設定
-------------------------------------------------------------------*/
.m-midashi {
	background-image: url(images/bg_m_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	color: #3C3C3C;
	width: 360px;
	font-weight: bold;
	font-size: 100%;
	padding-left: 150px;
	line-height: 2.9;
}
.m {
	background-image: url(images/bg_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 360px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	border-bottom: 4px solid #009999;
}


/*大・テーブルの設定（「大きなテーブル」などがある一番大きなテーブル）
-------------------------------------------------------------------*/
.l-midashi {
	background-image: url(images/bg_l_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 705px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 30px;
	color: #ffffff;
	line-height: 2.9;
}
.l {
	background-image: url(images/bg_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 735px;
	color: #3C3C3C;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	border-bottom: 4px solid #009999;
}

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

/* 2009/09/20 matsuda wrote */
.map_table {
    padding: 10px;
}
.map_table th {
    text-align: left;
    padding: 2px;
    vertical-align: top;
}
.map_table td {
    text-align: left;
    padding: 2px;
    vertical-align: top;
}


