@charset "shift_jis";
/* TABLE
***********************************************************************************/
table {
	margin-left:1px;
	border-collapse:collapse;
	font-size:12px;
}
.tsBasic th {
	padding:6px 12px;
	border:#E3E2DB solid 1px;
	background-color:#EEEEEB;
	font-weight:bold;
}
.tsBasic td {
	padding:6px 12px;
	border:#E3E2DB solid 1px;
}
/* conveniencClass
***********************************************************************************/
.outside {
	position:absolute;
	left:-1999px;
	width:990px;
}
.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
.floatR {
	float:right;
}
.floatL {
	float:left;
}
.imageFloatR {
	float:right;
	padding:0 0 10px 15px;
}
.imageFloatL {
	float:left;
	padding:0 15px 10px 0;
}
.fontSize10px {
	font-size:10px;
	font-weight:normal;
}
.fontSize12px {
	font-size:12px;
	font-weight:normal;
}
.fontSize16px {
	font-size:16px;
}
.fontSize18px {
	font-size:18px;
}
.fontSize24px {
	font-size:24px;
	font-weight:bold;
}
.fontBold {
	font-weight:bold;
}
.attentionText {
	color:#FF0000;
}
.attentionText10px {
	color:#FF0000;
	font-size:10px;
}
.attentionList {
	margin:10px 0 10px;
	font-size:10px;
}
.alignR {
	text-align:right;
}
.alignC {
	text-align:center;
}
.positionRelative {
	position:relative;
}
a.anchor:link, a.anchor:visited, a.anchor:active, a.anchor:hover {
	color:#999999;
	text-decoration:none;
}
