BODY{
	SCROLLBAR-FACE-COLOR: #def1f8;
	SCROLLBAR-HIGHLIGHT-COLOR: #666666;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #def1f8;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #def1f8;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;

	font-size : 14px;
	font-family : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color : #def1f8;
	background-image : url(bg.png);
	background-repeat : repeat-y;background-position : left center;
	text-align : left;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin: 0 auto;
}

TD{
	font-size : 14px;
}

A{
	color : #112e9f;
	text-decoration : none;
}

A:HOVER{
	text-decoration : underline;
  color : #d05757;
}

.font10px{
	font-size : 10px;
}

.font12px{
	font-size : 12px;
}

.font14px{
	font-size : 14px;
}

.font16px{
	font-size : 16px;
}

.mainTable{
	background-color : #ffffff;
	font-size : 12px;
	font-family : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin: 0 auto;
	border-style : none none none none;
  width : 650px;
  height : 100%;
}

.mainTable_news{
	background-color : #ffffff;
	font-size : 12px;
	font-family : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin: 0 auto;
	border-style : none none none none;
  width : 800px;
  height : 100%;
}

.main2Table{
	background-color : #ffffff;
	font-size : 12px;
	font-family : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin: 0 auto;
	border-style : none none none none;
  height : 100%;
}

.kousin{
	font-size : 12px;
	text-align : right;
	padding-right : 15px;
  height : 20px;
}

.pageTitle{
	
	padding-left : 30px;
	vertical-align : top;
	padding-bottom : 20px;
  height : 60px;
}

.mainCcontents{
	vertical-align : top;
	text-align : center;
}

.backButton{
	vertical-align : bottom;
	padding-top : 50px;
	text-align : center;
}

.copyright{
	font-size : 12px;
	vertical-align : top;
	padding-bottom : 20px;
	padding-top : 30px;
  text-align : center;
  height : 60px;
}

.ccontentsTable{
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;

}

.ccontentsTableTitle{
	background-image : url(ao.png);
	background-repeat : repeat-y;
	padding-left : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 16px;
  font-weight : bold;
  padding-top : 5px;
  padding-bottom : 5px;
  color : #342655;
}

.ccontentsTableTitle2{
	background-image : url(ao2.png);
	background-repeat : repeat-y;
	padding-left : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 16px;
  font-weight : bold;
  padding-top : 5px;
  padding-bottom : 5px;
  color : #342655;
}

.ccontentsTableDownLoad{
	background-image : url(ao.png);
	background-repeat : repeat-y;
	padding-left : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 16px;
  font-weight : bold;
  padding-top : 5px;
  padding-bottom : 5px;
  color : #342655;
}


.ccontentsTableMain{
	
	
	padding-left : 10px;
  padding-top : 5px;
  padding-right : 10px;
  padding-bottom : 5px;
}
.outsideTable{border-width : 2px 2px 2px 2px;border-style : solid solid solid solid;border-color : #000000 #000000 #000000 #000000;}
.TableBgColor1{
  background-color : #f0f1ff;
}
.TableBgColor2{
  background-color : #3954ae;
  height : 1px;
}
.space0px{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}


.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #000066;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
