.Table{
  font-size : 82%;
  line-height : 145%;
  letter-spacing : normal;
  text-decoration: none;
}
.Table2{
  font-size : 82%;
  line-height : 140%;
  letter-spacing : normal;
  text-decoration: none;
}
.Nomal{
  font-size : 95%;
  line-height : 140%;
  letter-spacing : normal;
  text-decoration: none;
}
.Main{
  font-size : 100%;
  line-height : 140%;
  letter-spacing : normal;
  text-decoration: none;
}
.s_menu{
  font-size : 10px;
  line-height : 20px;
  letter-spacing : normal;
  text-decoration: none;
}
.table_big{
  font-size : 14pt;
  line-height : 20px;
  letter-spacing : normal;
  font-weight: bold; 
}
.s_menu2{
  font-size : 120%;
  line-height : 140%;
  font-variant : normal;
  letter-spacing : normal;
}
.s_menu2B{
  font-size : 120%;
  line-height : 140%;
  font-variant : normal;
  letter-spacing : normal;
  font-weight: bold; 
}
.m_title{
  font-size : 130%;
  line-height : 170%;
  border-style : none;
}
.nomal11{
  font-size : 11pt;
  font-family : "ＭＳ ゴシック";
}
.c_title{
  font-size : 160%;
  line-height : 190%;
  font-family : "ＭＳ ゴシック";
  letter-spacing : normal;
  font-weight: bold; 
}
.table_mini{
  font-size : 9pt;
  line-height : 18px;
}
.table_small{
  font-size : 8pt;
}
.table_mini2{
    font-size : 9pt;
  font-family : "ＭＳ ゴシック";
}
.table_small2{
  font-size : 6pt;
}
.keisen {
  border-collapse: collapse; /* 枠線の表示方法 */ 
  border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
}

/*- drop_down1 ---------------------------------- */
#dd2 {
	margin: 0;
	width:170px;
	float: left;
}

#dd2 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 13px arial;
}

#dd2 li a.pref_menu {
	display: block;
	text-align: center;
	padding: 5px 10px;
	margin: 0 1px 0 0;
	text-decoration: none;
}

#dd3 {
	margin: 0;
	padding: 0;
	float: left;
}

#dd3 li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
}

#dd3 li a.pref_menu {
	display: block;
	text-align: center;
	background: #008000;
	padding: 5px 10px;
	margin: 0 1px 0 0;
	color: #FFF;
	width: 90px;
	text-decoration: none;
}

#dd3 li a.pref_menu:hover {
	background: #2E8B57;
}

#dd {
	margin: 0;
	padding: 0;
	float: left;
}

#dd li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#dd li a.pref_menu {
	display: block;
	text-align: center;
	background: #003399;
	padding: 5px 20px;
	margin: 0 1px 0 0;
	color: #FFF;
	width: 85px;
	text-decoration: none;
}

#dd li a.pref_menu:hover {
	background: #0066cc;
}

.submenu {
	background: #0066cc;
	border: 1px solid #0066cc;
	visibility: hidden;
	position: absolute;
	z-index: 3;
}

.submenu a {
	display: block;
	font: 12px arial;
	text-align: center;
	text-decoration: none;
	padding: 5px 15px;
	color: #FFF;
}

.submenu a:hover {
	background: #FFF;
	color: #003399;
}

.submenu a:visited {
	color: #c0c0c0;;
}
