/*** 文字サイズ ***/

html {
   height:100%;
   margin-bottom:0px;
     }

body {
   font:68.5%/1.2 "osaka","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
   color: #333333;
     }


.fontsize {
	background-image: url(../images/moji.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 160px;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33CC00;
	border-right-color: #33CC00;
	border-bottom-color: #81B30D;
	border-left-color: #81B30D;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.fontsize .moji {

}

.fontsize .small  {
	list-style-type: none;
	background-image: url(../images/fontsize-s.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 22px;
	float: right;

}

.fontsize  .medium {
	list-style-type: none;
	background-image: url(../images/fontsize-m.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 30px;
	float: right;

}

.fontsize  .large {
	list-style-type: none;
	background-image: url(../images/fontsize-lg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 30px;
	float: right;
}

.fontsize UL {
	margin: 0px;
	padding: 0px;
}

.fontsize LI {
	list-style-type: none;
	display: inline;
}

