@charset "utf-8";
/* CSS Document */

/*壁紙は各ページで設定 */
body {
	background-repeat: repeat;
	background-attachment: fixed;
	margin-top: 0px;
}

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clip: rect(auto,auto,auto,auto);
	top: 50px;
	line-height: 25px;
}

FONT{
   text-decoration : none;
}


a {
	font-collor:#FFF;
	text-decoration: underline;
	font-weight: bold;
}

/*リンクは押すと凹む*/

a:hover { 
     font-collor:#FFF;
     position: relative; 
     top: 2px; 
     left: 2px; 
     text-decoration: none; 

}
body,td,th a:hover {
	font-collor:#FFF;
	position: relative;
	top: 2px;
	left: 2px;
	text-decoration: none;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #000;

}
a.urllink:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
    position: relative; 
    top: 0px; 
    left: 0px; 
    text-decoration: none; 
}

a:visited {
	color: #000;
}
a:img{
    border: none;
}

a:notmovelink:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
    position: relative; 
    top: 0px; 
    left: 0px; 
    text-decoration: none; 
}

.icon {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*以下各ページ説明文などの文字の大きさ */

/*黒文字用 */

#pagetitle {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
}

.pagetitle {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: left;
}

.indexinfo {
	font-size: 14px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}
.pageinfo {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
}
.pageinfomincho {
	font-family: "ＭＳ 明朝", "細明朝体";
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 23px;
	font-style: normal;
}
.pageinfo2 {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
}
.pageinfo3 {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
}
.teachinfo  {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.urllink {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 23px;
	font-style: normal;
	color: #000000;
}

/*白文字用 */

#pagetitlew {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	color: #FFF;
}

.pagetitlew {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	color: #FFF;
}

.pageinfow {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.pageinfo2w {
	font-size: 12px;
	font-collor:#FFF;
	letter-spacing: 1px;
	text-align: left;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
tr td .linkcolorwh a strong {
	color: #FFF;
}

