@charset "utf-8";
/* CSS Document */

#fontsize-change{
	width:190px;
	float:right;
	line-height:200%;
	margin:0px 0px 0px 0px;
}

#fontsize-change li{
	float:left;
	margin:0px 0px 0px 5px;
}

#fontsize-change li a{
	text-indent:-5000px;
	overflow:hidden;
	display:block;
}

#m a{
	background:url(../images/common/m.jpg) no-repeat;
	width:35px;
	height:25px;
}

#m a:hover{
	background:url(../images/common/m_o.jpg) no-repeat;
}
	
#l a{
	background:url(../images/common/l.jpg) no-repeat;
	width:25px;
	height:25px;
}

#l a:hover{
	background:url(../images/common/l_o.jpg) no-repeat;
}

.fontsizeM #content {
	font-size: 14px;
}

.fontsizeL #content {
	font-size: 16px;
}