﻿@charset "UTF-8";


body {
	background-image: url(../img/body_bg.gif);
}


#contentBody {
	background-image: none;
}


#flashUnit {
	margin: 0 0 15px 0;
}


.fieldUnit {
	width: 800px;
	float: left;
	background-image: url(../img/products_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 16px 0;
}
.fieldL, .fieldS {
	width: 256px;
	float: left;
	margin: 0 15px 0 0;
}
.fieldR {
	width: 256px;
	float: right;
}
.fieldUnit h2 {
	margin: 0 0 5px 0;
}
.fieldUnit p {
	margin: 0 0 8px 8px;
	width: 240px;
}


/* === unit1独自のCSS指定 === */
#unit1 {
	margin: 14px 0 25px 0;
	float: left;
	width: 800px;
}
.unitL {
	width: 528px;
	float: left;
}
.unitR {
	width: 256px;
	float: right;
}
.unitR img {
	clear: both;
}

#unit1 .unitL {
	background-image: url(../img/list_bg.gif);
	background-repeat: no-repeat;
	height: 58px;
	padding: 5px 0 0;
}

#UnitGlobal,
#UnitProduct{
	list-style-type: none;
	padding: 0;
	width: 528px;
	height: 29px;
	float: left;
}

#UnitGlobal{
}

#UnitProduct{
	}
#UnitGlobal select,
#UnitProduct select{
	width: 400px;
	}
#UnitGlobal .UnitInside{
	height: 22px;
	margin: 0 0 0 5px;
	_margin: 0 0 0 2px;
	padding: 2px 0 0 118px;
	background-image: url(../img/listTitle01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#UnitProduct .UnitInside{
	height: 22px;
	margin: 0 0 0 5px;
	_margin: 0 0 0 2px;
	padding: 2px 0 0 118px;
	background-image: url(../img/listTitle02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
/* === バナーのCSS指定 === */
.bnrHead {
	margin: 0 0 12px 0;
}
.bnr {
	margin: 0 0 16px 16px;
}


.unit2 {
	padding: 4px 0 0 0;
	width: 800px;
}

/* === 新着情報のCSS指定 === */
.newsUnit {
	background-image: url(../pub/img/dotLine_594.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	margin: 0 0 10px 0;
	width: 528px;
	border-collapse: collapse;
	empty-cells: show;
}
.newsUnit td {
	padding: 0 0 5px 0;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}
.newsUnit .date {
	background-image: url(../pub/img/icon_delta.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	width: 80px;
	padding: 0 0 0 10px;
}
.newsUnit .newsTxt {
	width: 723px;
}
.newsUnit .newsTxtpdf {
	width: 723px;
	padding: 0 0 20px 26px;
	background-image: url(../pub/img/icon_pdf.gif);
	background-repeat: no-repeat;
	line-height: 110%;
}

.unit2 .unitR {
	background-image: url(../img/unitR_bg.gif);
	background-position: left bottom;
}










