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


/*----------------------------------------------------
	Reset
----------------------------------------------------*/


html {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:/*'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,*/'ＭＳ Ｐゴシック', sans-serif;
	line-height: 150%;
	color: #333333;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}





/*----------------------------------------------------
	Base
----------------------------------------------------*/


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family:/*'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,*/'ＭＳ Ｐゴシック', sans-serif;
	text-align:center;
	background-color: #FFFFFF;
}

* + html body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}




/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #FF3333;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}




/*----------------------------------------------------
	contents
----------------------------------------------------*/


#clear {
	clear: both;
	float: none;
}

#wrap {
	position: relative;
	text-align: left;
	width: 780px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 100px;
	text-align: right;
}
#cont_title {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 950px;
	text-align: right;
}
#Recruit_BOX {
	position: relative;
	margin: 0px;
	width: 750px;
	text-align: left;
	display: block;
	background-image: url(../../info/image/recruit_box_02.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#Recruit_BOX_midashi {
	background-color: #B72D26;
	padding: 5px;
	display: block;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.Recruit_BOX_RED {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #B72D26;
	margin-bottom: 12px;
}

#content{
	width: 780px;
}

#footer {
	width: 780px;
	text-align: left;
	clear: both;
	background-color: #000000;
	line-height: 30px;
	font-size: 10px;
	color: #eeeeee;
	height: 73px;
	display: block;
	position: relative;
	background-image: url(../../info/image/recruit_footer.gif);
	background-repeat: no-repeat;
}

.PageTop {
	text-align: right;
	vertical-align: middle;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 9px;
	width: 780px;
}
.PageTop a {
	font-size: 10px;
}
.Gray_Box {
	background-color: #E8E8E8;
	text-align: right;
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
