@charset "utf-8";

/*===ブラウザ標準のスタイルシートの無効化===*/
*   {
   margin:0;
   padding:0;
   font-size:101%;
   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:155px;
	height:20px;
	float:right;
	background-image: url(../common/img/img_moji.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
}
#txtChange ul {
	vertical-align:middle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
}
#txtChange li { float:left; list-style-type:none;}
#txtChange li a { display:block; text-indent:-9999px;}

#txtChange li#tDefault a{
	width:25px;
	height:20px;
	background:url(../img/txt_default.gif);
	background-repeat: no-repeat;
}
#txtChange li#tL a{
	width:25px;
	height:20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	background:url(../img/txt_l_on.gif);
	background-repeat: no-repeat;
}
#txtChange li#tLL a{
	width:20px;
	height:20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	background-image: url(../common/img/txt_ll.gif);
	background-repeat: no-repeat;
}

/*===パンくず==*/
.pan{
	font-size: 14px;
}
a {
	color: #1450c8;
}
a:hover {
	color: #F6F;
	text-decoration: underline;
}
#info #infoBox {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
#infoBox  #infolist  {
}
#infolist dl {
	margin-top: 6px;
}
#info #infoBox #infolist span {
	color: #004097;
}
#infolist dt {
	margin-left: 10px;
	float: left;
	clear: both;
}
#infolist dd {
	margin-left: 110px;
	margin-bottom: 6px;
}
#front p {
	font-size: 12px;
	line-height: 16px;
}
#pankuzu {
	font-size: 12px;
	height: 16px;
	margin-bottom: 5px;
}
