/* CSS Basic Style ---------------------------------------------------------- */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link ,  a:active {
	color: #0000DD;
	text-decoration: underline;
}
a:visited {
	color: 0000DD;
	text-decoration: underline;
}
a:hover {
	color: #DC6919;
	text-decoration: none;
}
address {
	font-size: 12px;
	font-style: normal;
	color: #FF6313;
	text-decoration: none;
	text-align:center;
}

/* font-size ---------------------------------------------------------- */

.txt_10 {
	font-size: 10px;
	line-height: 1.5em;
	color: #000000;
}
.txt_12 {
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}
.txt_12_c {
	font-size: 12px;
	line-height: 1.5em;
	color: #CC3300;
}
.txt_12_b {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
.txt_14 {
	font-size: 14px;
	line-height: 1.5em;
	color: #111111;
}

/* tag ---------------------------------------------------------- */

h1{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}
.links{
	font-size:12px;
	color:#ffffff;
	background-color:#ff7a1d;
}
.links a:link{
	color: #ffffff;
	text-decoration: underline;
}
.links a:active{
	color: #ffffff;
	text-decoration: underline;
}
.links a:visited{
	color: #ffffff;
	text-decoration: underline;
}
.links a:hover{
	color: #ffffff;
	text-decoration: none;
}
/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/