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

  薬用植物総合情報データベース　　文字サイズ変更
  
--------------------------------------------------------------------------------*/

#fontChange {
	background:url(../imgs/bg_fontChange.jpg) no-repeat 0 0;
	width:141px;
	height:36px;
	float:right;
	margin:0 10px 0 0;
	padding:16px 7px 0 0;
}
* html #fontChange {	/*IE6*/
	width:151px;
	height:52px;
	margin-right:0;
	padding-right:11px;
}
#fontChange li {
	color:#fff;
	font-size:116%;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	background:url(../imgs/bg_fontButton.jpg) repeat-x 0 0;
	display:block;
	width:38px;
	height:23px;
	float:right;
	margin:0 3px 0 0;
	padding:0;
	border:1px solid #437B52;
	text-shadow: 1px 1px 1px #333;
border-radius: 3px; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
}

.fontS {
	font-size: 80%;
}

.fontM {
	font-size: 100%;
}

.fontL {
	font-size: 120%;
}

#fontChange li:hover,
#fontChange li.active {
	color:#fff;
	cursor:pointer;
	background:url(../imgs/bg_fontButton.jpg) repeat-x 0 -25px;
	border:1px solid #3868BA;
}

