﻿@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:#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;
   }
#head #hdmenu {
	font-size: 10px;
	line-height: 10px;
}
   
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-image: url(../common/img/txt_default_on.gif);
	background-repeat: no-repeat;
}
#txtChange li#tL a{
	width:25px;
	height:20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	background-image: url(../common/img/txt_l.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: 10px;
}
a {
	color: #1450c8;
}
a:hover {
	color: #F6F;
	text-decoration: underline;
}
#info #infoBox {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
#infoBox  #infolist  {
}
#infolist dl {
	margin-top: 4px;
}
#info #infoBox #infolist span {
	color: #004097;
}
#infolist dt {
	margin-left: 10px;
	float: left;
	clear: both;
}
#infolist dd {
	margin-left: 104px;
	margin-bottom: 4px;
}
#front p {
	font-size: 10px;
	line-height: 14px;
}
#pankuzu {
	font-size: 10px;
	height: 16px;
	margin-bottom: 5px;
}
