@charset "utf-8";
/* CSS Document */

/* 全体 */
* {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
}

body{
	background-image:url(../img/top-bar.png);
	background-repeat:repeat-x;
}

a img{
	border:none;
}

div.container{
	width:800px;
	margin:35px auto 0px auto;	
}

img.logo{
	float:left;	
}

div.menu{
	float:right;
	margin-top:10px;
}

img.top-image{
	margin-top:30px;	
}

table.recruit_info{
	margin: 10px 10px 20px 10px;
}

table.recruit_info tr{
	border-bottom:10px solid gray;
}

table.recruit_info th{
	font-size: small;
	background-color:#DDDDDD;
}

table.recruit_info td{
	font-size: small;
	background-color:#EFEFEF;
}

img.span{
	margin:10px 0px 5px 0px;
}

img.copyright{
	margin:5px 0px 20px 10px;
}