
/*透過PNGの設定*/
* html #container {
    behavior: url(iepngfix.htc):
}

img{
	border: 0;
}

/*全体のリンク設定*/
a:link{
	color: #666;
	text-decoration: underline;
}

a:visited{
	color: #666;
	text-decoration: underline;
}

a:hover{
	color: #366194;
	text-decoration: none;
}

/*全体の段落設定*/
p{
	margin-bottom: 10px;
}

/*サブページのコンテンツ設定*/
#wrap{
	clear: both;
	width: 800px;
	margin: 0 7px;
	background: url(../images/wrap_bg.jpg) repeat-y;
}

/*会社概要用見出し設定*/
#company_head{
	margin-bottom: 15px;
	width: 510px;
	height: 33px;
}

/*10pxの文字*/
.tenpix{
	font-size: 10px;
}

/*採用情報dl設定*/
/*#recuruit_dl{
	width: width: 470px;
	margin: 0 10px;
}

#recuruit_dl dd{
	width: 450px;
	margin-left: 20px;
}*/
