/* CSS Document */


ul#apply {
    list-style:none;
	width:400px;
	margin:0;
	height:48px;
	padding:0;
	margin-bottom:7px;
}

ul#apply a{
    display:block;
    height:48px;
    text-indent:-9999px;
    overflow:hidden;
	border:none;
}

ul#apply_half{
    list-style:none;
	width:200px;
	margin:0;
	height:48px;
	padding:0;
	margin-bottom:7px;
	float:right;
}

ul#apply_half a{
    display:block;
    height:48px;
    text-indent:-9999px;
    overflow:hidden;
	border:none;
}

ul#apply li, ul#apply_half li{
    list-style:none;
    float:left;
	width:200px;
	padding:0;
	border:none;
}

/* after switching to new CGI form, these 2 classes and apply_en.gif can be deleted */

.nihongo a{
    background-image:url(../../news/images/classified/apply.gif);
}

.eigo a{
    background-image:url(../../news/images/classified/apply_en.gif);
}

/* after switching to new CGI form, the 2 classes above can be deleted */


.agree_jp a{
    background-image:url(../../news/images/classified/agree_jp.gif);
}

.agree_en a{
    background-image:url(../../news/images/classified/agree_en.gif);
}

.tsujo a{
    background-image:url(../../news/images/classified/apply.gif);
}
.lastminute a{
    background-image:url(../../news/images/classified/apply_lastminute.gif);
}
.webclass a{
    background-image:url(../../news/images/classified/apply_webclass.gif);
}

a.jp { background-position:0px -48px;}
a:hover.jp { background-position:0px 0px;}

a.en { background-position:-200px -48px;}
a:hover.en { background-position:-200px 0px;}



.classified{
    list-style:none;
	width:400px;
	margin-top:5px;
	margin-bottom:10px;
	height:20px;
	padding:0;
}
.classified li{
    list-style:none;
    float:left;
	padding:0;
	border:none;
}

.classified a{
    display:block;
    height:30px;
    text-indent:-9999px;
    background-image:url(../../news/images/classified/menu.gif);
    overflow:hidden;
	border:none;
}

a.job{ background-position:0px -30px;}
a:hover.job{ background-position:0px 0px;}

a.property{ background-position:-78px -30px;}
a:hover.property{ background-position:-78px 0px;}

a.market{ background-position:-170px -30px;}
a:hover.market{ background-position:-170px 0px;}

a.lesson{ background-position:-250px -30px;}
a:hover.lesson{ background-position:-250px 0px;}

a.etc{ background-position:-321px -30px;}
a:hover.etc{ background-position:-321px 0px;}

.classified_red { color:#C1243D;}