@charset "UTF-8";
*{
	margin: 0px;/* ボイラー用！ */
	padding: 0px;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color:#333;
	background-color: #F5FBFD;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body a {
	color: #000066;
}

body a:hover{
	color: #CCCCCC;
}

.twoColFixLtHdr #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-image: url(images/head.gif);
	height: 75px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
} 
#container .topbox {
	margin-top: 10px;
	margin-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C287D;
	padding-bottom: 10px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 240px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 185px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 14px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C287D;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 258px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C287D;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 208px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1C287D;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 /*ナビゲーション */
#navibox {
	width:465px;
	height:34px;
	padding-top: 36px;
	padding-left: 300px;
}
#globalnavi {
	list-style-type: none;
	width: 465px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
#globalnavi li {
	float: left;
	width: 90px;
	height: 33px;
	display: inline;
	margin-right: 3px;
}
#globalnavi a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 90px;
	height: 33px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}
#home a { background-position: 0 0; }
#kyoukai a { background-position: -94px 0; }
#nenkan a { background-position: -188px 0; }
#kousyu a { background-position: -281px 0; }
#link a { background-position: -375px 0; }

#home a.active { background-position: 0 -73px; }
#kyoukai a.active { background-position: -94px -73px; }
#nenkan a.active { background-position: -188px -73px; }
#kousyu a.active { background-position: -281px -73px; }
#link a.active { background-position: -375px -73px; }

#globalnavi a:hover {
	text-decoration: none;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#home a:hover { background-position: 0 -36px; }
#kyoukai a:hover { background-position: -94px -36px; }
#nenkan a:hover { background-position: -188px -36px; }
#kousyu a:hover { background-position: -281px -36px; }
#link a:hover { background-position: -375px -36px; }

#nav2 ul {
	width: 99%;
	
}
#nav2 li {
	font-size: 13px;
	list-style-type: none;
	background-image: url(images/yajirushi2.gif);
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-left: 13px;
	background-position: 2px 6px;
	margin-bottom: 7px;
	display: block;
	height: 16px;
}


.highlight a:hover *{
	filter: alpha(opacity=65);
	-moz-opacity:0.75;
	opacity:0.75;
}  
.kakushi {
	visibility: hidden;
}
#sidebar1 h3 {
	margin-bottom: 5px;
}
#mainContent address {
	font-style: normal;
	font-weight: 500;
}
#sidebar2 h3 {
	margin-bottom: 5px;
}
h1 {
	font-size: 1.3em;
	color: #000066;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin-bottom: 10px;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.2em;
	color: #00afc0;
	text-align: left;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #00afc0;
	padding-left: 10px;
	margin-bottom: 5px;
}
#nav3 ul {
	margin-top: 5px;
	margin-bottom: 2em;
}
#nav3 li {
	background-image: url(images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	list-style-type: none;
	padding-left: 1.2em;
	margin-top: 5px;
}

#newinfo ul {
	margin-top: 5px;
	margin-bottom: 2em;
}
#newinfo li {
	background-image: url(images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	list-style-type: none;
	padding-left: 1.2em;
	margin-top: 5px;
}

table#table-01 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

/* スケージュールテーブル*/
table.table-02 {
	width: 99%;
	border: 1px solid #666666;
	border-collapse: collapse;
	border-spacing: 0;
}

table.table-02 th {
	padding: 5px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #dfe5f1;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
table.table-02 td {
	padding: 5px;
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.toppage{
	padding-bottom: 8px;
	width: 100%;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
}
.toppage a{
	color: #333333;
}

.twoColFixLtHdr #container #mainContent img {
	vertical-align: middle;
}
/* パンくずりすと*/
#topicpath {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	font-weight: 400;
	margin-top: 5px;
	margin-right: 2em;
	margin-bottom: 11px;
	margin-left: 0;
}
#topicpath li {
	display:inline;  
	line-height:110%;  
	list-style-type:none;
}
#topicpath li a {
	padding-right:10px;
	background:url(images/topicpath.gif) no-repeat right center;
	color: #000000;
}
#topicpath li a:hover {
	padding-right:10px;
	background:url(images/topicpath.gif) no-repeat right center;
	color: #999999;
}
#mainContent2 h3 {
	font-size: 1em;
}
#mainContent2 .book {
	list-style-position: inside;
	list-style-type: decimal;
}

