@charset "utf-8";

/*===ブラウザ標準のスタイルシートの無効化===*/
*   {
   margin:0;
   padding:0;
   font-size:105%;
   font-weight:normal;
   font-style:normal;
   text-decoration:none;
   }
   

/*===標準のスタイルシートの無効化===*/
html {
　/*高さを指定*/
   height:100%;
   }

body {
   color:#000000;
   font-size: 12px;
   line-height: 1.5em;
   }
   
table, img {
      border:0;
	  }

/*===文字の大きさ===*/
#txtChange {
	float:right;
	margin-right: 0px;
	margin-left: 0;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
}
#txtChange ul {
	vertical-align:middle;
}
#txtChange li { float:left; list-style-type:none;}
#txtChange li a { display:block; text-indent:-9999px;}

#txtChange li#tDefault a{
	width:36px;
	height:16px;
	margin-top:3px;
	background-image: url(../img/m_bt.gif);
	background-repeat: no-repeat;
	margin-right: 6px;
}
#txtChange li#tL a{
	width:36px;
	height:16px;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 2px;
	background-image: url(../img/s_bt.gif);
	background-repeat: no-repeat;
}
#txtChange li#tLL a{
	width:36px;
	height:16px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(../img/l_bt.gif);
	background-repeat: no-repeat;
}

