@charset "utf-8";
/*------------------------------------------------------------
  accessibility.css
------------------------------------------------------------*/

/* link */
a {
  text-decoration: underline;
}
a:link {}
a:visited {}
a:hover {
  text-decoration: underline;
}
.footer_text,
.footer_link {
  background-color: #0478B9;
  top: 140px !important;
}
#sub_info ul.sub_section_link a {
  color: #996633;
}
#sub_iza ul.sub_section_link a,
#sub_annai ul.sub_section_link a {
	color: #cc3300;
}
#sub_iken ul.sub_section_link a {
  color: #0066cc;
}

#sub_link ul.sub_section_link a {
  color: #6666cc;
}

/*
 * TOP
 */
 #top #sub_right {
 	float: right;
 	width: 185px;
 }

 #top_news dt {
    color: #cc3300;
}

 .main_tab_rss {
 	text-align: right;
 	margin:0 0 18px 0;
 }

 .main_tab_rss li {
 	float: right;
 	margin-left: 30px;
 }

 .clear {
 	clear:both;
 }
