@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 1.3em;
	font-size: 90%;
}

/*--------------------------------------------------------------------LinkColor*/
a {text-decoration: none;color: #5D8EBD;}
a[name] {color: #000;}
a:hover {text-decoration: underline;color: #CC3300;}
a[name]:hover {text-decoration: none;color: #000;}

/*--------------------------------------------------------------------HeaderColor*/

#BoxHeader a {text-decoration: none;color: #bae4f1;}
#BoxHeader a:hover {text-decoration: underline;color: #FFFF99;}

/*--------------------------------------------------------------------FooterColor*/

#BoxFooter #FMenu #FL {color: #FFFFFF;}
#BoxFooter #FMenu #FR {color: #c6d8eb;}

/*--------------------------------------------------------------------NinkiColor*/
.BoxNinki01 li.First,.BoxNinki02 li.First {line-height: 1.2em; color: #FFFFFF;}
.BoxNinki01 a,.BoxNinki02 a {text-decoration: none;color: #FFFFFF;}
.BoxNinki01 a:hover,.BoxNinki02 a:hover {text-decoration: underline;color: #FFFFCC;}

/*--------------------------------------------------------------------Other_Color*/

p.Text {
	font-size: 100%;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 1em;
}

p.Txt80 {font-size: 80%;line-height: 1.2em;}