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

body {
	font-size: 100%;
}

/* Topic Path style
---------------------------------------------------- */
p.topicPath {
	font-size: 80%;
}


/* ADOBE READER style
---------------------------------------------------- */
div.adobeBox {
	font-size: 80%;
}

/* TOP style
---------------------------------------------------- */
div.jireiBox{
	font-size: 80%;
}
div#rightContents .jireiBox .txt{
	padding-top:0px;
	line-height:100%;
}



/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url(../../common/images/btn_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(../../common/images/btn_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント*/
#flarge a {
	background-image: url(../../common/images/btn_l_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fsmall a:hover {
	background-image: url(../../common/images/btn_s_on.gif);
}
#fmiddle a:hover {
	background-image: url(../../common/images/btn_m_on.gif);
}
/*カレント
#flarge a:hover {
	background-image: url(../../images/btn_l_on.gif);
}
*/
