@charset "utf-8";
/*追加CSS読み込み*/
@import url("pc_common.css");
@import url("pc_products.css");
@import url("pc_company.css");
@import url("pc_jobs.css");
@import url("pc_pressrelease.css");
/*基本タグ設定*/
body {
	background-color: #FFF;
	font-family: 'メイリオ','Mayryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #333;
	border-collapse: collapse;
	font-size: small;
	background: top repeat-x url(../img/common/bg.gif);
}
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	display: block;
}
*:first-child+html img {
	vertical-align: top
}
h1, h2, h3, h4 {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 7px;
}
h5 {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

a {
	color: #333;
}
a:hover {
	color: #F90;
}
table {
	border-collapse: collapse;
}
p {
	text-align: justify;
}
li {
	text-align: justify;
}
/*フロート制御*/
#left {
	float: left;
}
#right {
	float: right;
}
.clear_both {
	clear: both;
}
/*基本レイアウト*/
#wrap {
	position: relative;
	width: 800px;
	margin: 0px auto;
	height: 100px;
}
#header {
	position: relative;
	height: 90px;
}
#middle {
	position: relative;
	clear: both;
	padding-top: 20px;
}
#middle li {
	line-height: 125%;	
}
#middle p {
	line-height: 125%;	
}
#footer {
	top: 20px;
	position: relative;
	clear: both;
	border-top: 1px solid #BBB;
	padding-top: 6px;
	height: 30px;
}
