/*----------------------------------------------*/
/*初期化
/*----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,a,
form,fieldset,input,textarea,p,blockquote,th,td,tbody{
	padding:0;
	margin:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}



/*-------------------------------------------------*/
/*clear
/*-------------------------------------------------*/

/*clear*/
.clear{
	clear:both;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*-------------------------------------------------*/
/*リンク設定
/*-------------------------------------------------*/

a:link { color: #F69; text-decoration:underline; }
a:visited { color: #666; text-decoration:underline; }
a:hover { color: #F69; text-decoration:none; }
a:active { color: #F69; }


/*-------------------------------------------------*/
/*初期設定
/*-------------------------------------------------*/


body{
	background:#FFF;
	text-align:center;
	background:url(../img/common/bg_check.gif) repeat-x 0 123px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:12px;
	color:#333;
	letter-spacing:3px;
	line-height:15px;
}

#wrap{
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header{
	height:403px;
	display:inline;
	
}

#logo{
	float:left;
	width:194px;
}

#telNum{
	float:right;	
}

#gMenu{
	display:block;
	height:67px;
	width:900px;
	
}

#gMenu li{
	margin-top:24px;
	float:left;
	height:43px;
	line-height:0;
	font-size:1px;
	display:inline;

}

#gMenu li a{
	line-height:normal;
	zoom: 1;
}


#cont{
	margin-top:18px;
}

/*左側のメニュー*/

#contLeft{
	float:left;
	width:220px;
}

#career{
	float:right;
	margin-left:8px;
	width:112px;
}

#rqCode{
	float:left;
	width:90px;
}

.leftInCont{
	margin:16px 0;
}

.leftInCont img{
	margin:5px 0;
}

#contRight{
	float:right;
	width:670px;
}

.footMenu li{
	background:url(../img/common/ico_pi.gif) no-repeat 0 4px;
	text-indent:15px;
	margin:5px 10px 0 0;
	float:left;
}

#footLine{
	background:url(../img/common/footer_line.gif) no-repeat;
	border:none;
	padding:5px 0;
}

/*微調整*/
.MB10{	margin-bottom:10px;}

.redB{
	color:#F00;
	font-weight:bold;
}

.red{
	color:#F00;
}

.pink{
	color:#F69;
}

/*ポジション*/
.posR{
	text-align:right;
}

.posL{
	text-align:left;
}

.posC{
	text-align:center;
}

div#kiyakubox{
	width:95%;
	height:150px;
	overflow-y:scroll;
	border:1px solid #ccc;
	margin:15px auto;
}

div#kiyakubox p{
	margin:15px 10px;
}

