﻿@charset "utf-8";

/*===ブラウザ標準のスタイルシートの無効化===*/
*   {
	margin:0;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
   }
   

/*===標準のスタイルシートの無効化===*/

body {
	color:#333;
	/*font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;*/ 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
   }
   
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_on.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.gif) no-repeat;
	width:30px;
	height:18px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}


/*===パンくず==*/
.pan{
	font-size: 10px;
}
a {
	color: #1450c8;
}
a:hover {
	color: #F6F;
	text-decoration: underline;
}

