/*　全体のCSS設定　*/

body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../image/templates/background_header.gif);
	background-repeat: repeat-x;
	background-color: #353535;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}
.top a:link {
	color: #0000FF;
}
.top a:visited {
	color: #0000FF;
}
.top a:hover {
	color: #0000FF;
}
.top a:active {
	color: #0000FF;
}

hr {
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	height: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.tx_red {
	color: #FF9999;
}
.tx_11_12ems {
	font-size: 11px;
	line-height: 1.3em;
}
.tx_14b {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

