@charset "utf-8";
/* CSS Document */

.floatL {float:left;}
.floatR {float:right;}
.floatClear {clear:both;}

.totop {padding:5px 5px 5px 0;}

.noPad {padding:0 0 0 0; margin:0 0 0 0;}

.caution {color:#FF0000;}

.bgGray {background-color:#efefef;}

br {line-height:80%;}

/* right contents Main Area */
#pageBlock #mainblock #rightside {
	height:auto;
	margin:0 0 0 15px;
	padding:0 0 0 0;
	float:right;
	width:572px;
}

#rightside p.freeBread {
	padding:0 0 10px 0;
	margin:0 0 0 0;
}

#rightside #flashcontent {
	padding:0 0 10px 0;
	margin:0 0 0 0;
}


#rightside h2 {
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:29px;
}

#rightside h2.queryReqTtl {background-image:url(../images/queryReqTtl.jpg);}
#rightside h2.guidCardTtl {background-image:url(../images/guidCardTtl.jpg);}
#rightside h2.guidDlTtl {background-image:url(../images/guidDlTtl.jpg);}

#rightside h2.guidBeginTtl {background-image:url(../images/guidBeginTtl.jpg);}

#rightside h4 {
	background-image:url(../images/guidTtlSub.jpg);
	height:20px;
	font-weight:bold;
	padding:5px 0 0 15px;
	margin:20px 0 0 0;
}

#rightside h4.not1line {
	background-image:url(../images/guidTtlSub.jpg);
	background-repeat:repeat-y;
	height:40px;
	font-weight:bold;
	padding:5px 0 0 15px;
	margin:20px 0 0 0;
	line-height:145%;
}

#rightside h5 {
	border-bottom:#cecece solid 1px;
	margin:0 0 0 15px;
	font-weight:bold;
	padding:10px 0 0 0;
}

#rightside p {
	padding:10px 0 0 15px;
	margin:0 0 0 0;
	line-height:135%;
}

#rightside div.formatQuery {
	border:#cecece solid 1px;
	background-color:#f3f3f3;
	margin:10px 0 0 0;
}

#rightside p img {
	padding:10px 0;
	margin:0 0 0 0;
}

#rightside p.borderBtm {
	border-bottom:#cecece solid 1px;
	margin:0 0 10px 10px;
}


#rightside table {
	padding:10px 0 0 0;
	margin:0 0 0 0;
}

#rightside table th {
	font-weight:bold;
	padding:10px 0 5px 10px;
	margin:0 0 0 0;
	text-align:left;
	border-bottom:#cecece solid 1px;
}

#rightside table th.queryThNonBord {
	font-weight:bold;
	padding:18px 0 5px 30px;
	margin:0 0 0 0;
	text-align:left;
	border-bottom:none;
	vertical-align:top;
}

#rightside table td {
	padding:15px 0 5px 20px;
	text-align:left;
	border-bottom:#cecece solid 1px;
}

#rightside table td.queryTdNonBord {
	padding:15px 0 5px 20px;
	text-align:left;
	border-bottom:none;
}

#rightside table td.queryBtn {
	padding:10px 0 10px 0;
	margin:0 0 0 0;
	text-align:center;
}



