@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.9;
	color: #f5f5f5;
	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 #fe3375;
	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;
}
.bold {
	color: #FF0000;
}

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

A { text-decoration: none }


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

/*ヘッダー（ロゴ部分）設定
-------------------------------------------------------------------*/
#header {
	background-color: #dfebfb;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	color: #3D3D3D;
	padding-bottom: 5px;
}
#header #logo {
	font-size: 30px;
	text-align: left;
	padding-left: 20px;
	line-height: 1;
	color: #FFFFFF;
}
#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: 35px;
	color: ff3376;
	width: 200px;
	font-size: 100%;
	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: #ff3376;
	border-bottom: 1px solid #cccccc;
}
.arrow1 {
	border-bottom: 1px dotted #CCCCCC;
}
.arrow1 a {
	color: #1d3994;
	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: #5990da;
	background-image: url(images/arrow1n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.arrow2 {
	border-bottom: 1px dotted #CCCCCC;
}
.arrow2 a {
	color: #1d3994;
	text-decoration: none;
	font-weight: bold;
	color: #de0000;
	background-image: url(images/arrow2n.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;

}
.arrow2 a:hover {
	color: #5990da;
	background-image: url(images/arrow2n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*中・テーブルの設定（「このテンプレートについて」などがある中くらいのテーブル）
-------------------------------------------------------------------*/
.m-midashi {
	background-image: url(images/bg_m_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #666666;
	width: 500px;
	font-weight: bolder;
	font-size: 100%;
	line-height: 2.9;
	padding-left: 10px;

}
.m {
	background-image: url(images/bg_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 500px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f1fb;
	border-top: 1px solid #CCCCCC;
	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: #1d3994;
	width: 530px;
	font-weight: bold;
	font-size: 100%;
	line-height: 2.9;
}
.l {
	background-image: url(images/bg_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 530px;
	color: #97bdf1;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f1fb;
	border-bottom: 1px solid #CCCCCC;
}

/*フッター
-------------------------------------------------------------------*/
#footer {
	background-color: #dfebfb;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	text-align: center;
	color: #FFFFFF;
}
.scroll {
	overflow: scroll;
	height: 300px;
	width: 496px;
}
.ov_scroll {overflow : scroll; background-color : #000000;<br />
            color : #FFFFFF;width : 800px; height : 400px; }
}
body {
scrollbar-face-color: #696969;
scrollbar-track-color: #696969;
scrollbar-arrow-color: #ffffff;
scrollbar-highlight-color: #d3d3d3;
scrollbar-shadow-color: #808080;
scrollbar-3dlight-color: #ffebcd;
scrollbar-darkshadow-color: #000000;
}
