@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:"ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
	color: #2a2a2a;
	border-collapse: collapse;
	font-size: small;
	background: left top repeat-x url('../img/common/bg.jpg');
}
* {
	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 {
}
li {
}
/*フロート制御*/
#left {
	float: left;
}
#right {
	float: right;
}
.clear_both {
	clear: both;
}
/*基本レイアウト*/
#wrap {
	position: relative;
	margin: 0;
	height: 100px;
}
#header {
	position: relative;
	height: 80px;
	width: 800px;
	margin: 0 auto;
}
#middle {
	position: relative;
	clear: both;
	padding-top: 28px;
	width: 800px;
	margin: 0 auto;
}
#middle li {
	line-height: 125%;	
}
#middle p {
	line-height: 125%;	
}
#footer {
	width: 800px;
	top: 20px;
	position: relative;
	clear: both;
	border-top: 1px solid #BBB;
	padding-top: 6px;
	height: 120px;
	margin: 0 auto;
}

