/* CSS Document */


body,table{
border:0;
margin:0;
padding:0;
background-color:#CCCCCC;
}


a img{
border:none;
}

table{
background-color:#FFFFFF;
}

td{
text-align:left;
}


/*べた塗にするとき
.border-out{
background-color:#999999;
}
*/


/*スタッフブログ*/
.border-grey{
background-color:#999999;
}
.grey-l{
background-image: url(./grey-l.gif);
background-repeat:repeat-y;
}
.grey-r{
background-image: url(./grey-r.gif);
background-repeat:repeat-y;
}

/*トップ*/
.border-in{
background-color:#ff3300;
}
.red-l{
background-image: url(./red-l.gif);
background-repeat:repeat-y;
}
.red-r{
background-image: url(./red-r.gif);
background-repeat:repeat-y;
}






/*会社情報*/
.orange-l{
background-image: url(./orange-l.gif);
background-repeat:repeat-y;
}
.orange-r{
background-image: url(./orange-r.gif);
background-repeat:repeat-y;
}
.border-in-company{
background-color:#ff9900;
}




/*事業情報*/
.border-in-business{
background-color:#009900;
}
.green-l{
background-image: url(./green-l.gif);
background-repeat:repeat-y;
}
.green-r{
background-image: url(./green-r.gif);
background-repeat:repeat-y;
}




/*お知らせ*/
.blue-l{
background-image: url(./blue-l.gif);
background-repeat:repeat-y;
}

.blue-r{
background-image: url(./blue-r.gif);
background-repeat:repeat-y;
}
.border-in-info{
background-color:#000099;
}


/*募集情報*/
.skyblue-l{
background-image: url(./skyblue-l.gif);
background-repeat:repeat-y;
}

.skyblue-r{
background-image: url(./skyblue-r.gif);
background-repeat:repeat-y;
}
.border-in-wanted{
background-color:#3399ff;
}


div#company a
{
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px solid #ff9900;
}

div#business a
{
	color: #009900;
	text-decoration: none;
	border-bottom: 1px solid #009900;
}

div#info a
{
	color: #000099;
	text-decoration: none;
	border-bottom: 1px solid #000099;
}

div#wanted a
{
	color: #3399ff;
	text-decoration: none;
	border-bottom: 1px solid #3399ff;
}


p,li{
font-size:80%;
line-height:20px;
}

.highlight{
background-color:#FFFF00;
}


#jumpmenu{
margin-top:200;
text-align:left;
/*
border-color:#cccccc;
border-style:solid;
border-width:1;
*/

}

.jumpback{
text-align:right;
}




