@charset "utf-8";

/**
 * テーブルスタイル
 */

.tableStyle01 table{
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	width: 100%;
}
.tableStyle01 th{
	font-weight: normal;
	background-color: #e4f1fe;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.tableStyle01 th span{
	font-size: 11px;
	color: #CC0000;
}
.tableStyle01 td{
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/**
 * マージン
 */
 
.marginBt02{
	margin-bottom: 2px;
}
.marginBt05{
	margin-bottom: 5px;
}
.marginBt10{
	margin-bottom: 10px;
}
.marginBt20{
	margin-bottom: 20px;
}
.marginBt30{
	margin-bottom: 30px;
}
.marginBt40{
	margin-bottom: 40px;
}
.marginBt50{
	margin-bottom: 50px;
}

/**
 * サイズ
 */

.size030w{
	width: 30px;
}
.size040w{
	width: 40px;
}
.size050w{
	width: 50px;
}
.size060w{
	width: 60px;
}
.size080w{
	width: 80px;
}
.size100w{
	width: 100px;
}
.size120w{
	width: 120px;
}
.size150w{
	width: 150px;
}
.size200w{
	width: 200px;
}
.size250w{
	width: 250px;
}
.size280w{
	width: 280px;
}
.size300w{
	width: 300px;
}
.size350w{
	width: 350px;
}
.size400w{
	width: 400px;
}
.size500w{
	width: 500px;
}
.size100par{
	width: 100%;
}

/**
 * フォント（色）
 */

.sAttention{
	color:#EE0000;
	font-size: 90%;
}
.attention{
	color:#EE0000;
}


/**
 * フォント（サイズ）
 */

.font08{
	font-size: 8px;
}
.font09{
	font-size: 9px;
}
.font10{
	font-size: 10px;
}
.font11{
	font-size: 11px;
}
.font14{
	font-size: 14px;
}

/**
 * テキスト・位置関係
 */

.tAlignCenter{
	text-align: center;
}
.tAlignLeft{
	text-align: left;
}
.tAlignRight{
	text-align: right;
}

/**
 * リスト関係
 */

ul.listStyle01{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.listStyle01 li{
	padding: 0px;
	line-height: 150%;
}
ol.numList01{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
	padding: 0px;
}
ol.numList01 li{
	padding: 0px;
	line-height: 150%;
	margin: 0px;
	list-style-position: outside;
}
/**
 * エラーメッセージ用
 */

#errorMess{
	padding: 10px;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
	color: #FF0000;
	background-color: #FFFFFF;
	clear: both;
	font-size: 12px;
}
#errorMess ul{
	padding: 0px;
	margin: 0px;
}
#errorMess li{
	color: #FF0000;
	line-height: 150%;
	list-style-position: inside;
}
#errorMess p{
	padding: 0px;
	margin: 0px;
}

/**
 * その他
 */

.boxLeft{
	float: left;
}
.boxRight{
	float: right;
}
.clear{
	clear:both;
	width: 100%;
}
.clear hr{
	display: none;
}
.countNumber{
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.noBackImg{
	background: none;
}
.noBorder{
	border: none;
}
.bgcolor{
	background: #e4f1fe;
}

.pageTopAnchor{
	text-align: right;
	font-size: 12px;
}
.pageTopAnchor a{
	text-decoration: none;
}

.clearfix { display: inline-block; }
.clearfix:after {
     clear: both;
     content: " ";
     display: block;
     font-size: 0;
     height: 0;
     visibility: hidden;
     }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#successMess{
	color: #0066CC;
	padding: 8px;
	border: 1px solid #0066CC;
	margin-bottom: 20px;
}

/*--ツールチップ--*/
a.tooltip img{
	margin-left: 2px;
	vertical-align: middle;
}
a.tooltip a:hover {
	background:#ffffff;
	text-decoration:none;
}
a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:150px;
	font-size: 11px;
	line-height: 125%;
	text-align: left;
	font-weight: normal;
}
a.tooltip:hover span {
	display:inline;
	position:absolute;
	background:#FFFFDD;
	border:1px solid #666666;
	color:#6c6c6c;
}