@charset "Shift_JIS";


/* 初期化
------------------------------------------ */
* {
 margin: 0;
 padding: 0;
 font-size: 100%;
 font-weight: normal;
}

/* 下の部分の背景画像など
------------------------------------------ */
body {
 color: #000000;
 background: #ffffff url("./haikei.jpg") repeat-x bottom fixed;
}

/* ロゴ部分
------------------------------------------ */
h1 {
 position: absolute;
 left: 50%;
 top: 50%;
 width: 150px;
 height: 150px;
 margin-top: -165px;
 margin-left: -85px;
}

/* リンク部分
------------------------------------------ */
#link {
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 text-align: center;
 margin-top: 90px;
 margin-left: -10px;
}

/* 「全日制」と「定時制」の隙間
------------------------------------------ */
#zennichi {
 margin-right: 50px;
}

/* 「全日制」と「定時制」のリンク部分
------------------------------------------ */
a {
 padding-left: 7px;
 color: #000000;
 background-color: #ffffff;
 font-size: 110%;
 font-weight: bold;
 text-decoration: none;
 border-left: 7px solid #000000;
}
a:hover {
 border-left-color: #ff0000;
}

/* CSSの無い環境で「|」を表示
------------------------------------------ */
#nonCSS {
 display:none;
}

