@charset "Shift_JIS";
body {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
}
th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
	text-align: center;
	width: 200px;
}
td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.txtS {
	font-size: 10px;
	line-height: 14px;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.line {
	font-size: 10px;
	text-align: left;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 15px 15px 15px 15px;
}

/*--------------------------------------
	LINK SETTING
--------------------------------------*/

a {
	color:#000000;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
}