body.a {
	background-color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0.02em;
	font-size: 11.5px;
	font-size: 1.15rem;
	line-height: 1.8;
	color: black;
	font-weight: normal;
}

/*--メニューリンク文字デザイン--*/
a.am{/*リンクされた文字*/
    color: blue;
    font-style:normal;
    font-size: 11px;
    /*--text-decoration:none;--*/
}
a:link.am {/*未訪問のリンク*/
    color: blue;
    font-size: 11px;
    font-style:normal;
}
a:visited.am {/*訪問後のリンク*/
    color: teal;
    font-size: 11px;
}
a:hover.am {/*マウスをのせたとき*/
    color: maroon;
    font-style:normal;
    font-size: 11px;
}
a:active.am{/*クリック中*/
    text-decoration:none;
    font-size: 11px;
}

/*--本文リンク文字デザイン--*/
a.a{/*リンクされた文字*/
    color: blue;
    font-style:normal;
    font-weight: bold;
}
a:link.a {/*未訪問のリンク*/
    color: blue;
    font-style:normal;
    font-weight: bold;
}
a:visited.a {/*訪問後のリンク*/
    color: teal;
    font-weight: bold;
}
a:hover.a {/*マウスをのせたとき*/
    color: maroon;
    font-style:normal;
    font-weight: bold;
}
a:active.a{/*クリック中*/
    font-weight: bold;
    text-decoration:none;
}

p.as{
	text-align: right; 
}
p.ap{
	line-height: 200%;
	clear: left;
}

* {
   margin: 0;
   padding: 0; /* 全てのプロパティの余白とパディングをリセットしています。*/
}

#head-a {
   clear: both;
   position: relative;
   width: 100%;
   height: 100%; 
	margin: 0px;
	padding: 0px;
	valign: top;
   background-color:  #CCFFCC;
}

#partmain-a {
   clear: both;
   position: relative;
   min-width: 800px;
   height: 100%; 
   background-color: white;
   margin-top: auto;
   margin-left: 10px;
   margin-right: 5px;
}

#part1-a{
   clear: both;
   float: left;
   width: 590px;
   min-height: 100%;
   background-color: white;
   margin-left: 10px;
   margin-right: 10px;
   table-layout: auto;
}

table.vatable {
	padding: 0px;
	border: 0px;
/*	margin-left: 10px; */
	border-collapse: collapse;
	width: 550px;
	background-color: transparent;
	line-height: 100% ;
	font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
  font-size: 10pt;
}

table.vatable tr {
   margin: 0;
	padding: 0;
	font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
  font-size: 10pt;
   background-color: transparent;
	line-height: 100% ;
}

table.vatable td {
	margin: 0;
	padding: 0;
	font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
  font-size: 10pt;
   background-color: transparent;
	line-height: 100% ;
}

#part2-a{
   float: right;
   width: 195px;
   min-height: 100%;
   background-color: white;
   align: right;
}

#fot-a{
   clear: both;
/*   position: relative;
   width: 100%;
   height: 25px;     
	margin-left: 0px;
	padding: 5px;
	valign: bottom;*/
	background-color:  #FFFFFF;
}