@charset "UTF-8";
/* STRUCTURE
***********************************************************************************/
div#wrapper {
	background:url(/img/bg.gif) top center repeat-x;
}
/* BODY
***********************************************************************************/
body {
	background:#FFFFFF;
	font:12px  Osaka,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	color:#222222;
	line-height:1;
}
/* LINK
***********************************************************************************/
/*a:link, a:visited, a:active, a:hover {
	color:#0000ff;
	text-decoration:underline;
}*/
/* H1-H6
***********************************************************************************/
.headerTop {
	margin:0 0 0.5em;
}
.headerMiddle {
	margin:1.1em 0 0.5em;
}
.headerParent {
	margin:1.1em 0 0;
}
.headerStyle01 {
	padding:0 8px;
	border-left:#E6F0FA solid 7px;
	font-size:18px;
}
.headerStyle02 {
	height:39px;
	border-bottom:#E6F0FA dotted 1px;
	font-size:16px;
}
/* LIST
***********************************************************************************/
/* TABLE
***********************************************************************************/
table {
	border-collapse:collapse;
	margin-left:1px;
}
.tsBasic th {
	padding:5px 9px;
	border:#B3CEE6 solid 1px;
	background-color:#E3F7FF;
}
.tsBasic td {
	padding:5px 10px;
	border:#B3CEE6 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.anchorName:link, a.anchorName:visited, a.anchorName:active, a.anchorName:hover {
	color:#E6F0FA;
	text-decoration:none;
}
