@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #000000;
	background-color: #0090ff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000000;
}

a:hover {
	color: #FF0000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 865px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
}

/*h1タグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
}

/*h1タグにリンク設定した場合の文字色*/
#header h1 a {
	color: #000000;
}



/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 5px;
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu img {
	vertical-align: bottom;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 100px;			/*ボックスの高さ*/
	width: 721px;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 701px;
	border-bottom: 1px solid #333333;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 601px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 6px;
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 200px;
	width: 865px;
	margin-bottom: 6px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*トップページ以外のメイン画像
---------------------------------------------------------------------------*/
#mainimg2 {
	margin-bottom: 6px;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 741px;
	color: #000000;	/*文字色*/
	background-color: #b0c4de;	/*背景色*/
	margin-right: auto;
	margin-left: auto;
	padding: 20px 62px 50px;
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	background-image: url(images/title_bg1.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 10px 13px;
	color: #ffffff;	/*文字色*/
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
	color: #000000;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 741px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #0090FF;
}

/*テーブル内の右側*/
.ta1 td{
	width: 548px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 150px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #00192d;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #33A6FF;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #FFFFFF;
}





/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333333;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}
