@charset "utf-8";
/* CSS Document */

/* ======================================================================== *//*
* Common
*//* ======================================================================== */

* {
	margin:0;
	padding:0;
}

body {
	margin: 0 auto;
	padding: 0;
	color: #575757;
	font-size: 12px;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	text-align: center;
	background: #fff url("../imgs/bg.jpg") repeat-x;
	line-height:150%;
	}
	
a:link,
a:visited,
a:focus,
a:active  { color: #221; text-decoration:none; }
a:hover { color:#F37F28; }

img {
	border:none;
}

/* ======================================================================== *//*
* Clear Fix
*//* ======================================================================== */

div.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
div.clearfix:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* ======================================================================== *//*
* Layout
*//* ======================================================================== */

div#wrap{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}


div#container {
	text-align: left;
	background: #fff;
}



/* ======================================================================== *//*
* Header
*//* ======================================================================== */

div#header {
	line-height:100%;
	background:#000;
}

div#header div.logo {
	float:left;
}

div#header div.vcard {
	float:right;
	text-align:right;
	margin:8px 0;
}

div#header div.vcard div.org{
	font-size:12px;
	font-weight:bold;
}

div#header div.vcard div.adr{
	font-size:12px;
}
div#header div.vcard div.street-address{
	display:inline;
}
div#header div.vcard div.fax, div#header div.vcard div.tel{
	display:inline;
	font-size:12px;
	margin-left:1em;
}


/* ======================================================================== *//*
* Common Main Layout
*//* ======================================================================== */
div#main{
	margin: 0 18px 0 18px;
}


/* ======================================================================== *//*
* Common Title
*//* ======================================================================== */

div.title{
	margin:15px 0;
}

div.title h1{
	margin: 0 0 0 15px;
	font-size:14px;
}

p.title{
	font-size:14px;
	margin: 0 0 40px 5px;
}



/* ======================================================================== *//*
* 応募フォーム関連
*//* ======================================================================== */	


div.recrutForm {
	text-align:center;
	margin: 0 0 60px;
}

div.recrutForm table { 
	width:660px;
	margin: 0 auto;
	border-collapse: collapse;
}
div.recrutForm table, th, td { border: 1px solid #C4C0C1; }
div.recrutForm td { text-align:left; }

div.recrutForm input,
div.recrutForm textarea,
div.recrutForm select
 { border:1px solid #7E9DB9; padding:3px; margin:7px; }

div.recrutForm td.formLabel {
	background:#F6F4F5;
}

div.recrutForm td.formLabel label, label.formLabel, div.recrutForm span.formLabel{
	border-left:3px solid #F7931B;
	padding-left:10px;
	margin:7px;
}

div.recrutForm td.formItem {
	padding:3px;
}

div.recrutForm span.formBirth {
	margin:7px;
}


div.recrutForm td.formItemColspan2 {
	padding:7px 0;
}

div.recrutForm td.formItemColspan2 p{
	text-align:center;
	margin:0;
}

textarea.freeSpace {
	width: 600px;
}

div.recrutForm p{
	margin: 12px 0 0;	
}

div.recrutForm h2{
	margin: 12px 0;
}

button{
	margin: 10px;
}

/* ======================================================================== *//*
* Common Footer
*//* ======================================================================== */

div#footer {
	margin: 30px 0;
	background:#000;
	color:#FFFFFF;
}

div#footer ul{
	float:left;
	margin: 5px 0;
}

div#footer address{
	float:right;
	font-style:normal;
	margin: 10px 0 0;
}