@charset "utf-8";

/*------------------------------*/
/* CSS Reset                    */
/*------------------------------*/
html, body  {
	margin: 0;
	padding: 0;
}
p, ul, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}



/*------------------------------*/
/* Tag Override                 */
/*------------------------------*/
body {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
}

#head {
	width: 979px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contents {
	width: 980px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #e5d148;
	text-decoration: underline;
}
a:active {
	color: #e5d148;
	text-decoration: underline;
}

.copy {
	font-size:10px;
	line-height: 150%;
	color: #FFFFFF;
}

.copy2 {
	font-size:10px;
	line-height: 150%;
	color: #333333;
	margin-top: 20px;
	margin-left: 10px;
}

.copy3 {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin-top: 20px;
	margin-left: 10px;
}

.news {
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	font-size: 10px;
	padding-left: 10px;
}


.tx10 {
	font-size: 10px;
	line-height: 130%;
}

.tx10a {
	font-size: 10px;
	line-height: 110%;
}

.tx111 {
	font-size: 11px;
	line-height: 180%;
}

.tx111w {
	font-size: 11px;
	line-height: 140%;
	color: #FFFFFF;
}

.tx12 {
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
}

.tx12b {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
}

.tx12bw {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #FFFFFF;
}


.tx14b {
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
}
