/* CSS Document */

h2  li {
	font-size: 98%;}

h3 {
	font-size: 123.1%;
}
h3 a {
	font-size: 123.1%;
}
p {
	font-size: 116%;
	line-height: 138.5%;
}
td {
	font-size: 100%;
	line-height: 108%;
}
 li {
	font-size: 116%;
	line-height: 138.5%;
}

#word li {
	font-size: 116%;}


.style2 {font-size: 131%}
.style3 {font-size: 146.5%}
.footer {font-size: 93%}


/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url('../common/s.png');
	background-repeat: no-repeat;
	background-position: right top
}
#fmiddle a {
	background-image: url('../common/m.png');
	background-repeat: no-repeat;
	background-position: right top
}
/*カレント*/
#flarge a {
	background-image: url('../common/l_o.png');
	background-repeat: no-repeat;
	background-position: right top
}
#fsmall a:hover {
	background-image: url('../common/s_o.png');
}
#fmiddle a:hover {
	background-image: url('../common/m_o.png');
}
/*カレント
#flarge a:hover {
	background-image: url(../common/l_o.png);
}