/* ---------------------------------------------------------
	登録画面で使用するCSS
	2007/03/06
--------------------------------------------------------- */
body {
}
h1 {
	margin: 40px 0 30px 0;
}
h2{
	padding: 2px 0 2px 0;
	font-size: 14px;
}
h3 {
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	background:url(../img/cmn_t/cmn_dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 

/* フッター部分
--------------------------------------------------------- */
#RtFooter {
	margin: 0px;
	width: 800px;
	text-align: center;
	padding: 40px 0 20px 0;
}


/* ヘッダー部分
--------------------------------------------------------- */
#RtHeader {
	margin: 0;
	width: 800px;
	background-image: url(../t_kangos_regist/img/rt_header.gif);
	background-repeat: no-repeat;
}
#RtHeader h1{
	margin: 0px 0px 0px 15px;
}
#RtHeaderTop {
	margin: 20px 0 0 50px;
	width: 700px;
	height: 93px;
	padding:0;
	background-image:  url(../t_kangos_regist/img/rt_header_top.gif);
	background-repeat: no-repeat;
}


/* ステップ部分
--------------------------------------------------------- */
#RtStep {
	margin: 0 0 20px 0;
	height: 33px;
	background-image:  url(../t_kangos_regist/img/rt_step_bg.gif);
	background-repeat: no-repeat;
	width: 800px;
	text-align: right;

}
#RtStep table {
	margin: 8px 12px 5px;
	text-align: right;
	float: none;

}


/* コンテンツ部分
--------------------------------------------------------- */
#RtContents {
	margin: 0 50px;
	padding: 0;
	width: 700px;
	height: auto;
}


/* アラート部分
--------------------------------------------------------- */
#RtAlert {
	margin: 20px 0px;
	padding: 15px 20px;
	background-color: #f3f3f3;
}
.error {
	font-size: 14px;
	font-weight: bolder;
	color: #FF3333;
}
#RtAlert ul{
	padding: 20px 20px 0px;
}


/* ボタン部分
--------------------------------------------------------- */
#RtBt table {
	margin: 10px 0px;
	width: 700px;
	text-align: center;
}


/* インプット部分
--------------------------------------------------------- */
#RtInput table {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 700px;
	text-align: left;
}
#RtInput table th{
	padding: 5px;
	width: 160px;
	font-weight: lighter;
	vertical-align: top;
}
.ex {
	padding: 0px 5px;
	color: #6699cc;
}
.attention {
	color: #FF3333;
}
.check {
	padding: 0 0 0 20px;
	text-align: right;
	font-size: 12px;
	font-weight: lighter;
}
.hissu {
	color: #ff3333;
	margin-left: 10px;

}


/* 背景部分
--------------------------------------------------------- */
.RtBg {
   margin:0 10px 0 10px;
	text-align:left;
}


/* 就職人気ランキング投票
--------------------------------------------------------- */
#RtRank{
    width:700px;
	margin-top:20px;
}
#RtRank h3{
    padding:0;
}
.RtRankStep{
    padding:0 60px 20px 59px;
    background: url(../t_kangos_regist/img/rt_rank_bg.gif);
	background-repeat: repeat-y;
}
.RtRankStep h4{
    padding-bottom:20px;
}
.RtRankBt{
    height:56px;
	text-align:center;
    background: url(../t_kangos_regist/img/rt_rank_bt_bottom.gif);
	background-repeat:no-repeat;
}
