@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
h3 {
	background-color: #D0ffff;
	border: 1px dotted #97BDF1;
	font-size: 100%;
        color: #000000;
	padding-top: 1px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 5px;
}
p {
	color: #000000;
	padding-bottom: 10px;
}
b {
	color: #000099;
	font-weight: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
.bold {
	color: #FF0000;
}

/*一般リンク設定
-------------------------------------------------------------------*/
a {
	color: #ff0000;
}
a:hover {
	color: #333333;
}

/*ＨＰの土台部分の設定
-------------------------------------------------------------------*/
#container {
	width: 950px;
	color: #97bdf1;
	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: 90px;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 200px;
	color: #000000;
	padding-bottom: 5px;
}
#header #logo {
	font-size: 30px;
	text-align: left;
	padding-left: 250px;
	line-height: 1;
	color: #004040;
}
#header #nav {
	text-align: right;
	vertical-align: bottom;
}

/*メインメニューの設定
------------------------------------------------------------------*/
#menu {
	color: #FFFFFF;
	background-color: #ffffff;
        height: 60px;
}
#menu li {
	float: left;
        height: 40px;
}
#menu li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/menu_bg.gif) no-repeat left top;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-right: 1px solid #666666;
        height: 40px;
	width: 189px;
}
#menu a:hover {
	background: url(images/menu_bg.gif) no-repeat right bottom;
}


/*左のテーブル
-------------------------------------------------------------------*/
.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: #e9f1fb;
	border-bottom: 1px solid #cccccc;
}
.arrow1 {
	border-bottom: 1px dotted #CCCCCC;
}
.arrow1 a {
	color: #ff0000;
	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-midashi430 {
	background-image: url(images/bg_m_midashi430.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #ffffff;
	width: 430px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.9;
}
.m430 {
	background-image: url(images/bg_m430.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f1fb;
	border-bottom: 1px solid #CCCCCC;
}

/*右のテーブル
-------------------------------------------------------------------*/
.m-midashi300 {
	background-image: url(images/bg_m_midashi300.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #ffffff;
	width: 300px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.9;
}
.m300 {
	background-image: url(images/bg_m300.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f1fb;
	border-bottom: 1px solid #CCCCCC;
}

/*大テーブル
-------------------------------------------------------------------*/
.l-midashi {
	background-image: url(images/bg_l_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #003366;
	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;
}
