﻿@charset "utf-8";

/*【タグ】ボディ*/
body {
	background-color: #FFFFFF;
	margin: 0px;
}

/*【タグ】イメージ*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*【ＩＤ】全体*/
#contents {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
}

/*【ＩＤ】ヘッド*/
#contents #head {
	height: 44px;
	width: 800px;
	float: left;
}

/*【ＩＤ】ヘッドのロゴ*/
#contents #head #logo {
	float: left;
	height: 44px;
	width: 75px;
}

/*【ＩＤ】ヘッドのメニュー*/
#contents   #head   #menu {
	float: left;
	height: 44px;
	width: 725px;
}

/*【ＩＤ】ヘッドのメニューのタイトル*/
#contents #head #menu #title {
	float: left;
	height: 22px;
	width: 725px;
	text-align: right;
}

/*【ＩＤ】ヘッドのメニューのボタン*/
#contents #head #menu #button {
	float: left;
	height: 22px;
	width: 725px;
	text-align: right;
}

/*【タグ】ヘッドのメニューのボタンのイメージ*/
#contents #head #menu #button img {
	margin-left: 1px;
}

/*【ＩＤ】パンくずリスト*/
#contents #list {
	line-height: 40px;
	float: left;
	height: 40px;
	width: 800px;
}

/*【ＩＤ】ヘッド以下*/
#contents #under {
	width: 800px;
	overflow: visible;
	float: left;
}

/*【タグ】ヘッド以下の水平線*/
#contents  #under    hr   {
	border: 1px dotted #828282;
}

.nakami/*【クラス】ヘッド以下の中身*/
    {
	width: 800px;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-y;
	float: left;
	clear: both;
	font-size: 12pt;
	line-height: 170%;
}

/*【ＩＤ】フッター*/
#contents #footer {
	height: 30px;
	width: 800px;
	text-align: center;
	float: left;
	font-size: 9pt;
	line-height: 30px;
	color: #828282;
	clear: both;
}

/*【ＩＤ】トップ画像*/
#contents #picture {
	height: 204px;
	width: 800px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
}

/*【クラス】文章等が入るスペース（余白アリ）*/
.space {
	font-size: 9pt;
	line-height: 170%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border: 1px solid #828282;
	float: left;
	overflow: auto;
}

/*【クラス】太字*/
.b {
	font-weight: 600;
}

/*【クラス】緑文字*/
.green {
	color: #A8B000;
}


/*【クラス】行事日程テーブル見出し*/
.midashi {
	color: #FFFFFF;
	background-color: #828282;
	font-size: 9pt;
	line-height: 120%;
	height: 18px;
}


/*【クラス】行事日程テーブル（１行おき背景色）*/
.cl {
	background-color: #E6E6E6;
}

/*【クラス】小アイコン用右マージン2px*/
.r_2p {
	margin-right: 2px;
}

.tb   /*【クラス】行事日程テーブル（高さ40px）*/
tr     {
	height: 40px;
}

/*【クラス】ＰＤＦ注意書用*/
.pdf {
	font-size: 8pt;
	line-height: 150%;
	float: left;
	margin-right: 5px;
}


/*【クラス】高さ275px*/
.height275 {
	height: 275px;
}
/*【クラス】高さ315px*/
.height315 {
	height: 315px;
}
/*【クラス】幅800px*/
.width800 {
	width: 800px;
}
/*【クラス】幅778px*/
.width778 {
	width: 778px;
}
/*【クラス】幅398px*/
.width398 {
	width: 398px;
}
/*【クラス】幅376px*/
.width376 {
	width: 376px;
}

/*【クラス】サイト内標準フォントサイズ*/
.fonts {
	font-size: 9pt;
}
/*【クラス】ページ内フォント（小）*/
.font8 {
	font-size: 8pt;
}

/*【クラス】バー（上部角丸用）*/
.bar_1 {
	background-image: url(images/w_repeat.gif);
	background-repeat: repeat-x;
	height: 21px;
	float: left;
}
/*【クラス】バー（中部用）*/
.bar_2 {
	background-image: url(images/w__repeat.gif);
	background-repeat: repeat-x;
	height: 21px;
	float: left;

/*【ＩＤ】ボックス左*/
}
#minibox_left {
	float: left;
}
/*【ＩＤ】ボックス右*/
#minibox_right {
	float: right;
}

/*【クラス】バーのラベル*/
.label {
	font-size: 9pt;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 22px;
	letter-spacing: 0.2em;
}

/*【クラス】バー左ポイント*/
.point {
	float: left;
	margin-right: 5px;
}
