@charset "SHIFT_JIS";

/*--common--*/

body{
	color: #000000;
	font-size: 95%;
	line-height: 125%;
	}

td{
	font-size: 85%;
	}
	
th{
	font-size: 85%;
	}



/*--basic font--*/

h1{
	font-size: 140%;
	line-height: 1.6em;
	}

h2{
	font-size: 100%;
	line-height: 1.1em;
	}

h3{
	font-size: 100%;
	line-height:1.6em;
	}



.txtl{
	font-size: 120%;
	line-height: 150%;
	}

.txt{
	font-size: 100%;
	line-height: 133%;
	}

.txts {
	font-size: 80%;
	line-height:125%;
	}
	
.txtss {
	font-size: 70%;
	line-height:110%;
	}

.txtTblTtl{
	font-size: 110%;
	line-height: 150%;
	font-weight:bold;
	}

/*--bold--*/

.txtlb{
	font-size: 120%;
	line-height: 150%;
	font-weight:bold;
	}

.txtb{
	font-size: 100%;
	line-height: 125%;
	font-weight:bold;
	}

.txtsb {
	font-size: 85%;
	line-height:1.2em;
	font-weight:bold;
	}
	
.txtssb {
	font-size: 75%;
	line-height:1.1em;
	font-weight:bold;
	}


/*--link--*/

a:link {
color: #0099CC;
text-decoration: underline;
}

a:visited {
color: #CC0066;
text-decoration: underline;
}

a:hover, a:visited:hover {
color: #0066ff;
text-decoration: none;
}

#footerlink{
	font-size:75%;
	line-height:1.3em;
	text-align:center;
	margin-top:40px;
}


/*--copyright--*/

#copyright{
	background: url(../img/unbg.gif) no-repeat #FFFFFF top center;
	font-size:75%;
	line-height:1.3em;
	color:#666666;
	text-align:center;
	margin-top:8px;
	padding:4px 0px 0px 0px;
	/*border-top:1px #0066CC solid;*/
	width:870px;
	height:23px;
	}




