@charset "utf-8";

body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body {
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	background-repeat: no-repeat;
}
.td_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

table {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
h1 {
	font-size: 16px;
	color: #666666;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 6px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC3399;
}
.td_top {
	font-size: 12px;
 	vertical-align: top;
}
li {
	font-weight: bold;
	list-style-type: square;
}
.t_rp {
	background-repeat: repeat;
}
.user {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.txt_red{
	color:#F00;
}
.top_back {
	background-image:url("../imglib/topbk.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
}