/* CSS Document */

#contents {
	font-size: 115%;
	/*\*/
		*font-size: 110%;    /*win IE用のサイズ指定*/
 /**/
}

/* ボタンの表示状態
--------------------*/
#fsmall {
	position:relative;
	height: 17px;
	width: 16px;
}

#fsmall span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background: url(../images/fsmall_btn.gif) 0px -17px;
}

#fsmall a.visible {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height: 100%;
	width: 100%;
}

#fsmall a.visible {
	background: url(../images/fsmall_btn.gif) no-repeat;
}

#fsmall a.visible:hover {
	background-position: 0 -17px;
}

#flarge {
	position:relative;
	height: 17px;
	width: 16px;
}

#flarge span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background: url(../images/flarge_btn.gif) 0px -17px;
}

#flarge a.visible {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height: 100%;
	width: 100%;
}

#flarge a.visible {
	background: url(../images/flarge_btn.gif) no-repeat;
}

#flarge a.visible:hover {
	background-position: 0 -17px;
}

/*カレント*/
#fmiddle {
	position:relative;
	height: 17px;
	width: 16px;
}

#fmiddle span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background: url(../images/fmiddle_btn.gif) 0px -17px;
}

#fmiddle a.visible {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height: 100%;
	width: 100%;
}

#fmiddle a.visible {
	background: url(../images/fmiddle_btn.gif) no-repeat;
	background-position: 0 -17px;
}

