/*　全体のレイアウト　*/
#layout {
	width :700px;
	padding:0px;
	margin :0px auto;
	text-align: left;
}
#header {
	text-align: left;
}
/*ヘッダー部分のレイアウト*/
#header h1{
	float: left;
	font-size: 10px;
	font-weight: normal;
}
#header h2{
	float: left;
	font-size: 10px;
	font-weight: normal;
}
#header h3{
	float: left;
	font-size: 10px;
	font-weight: normal;
}
#header p{
	font-size: 10px;
	font-weight: normal;
}
#header a{
	font-size: 10px;
	font-weight: normal;
}
.log { font-size: 11px ;}
.nav { font-size: 13px ;}
.waseda { font-size: 16px ;}
a { color: #0000ff; font-size: 12px; text-decoration: none ;}
a.news { color: #0000ff; font-size: 12px; text-decoration: none ;}
a.news:hover { color: #0000ff; font-size: 12px; text-decoration: none ;}
a:hover { color: #ff0000 ;}
.body { background-color: #FFFFFF; margin: 0px;}

/* マウスオン画像切換 */
A:hover.onMouse,
A:active.onMouse {
	_width: auto;	/* IEのバグ対策 */
	/* IEはA:hoverやA:activeにサイズ指定しないと画像が切換らない */
}

IMG.onMouseOver,
IMG.onMouseOut {
	/* 画像の枠線なし */
	border: 0;
}
A:link    IMG.onMouseOver,
A:visited IMG.onMouseOver {
	display: none;
}
A:hover   IMG.onMouseOver,
A:active  IMG.onMouseOver {
	display: inline;
}
A:link    IMG.onMouseOut,
A:visited IMG.onMouseOut {
	display: inline;
}
A:hover   IMG.onMouseOut,
A:active  IMG.onMouseOut {
	display: none;
}
