@charset "utf-8";
/* CSS Document */

.title_page { font-size: 30px; font-weight: bold; color: #FFFFFF; }
.title_all { font-size: 14px; font-weight: bold; }
.title_data { font-size: 12px; font-weight: bold; }
.title_blue { font-size: 18px; font-weight: bold; color: #0066CC; }

.txt_plus { font-size: 12px; }

.link_page:link		{ color: #333333; text-decoration:none }
.link_page:visited	{ color: #333333; text-decoration:none }
.link_page:hover	{ color: #FFFFFF; background-color: #336699; text-decoration:none }
.link_page:active	{ color: #333333; text-decoration:none }

.link_nav:link		{ color: #1D5D8A; font-size: 14px; font-weight: bold; text-decoration: none; }
.link_nav:visited	{ color: #1D5D8A; font-size: 14px; font-weight: bold; text-decoration: none; }
.link_nav:hover		{ color: #3399CC; font-size: 14px; font-weight: bold; text-decoration: none; }
.link_nav:active	{ color: #1D5D8A; font-size: 14px; font-weight: bold; text-decoration: none; }

.link_blueu:link		{ color: #3366CC; text-decoration:underline }
.link_blueu:visited		{ color: #3366CC; text-decoration:underline }
.link_blueu:hover		{ color: #FFFFFF; background-color: #3366FF; text-decoration:none }
.link_blueu:active		{ color: #3366CC; text-decoration:underline }

.link_blueus:link		{ color: #006699; font-weight: bold; text-decoration:underline }
.link_blueus:visited	{ color: #006699; font-weight: bold; text-decoration:underline }
.link_blueus:hover		{ color: #0066CC; font-weight: bold; text-decoration:none }
.link_blueus:active		{ color: #006699; font-weight: bold; text-decoration:underline }

a:link { color: #006699; text-decoration: none; }
a:visited {	text-decoration: none; color: #006699; }
a:hover { text-decoration: underline; color: #0066CC; }
a:active { text-decoration: none; color: #006699; }
