/* CSS Document */

@charaset"Shift_JIS";

/*MAC版IEは次の行を無視 ＼*/
* html.wrapper{ height: 1%}
/*WIN版IE5対策終了*/

/*-----全体構造-----*/
body{
	margin:0;
	padding:0;
	color:#000000;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	text-align:center;
	background:url(../img/base_back.jpg) top repeat-x #FFFFFF;
	width:100%;
	height:100%;
	}
	
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{
	margin:0;
	padding:0;
	}
	
#wrapper{
	position:relative;
	margin:0px auto;
	width:780px;
	height:auto;
	text-align:left;
	background:url(../img/base_main.jpg) repeat-y;
	}
	
#header{
	margin:0;
	padding:0;
	width:780px;
	height:200px;
	background:url(../img/top_header.jpg) no-repeat;
	}
	
#top_contents{
	margin:0;
	padding:0;
	height:230px;
	width:780px;
	background:#FFFFFF url(../img/top_contents.jpg) no-repeat;
	}
	
#news{	
	clear:both;
	margin:0;
	padding:0px 0px 10px;
	background:#333333 url(../img/top_news_back.jpg) repeat-y;
	height:auto;
	width:780px;
	}

#news_inside{
	clear:both;
	margin:0px 0px 16px 0px;
	padding:16px 5px 16px 0px;
	width:740px;
	height:160px;
	overflow:auto;
	scrollbar-base-color: #222222;}
	
#footer_top{
	clear:both;
	background:#000000 url(../img/base_footer_back2.jpg) repeat-y;
	text-indent:50px;
	height:120px;
	width:780px;
	}

#footer{
	clear:both;
	background:#000000 url(../img/base_footer_back.jpg) no-repeat;
	text-indent:50px;
	height:auto;
	width:780px;
	}
	
#bottom{
	margin-bottom:0;
	padding:0;
	background:#000000 url(../img/base_bottom.jpg) no-repeat;
	height:31px;
	width:780px;
	bottom:0;
	}


/*-----メニュー-----*/
#menu{
	position:absolute;
	top:92px;
	left:626px;
	height:177px;
	width:154px;
	display:block;
	background:url(../img_menu/base.jpg) top no-repeat;
	}

#menu ul{
	list-style:none;
	text-indent:-10000px;
}

#menu li#m_company a{
	display:block;
	width: 139px;
	height:40px;
	text-decoration:none;
}

#menu li#m_business a, #menu li#m_recruiting a, #menu li#m_contact a, #menu li#m_sitemap a{
	display:block;
	width: 139px;
	height:34px;
	text-decoration:none;
}

#menu li#m_company a:hover, #menu li#m_company a:active{
	background:url(../img_menu/hover.jpg) top left no-repeat;
}
#menu li#m_business a:hover, #menu li#m_business a:active{
	background:url(../img_menu/hover.jpg) no-repeat 0px -40px;
}

#menu li#m_recruiting a:hover, #menu li#m_recruiting a:active{
	background:url(../img_menu/hover.jpg) no-repeat 0px -74px;
}

#menu li#m_contact a:hover, #menu li#m_contact a:active{
	background:url(../img_menu/hover.jpg) no-repeat 0px -108px;
}

#menu li#m_sitemap a:hover, #menu li#m_sitemap a:active{
	background:url(../img_menu/hover.jpg) no-repeat 0px -142px;
}

/*-----トップコンテンツ、ニュース、フッター-----*/










#footer a, #footer_top a, #news a{
	text-decoration:none;
	}

#footer a:link, #footer_top a:link, #news a:link{
	font:normal;
	color:#A78879;
}

#footer a:visited, #footer_top a:visited, #news a:visited{
	color:#8D6859;
}

#footer a:hover, #footer a:active, #footer_top a:hover, #footer_top a:active, #news a:hover, #news a:active{
	text-decoration:underline;
	font:bold;
	color:#FFFFFF;
}

#footer p, #footer_top p{
	margin:0;
	padding:15px 0px 0px 0px;
	width: 100%;
	height:1em;
	font-size:10px;
	text-align:left;
	color:#A78879;
	letter-spacing: 0.1em;
	white-space:nowrap;
	}
	
/*  468×60の場合 */
#footer_top .banner {
	position:relative;
	display:block;
	float:left;
	left:100px;
	text-align:left;
	width:468px;
	height:60px;
	margin-top:10px;
	white-space:nowrap;
}

/*  234×60の場合
#footer_top .banner {
	position:relative;
	display:block;
	float:left;
	left:280px;
	text-align:right;
	width:468px;
	height:60px;
}
*/

/* QRコード */
#footer_top .qr {
	position:relative;
	display:block;
	float:left;
	right:-110px;
	text-align:left;
	width:74px;
	height:74px;
	margin-top:-4px;
	white-space:nowrap;
}

#news ul{
	margin:0;
	padding:0;
	width:720px;
	height:auto;
	text-align:left;
	color:#A78879;
	}
	
#news li{
	margin:0px 10px 0 67px;
	padding:5px 0px;
	border-bottom:1px solid #333333;
	height:1.5em;
	text-align:left;
	list-style:square url(../img/list.gif) outside;
	font-size:12px;
	line-height: 145%;
	}

#news p{
	margin:0;
	padding:5px;
	width: 620px;
	height:1em;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-align:right;
	color:#A78879;
	letter-spacing: 0.1em;
	}

/*-----その他-----*/

.companyNAME{
	text-transform:uppercase;
	}

.listIMG{
	margin:0px 5px 0px 17px;
	}