﻿@charset "utf-8";

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

/*===標準のスタイルシートの無効化===*/

body {
	color:#000000;
	/*font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;*/ 
	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;
}

