
/*
===== 1: body and base setting ===========================
*/
body {
	margin: 0px;
}
table,td,div,p,tr,th {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}
/*
===== 2: txt setting ===========================
*/
.txt8 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 8px;
	color: #333333;
	line-height: 130%;
}
.txt12 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}
.txt10 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #333333;
	line-height: 130%;
}
.txt15 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	color: #333333;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}

h2 {
	display:inline;}

h1{
	font-size: x-large;
	margin-left: 20px;
	color: #336600;
}
h2{
	font-size: large;
	margin-left: 20px;
	color: #336600;
}
h3{
	font-size: medium;
	color: #336600;
}

/*
===== 3: link setting ===========================
*/
a:link{
	color: #000099;
	text-decoration:underline;
}
a:visited{
	color: #000099;
}
a:hover{
	color: #FFF;
	background:#000099;
	text-decoration:none;
}
a:active{
	color: #000099;
}

h2 a:link{
	color: #336600;
	text-decoration: none;
}
h2 a:visited{
	color: #336600;
	text-decoration: none;
}
h2 a:hover{
	color: #FFF;
	background:#336600;
	text-decoration:none;
}
h2 a:active{
	color: #FFF;
	text-decoration: none;
}

/*
===== 4: botton setting ===========================
*/
a.tbtn {
  display: block;             /* ブロック要素にする */
  width: 300px;                /* 横幅 */
  color: #ffffff;
  background-color: #336600;  /* 背景色 */
  border: outset 2px #006600; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 100%;            /* フォントサイズ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
a.tbtn:hover {
  color: #eeeeee;
  background-color: #009933;  /* 背景色 */
  border: inset 2px #006600;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
a.tbtn:active { color: #ffffff; }
a.tbtn:visited { color: #ffffff; }


/*
===== 5: tabele setting ===========================
*/
table.solidtbl{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.solidtbl th{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
	font-weight: normal;
    background-color:#E3E3E3;
    background-image:url(../images/table_back.gif);
    background-position:left top;
	background-repeat: no-repeat;
    padding:0.3em 1em;
    text-align:right;
}
.solidtbl td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    padding:0.3em 1em;
}

table.nontbl{
	border: none;
	margin: 0;
	padding: 0;
}
.nontbl th{
	border: none;
	margin: 0;
	padding: 0;
}
.nontbl td{
	border: none;
	margin: 0;
	padding: 1px;
}

table.nmltbl{
    empty-cells:show;
}
.nmltbl td{
    padding: 0.3em;
}

table.ichitbl{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.ichitbl th{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    background-color:#E3E3E3;
    background-image:url(../images/table_back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align: center;
}
.ichitbl td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    padding:0.3em;
}