@charset "utf-8";

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

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

body {
　/*高さを指定*/
   height:100%;
   color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   }
   
table, img {
      border:0;
	  }

/*===文字の大きさ===*/
#txtChange {
	width:166px;
	height:23px;
	float:right;
	margin-right: 8px;
	margin-left: 0;
	background-image: url(../img/txt_base.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 0px;
}
#txtChange ul {
	vertical-align:middle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 72px;
}
#txtChange li { float:left; list-style-type:none;}
#txtChange li a { display:block; text-indent:-9999px;}

#txtChange li#tDefault a{
	background:url(../img/txt_default.gif) no-repeat;
	width:30px;
	height:18px;
	margin-top:3px;
}
#txtChange li#tL a{
	background:url(../img/txt_l.gif) no-repeat;
	width:30px;
	height:18px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}
#txtChange li#tLL a{
	background:url(../img/txt_ll_on.gif) no-repeat;
	width:30px;
	height:18px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

/*===パンくず==*/
.pan{
	font-size: 14px;
}
