@charset "utf-8";
/* ブラウザの初期値をクリア
---------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,br,div,span,img,a,form,select,option,input,button,table,tr,td,th,caption,noscript{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}

/* 文字組み
---------------------------------------------------------------- */
body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック",;
	font-style:normal;
	line-height:120%;
}

/* float クリア設定
---------------------------------------------------------------- */
.LRSplit {
	min-height:0;
	display:inline-table;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.LRSplit:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

/* フロート解除
---------------------------------------------------------------- */
.clear_both {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* SP_Contents カラム 定義
---------------------------------------------------------------- */
.Box {
	width:100%;
}

/* 枠組み
---------------------------------------------------------------- */
#Royal_bg {
	background-color:#1A1A1A;
}

#bg {
	width:950px;
	background-color:#2D0000;
	margin:0px auto;
}

#wrapper {
	width:950px;
	text-align:left;
	margin:0 auto;
}

/*全体レイアウト構成
---------------------------------------------------------------- */
#top_header {
	display:none;
}

#header	{
	width:100%;
	height:200px;
	font-size:12px;
	color:#000;
	background-image:url(../img/Title.jpg);
	background-repeat:no-repeat;
}

#main {
	width:100%;
}

#Footer {
	width:950px;
	height:99px;
	background:url(../img/tobiraFooter.png);
	background-repeat:no-repeat;
	border-top:solid 1px #CCC;
}

/* Main内部構成
---------------------------------------------------------------- */
#Main_Contents {
	width:770px;
	margin:10px 0px 15px 10px;
	padding-right:10px;
}

#Display_left {
	width:150px;
	margin:10px 0px 15px 10px;
}

a#vivajob {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 152px;
	font-size: 1em;
	text-indent: -9999px;
	background: url(/img/vivajob.jpg);
	margin-bottom: 10px;
}

