@charset "utf-8";

/*---------- 全ページ共通 ----------*/

	/*---------- タグ ----------*/

*
	{
	font-size: small;
	margin: 0px;
	padding: 0px;
	}
	
a/*リンクされた文字*/
	{
	color: #0000cd;
	text-decoration: none;
	}
	
a:link/*未訪問のリンク*/
	{
	color: #0000cd;
	}
	
a:visited/*訪問後のリンク*/
	{
	color: #0000cd;
	}
	
a:hover/*マウスをのせたとき*/
	{
	color: #ff0000;
	text-decoration: underline;
	}
	
a:active/*クリック中*/
	{
	text-decoration: none;
	}
	
body
	{
	background-color: #f5f5f5;
	text-align: center;
	}
	
body div
	{
	text-align: left;
	margin: 0px auto;
	}
	
br
	{
	line-height: 3px;
	}
	
dd
	{
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 10px;
	}
	
dt
	{
	margin-left: 10px;
	}
	
em
	{
	font-style: normal;
	font-weight: normal;
	}
	
h1
	{
	font-size: small;
	font-weight: bold;
	}
	
h2
	{
	font-size: small;
	}
	
html
	{
	overflow-y: scroll;
	}
	
img
	{
	border: 0px;
	vertical-align: bottom;
	}
	
noscript
	{
	}
	
.noscriptY
	{
	background-color: yellow;
	border: 1px ridge #000000;
	font-size: small;
	line-height: 200%;
	margin-left: 10px;
	padding: 0px;
	}

	/*---------- サイドメニュー ----------*/

.sideMenu_padding
	{
	text-align: right;
	margin-bottom: 15px;
	margin-top: 15px;
	}
	
	
	/*---------- メインメニュー ----------*/

.mainMenu_ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
ul.mainMenu_ul li
	{
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	

	/*---------- ぱんくずリスト ----------*/

.pankuzu_div
	{
	font-size: small;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 6px;
	text-align: right;
	}
	
.pankuzu_ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
ul.pankuzu_ul li
	{
	color: #696969;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	

	/*---------- サイドメニュー ----------*/

.copyright
	{
	padding-bottom: 5px;
	padding-top: 15px;
	text-align: center;
	}
	

	/*---------- 区画と背景 ----------*/

.background
	{
	background-image: url(../images/background.gif);
	width: 920px;
	}
	
.topBar_Area
	{
	background-image: url(../images/topbar_background.gif);
	font-size: 1px;
	height: 5px;
	width: 100%;
	}
	
.container
	{
	background-color: #ffffff;
	width: 900px;
	}
	
	.logo_Area
		{
		float: left;
		height: 54px;
		width: 300px;
		}
		
	.sideMenu_Area
		{
		float: left;
		height: 54px;
		width: 600px;
		}
		
	
.mainMenu_Area
	{
	background-color: #f5f5f5;
	clear: both;
	width: 920px;
	}
	
.pankuzu_Area
	{
	background-image: url(../images/background_pankuzu.jpg);
	height: 25px;
	width: 920px;
	}
	
.main_Area15
	{
	background-color: #ffffff;
	float: left;
	width: 135px;
	}
	
.main_Area19
	{
	background-color: #ffffff;
	float: left;
	width: 162px;
	}
	
.main_Area20
	{
	background-color: #ffffff;
	float: left;
	width: 180px;
	}
	
.main_Area25
	{
	background-color: #ffffff;
	float: left;
	width: 225px;
	}
	
.main_Area30
	{
	background-color: #ffffff;
	float: left;
	width: 270px;
	}
	
.main_Area35
	{
	background-color: #ffffff;
	float: left;
	width: 315px;
	}
	
.main_Area40
	{
	background-color: #ffffff;
	float: left;
	width: 360px;
	}
	
.main_Area45
	{
	background-color: #ffffff;
	float: left;
	width: 405px;
	}
	
.main_Area50
	{
	background-color: #ffffff;
	float: left;
	width: 450px;
	}
	
.main_Area55
	{
	background-color: #ffffff;
	float: left;
	width: 495px;
	}
	
.main_Area60
	{
	background-color: #ffffff;
	float: left;
	width: 540px;
	}
	
.main_Area65
	{
	background-color: #ffffff;
	float: left;
	width: 585px;
	}
	
.main_Area70
	{
	background-color: #ffffff;
	float: left;
	width: 630px;
	}
	
.main_Area75
	{
	background-color: #ffffff;
	float: left;
	width: 675px;
	}
	
.main_Area100
	{
	background-color: #ffffff;
	width: 900px;
	}
	
.footer_Area
	{
	clear: both;
	background-color: #ffffff;
	width: 900px;
	}
	
.clear_Area
	{
	clear: both;
	}
	
.endBar_Area
	{
	background-image: url(../images/endbar_background.gif);
	font-size: 1px;
	height: 5px;
	width: 100%;
	}
	


/*---------- トップページ(index.html)のみ ----------*/

.boxInfo
	{
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 5px;
	padding: 5px;
	}
	
.infoList
	{
	}
	
dl.infoList dt
	{
	background-image: url(../images/icon01.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	margin-bottom: 0.7em;
	margin-left: 3px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 20px;
	width: 5.5em;
	}
	
dl.infoList dd
	{
	margin-bottom: 0.8em;
	margin-left: 5.5em;
	}
	
.boxAdobe
	{
	background-color: #f5f5f5;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	}
	
.adobe_container
	{
	width: 435px;
	}
	
	.adobeLeft
		{
		float: left;
		width: 95px;
		}
		
	.adobeRight
		{
		}
		
	.adobeClear
		{
		clear: both;
		}
		
	

.boxLinks
	{
	background-color: #dcdcdc;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	}
	
.boxCalendar
	{
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	}
	
.calendar
	{
	background-image: url(../images/icon02.jpg);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-align: left;
	}
	
div.boxWeather
	{
	}
	
div.boxWeather div.yahoo
	{
	float: left;
	}
	
div.boxWeather div.makes
	{
	float: left;
	margin-left: 3px;
	}
	
div.boxWeather div.makes img
	{
	float: left;
	}
	
div.boxWeather br
	{
	clear: both;
	}
	
.boxBoard
	{
	background-color: #ffffff;
	margin: 1px;
	padding: 5px;
	}
	
div.boxBoard p
	{
	color: #696969;
	font-size: x-small;
	}
	
	
	/*-----銘板販売支援-----*/

div.meiban
	{
	background-color: #f5f5f5;
	}

div.meiban div.h1Title
	{
	background-image: url(../images/meibanTitle.gif);
	height: 30px;
	text-align: center;
	}
	
div.meiban h1
	{
	color: #333333;
	padding-bottom: 7px;
	padding-top: 7px;
	}
	
div.meiban h1 span
	{
	color: red;
	}
	
div.meiban div.left
	{
	float: left;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 100px;
	}
	
div.meiban div.left p
	{
	text-align: center;
	}
	
div.meiban div.left p.memo
	{
	color: #333333;
	font-size: x-small;
	line-height: 120%;
	margin-bottom: 6px;
	}
	
div.meiban div.right
	{
	float: left;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 335px;
	}
	
div.meiban br.clear
	{
	clear: both;
	}
	
div.meiban div.box
	{
	margin-bottom: 4px;
	width: 335px;
	}
	
div.meiban div.number
	{
	float: left;
	text-align: center;
	width: 30px;
	}
	
div.meiban p.number
	{
	line-height: 180%;
	margin-left: 3px;
	margin-right: 3px;
	}
	
div.meiban div.memo
	{
	float: left;
	width: 300px;
	}
	
div.meiban p.memo
	{
	color: #333333;
	line-height: 180%;
	margin-left: 3px;
	margin-right: 3px;
	}
	
	
/*---------- 在庫製品一覧(stock.html or stockxx.html) ----------*/

.stockMenu
	{
	list-style: none;
	}
	
ul.stockMenu li.group
	{
	border-bottom: 3px double #c0c0c0;
	color: #666666;
	font-weight: bold;
	letter-spacing: 4px;
	margin-left: 7px;
	margin-right: 3px;
	margin-top: 9px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	}
	
ul.stockMenu li.groupTop
	{
	border-bottom: 3px double #c0c0c0;
	color: #666666;
	font-weight: bold;
	letter-spacing: 4px;
	margin-left: 7px;
	margin-right: 2px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	}
	
ul.stockMenu li.item
	{
	background-image: url(../images/stockMenu_line.gif);
	font-size: small;
	height: 19px;
	margin-left: 10px;
	margin-right: 4px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-top: 6px;
	}

ul.stockMenu li.item span
	{
	margin-right: 4px;
	}

ul.stockMenu li.item a:link
	{
	color: #666666 !important;
	}

ul.stockMenu li.item a:visited
	{
	color: #666666 !important;
	}
	
ul.stockMenu li.item a:hover
	{
	color: #ee0000 !important;
	}
	
ul.stockMenu li.item a:active
	{
	color: #666666 !important;
	}
	
.stock_maintitle
	{
	margin-bottom: 5px;
	margin-top: 3px;
	}
	
.stockCategory_left
	{
	float: left;
	text-align: center;
	width: 180px;
	}
	
.stockCategory_right
	{
	float: right;
	text-align: center;
	width: 180px;
	}
	
.stockCategory_clear
	{
	clear: both;
	text-align: center;
	width: 360px;
	}
	
div.stockCategory_clear hr
	{
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	height: 10px;
	margin-bottom: 5px;
	width: 100%;
	}
	
.boxStock_subtitle
	{
	background-color: #ffd2e9;
	border-left: 1px solid #F5f5f5;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #f5f5f5;
	color: #696969;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-top: 5px;
	}
	
.boxStock_p
	{
	background-color: #fdeefb;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #d3d3d3;
	color: #696969;
	line-height: 150%;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 4px;
	text-indent: 1em;
	}
	
h2.boxStock_subtitle img
	{
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 5px;
	}
	
.stockList
	{
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	}
	
div.stockList h2
	{
	background-image: url(../images/stockMaker_titlebar.gif);
	background-repeat: no-repeat;
	color: #343434;
	font-size: small;
	margin-bottom: 3px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-indent: 2.5em;
	}
	
div.stockList p
	{
	background-color: #fffafa;
	line-height: 150%;
	margin-bottom: 3px;
	margin-top: 4px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-top: 3px;
	}
	
div.stockList p.explain
	{
	color: #333333;
	background-color: #dcdcdc !important;
	font-size: small;
	font-weight: bold;
	margin-top: 10px !important;
	padding-left: 10px !important;
	}
	
p.explain span
	{
	font-size: small;
	font-weight: bold;
	}
	
div.stockList span
	{
	margin-left: 20px;
	}
	
div.stockList table
	{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	margin-top: 2px;
	width: 665px;
	}
	
div.stockList th
	{
	background-color: #f5f5f5;
	color: #696969;
	font-size: small;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	}
	
div.stockList th.stockMaker
	{
	}
	
div.stockList th.stockCode
	{
	}
	
div.stockList th.stockName
	{
	}
	
div.stockList th.stockSpec
	{
	}
	
div.stockList th.stockPlace
	{
	width: 80px;
	}
	
div.stockList td
	{
	background-color: #f5f5f5;
	color: #343434;
	font-size: small;
	line-height: 170%;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	}
	
div.stockList img
	{
	margin-right: 2px;
	}
	
div.stockList font.red
	{
	color: red;
	margin-left: 10px;
	}
	
tr.stockList_gray td
	{
	background-color: #dcdcdc;
	font-size: small;
	line-height: 170%;
	padding-left: 5px;
	}
	
div.stockList p.keeping
	{
	background-color: #ffffff !important;
	margin-top: 10px;
	text-align: right;
	}
	
div.stockList p.keeping img
	{
	vertical-align: middle;
	}
	

/*---------- 採用情報(recruit.html) ----------*/

.recruit_p
	{
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
	}
	

/*---------- 品質・環境(quality.html) ----------*/

.qualityBox
	{
	border: 1px solid #dcdcdc;
	width: 890px;
	}
	
.ISO9000
	{
	width: 890px;
	}
	
.EA21
	{
	width: 890px;
	}
	
	.qualityLeft
		{
		float: left;
		text-align: center;
		width: 150px;
		}
		
	.qualityCenter
		{
		float: left;
		text-align: left;
		width: 450px;
		}
		
	.qualityRight
		{
		float: left;
		text-align: left;
		width: 290px;
		}
		
	.qualityClear
		{
		clear: both;
		width: 890px;
		}
		
	
div.qualityBox h2
	{
	margin-bottom: 4px;
	}
	
div.qualityCenter h3
	{
	margin-bottom: 5px;
	}
	
div.qualityCenter ul
	{
	display: inline;
	line-height: 150%;
	}
	
div.qualityCenter li
	{
	margin-left: 20px;
	margin-right: 10px;
	}
	
div.qualityCenter p
	{
	line-height: 150%;
	margin-bottom: 7px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
	}
	
div.qualityLeft img
	{
	margin-top: 12px;
	}
	
div.qualityRight h3
	{
	margin-bottom: 5px;
	}
	
div.qualityRight p
	{
	line-height: 150%;
	text-indent: 1em;
	}
	
div.qualityClear p
	{
	font-size: x-small;
	text-align: right;
	}
	
div.ISO9000 h2
	{
	background-image: url(../images/isoTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	height: 35px;
	line-height: 250%;
	text-indent: 1.5em;
	}
	
div.ISO9000 h3
	{
	background-image: url(../images/isoSubtitle.jpg);
	background-repeat: repeat-x;
	color: #333333;
	height: 30px;
	line-height: 230%;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: 10px;
	text-indent: 0.5em;
	
	}
	
div.EA21 h2
	{
	background-image: url(../images/eaTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	height: 35px;
	line-height: 250%;
	text-indent: 1.5em;
	}
	
div.EA21 h3
	{
	background-image: url(../images/eaSubtitle.jpg);
	background-repeat: repeat-x;
	color: #333333;
	height: 30px;
	line-height: 230%;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: 10px;
	text-indent: 0.5em;
	}
	

/*---------- 会社案内(companyprofile.html) ----------*/

.boxProfileMenu
	{
	background-color: #ffffff;
	border-bottom: 1px solid #4455dd;
	border-left: 1px solid #4455dd;
	border-right: 1px solid #4455dd;
	border-top: 7px solid #4455aa;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	text-align: center;
	width: 215px;
	}
	
div.boxProfileMenu ul
	{
	list-style: none;
	}
	
div.boxProfileMenu li
	{
	}
	
.boxProfileItem
	{
	border: 1px solid #dcdcdc;
	width: 660px;
	}
	
div.boxProfileItem h2
	{
	background-image: url(../images/prof_subTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin-bottom: 7px;
	padding-bottom: 15px;
	padding-top: 19px;
	text-indent: 4em;
	width: 660px;
	}
	
div.boxProfileItem p
	{
	line-height: 170%;
	text-indent: 1em;
	}
	
.profileLeft
	{
	float: left;
	width: 420px;
	}
	
.profileRight
	{
	float: left;
	text-align: center;
	width: 240px;
	}
	
.profileClear
	{
	clear: both;
	}
	
div.profileLeft p
	{
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 4px;
	}
	
div.profileClear p
	{
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	}
	
div.profileClear div
	{
	text-align: center;
	}
	
div.profileClear img
	{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}
	

/*---------- 社長挨拶(greetings.html) ----------*/

.boxGreetings
	{
	border: 1px solid #dcdcdc;
	width: 660px;
	}
	
.greetingsLeft
	{
	float: left;
	width: 460px;
	}
	
.greetingsRight
	{
	float: left;
	width: 200px;
	}
	
.greetingsClear
	{
	clear: both;
	text-align: center;
	width: 660px;
	}
	
div.boxGreetings h2
	{
	background-image: url(../images/prof_subTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin-bottom: 7px;
	padding-bottom: 15px;
	padding-top: 19px;
	text-indent: 4em;
	width: 660px;
	}
	
div.greetingsLeft p
	{
	line-height: 150%;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: left;
	text-indent: 1em;
	}
	
div.greetingsRight p
	{
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	}
	
div.greetingsRight img
	{
	padding-top: 10px;
	}
	
div.greetingsClear p
	{
	line-height: 150%;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
	text-indent: 1em;
	}
	

/*---------- 経営理念(principles.html) ----------*/

.boxPrinciples
	{
	border: 1px solid #dcdcdc;
	width: 660px;
	}
	
div.boxPrinciples h2
	{
	background-image: url(../images/prof_subTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin-bottom: 7px;
	padding-bottom: 15px;
	padding-top: 19px;
	text-indent: 4em;
	width: 660px;
	}
	
div.boxPrinciples div
	{
	line-height: 150%;
	text-align: center;
	}
	
div.boxPrinciples h3
	{
	font-size: large;
	margin-bottom: 7px;
	margin-top: 10px;
	}
	
div.boxPrinciples h4
	{
	font-size: medium;
	margin-bottom: 7px;
	margin-top: 10px;
	}
	
div.boxPrinciples p
	{
	margin-bottom: 20px;
	}
	

/*---------- シンボルマーク(symbol.html) ----------*/

.boxSymbol
	{
	border: 1px solid #dcdcdc;
	width: 660px;
	}
	
div.boxSymbol h2
	{
	background-image: url(../images/prof_subTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin-bottom: 7px;
	padding-bottom: 15px;
	padding-top: 19px;
	text-indent: 4em;
	width: 660px;
	}
	
div.boxSymbol p
	{
	color: #6495ed;
	margin-bottom: 10px;
	text-align: center;
	}
	
div.boxSymbol em
	{
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	}
	
div.boxSymbol b
	{
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	}
	

/*---------- 設備一覧(equipment.html) ----------*/

.boxEquipment
	{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	width: 660px;
	}
	
div.boxEquipment h2
	{
	background-image: url(../images/prof_subTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin-bottom: 7px;
	padding-bottom: 15px;
	padding-top: 19px;
	text-indent: 4em;
	width: 660px;
	}
	
div.boxEquipment table
	{
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 650px;
	}
	
div.boxEquipment tr
	{
	background-color: #f5f5f5;
	}
	
div.boxEquipment th
	{
	background-color: #a9a9a9;
	color: #333333;
	text-align: center;
	padding-bottom: 7px;
	padding-left: ;
	padding-right: ;
	padding-top: 7px;
	}
	
div.boxEquipment td
	{
	padding: 5px;
	}
	
.equipmentGray_tr
	{
	background-color: #d3d3d3 !important;
	}
	
.equipmentQuantity
	{
	text-align: right;
	}
	

/*---------- 会社概要(overview.html) ----------*/

.boxOverview
	{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	width: 660px;
	}
	
div.boxOverview h2
	{
	background-image: url(../images/prof_subTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin-bottom: 7px;
	padding-bottom: 15px;
	padding-top: 19px;
	text-indent: 4em;
	width: 660px;
	}
	
.gaiyou
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	line-height: 150%;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width: 478px;
	}
	
table.gaiyou span
	{
	margin-left: 0.5em;
	}
	
table.gaiyou tr
	{
	}
	
table.gaiyou th
	{
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	color: #333333;
	padding: 5px;
	width: 80px;
	}
	
table.gaiyou td
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	color: #333333;
	padding: 5px;
	}
	
.jigyou
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	line-height: 150%;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width: 650px;
	}
	
table.jigyou span
	{
	margin-left: 0.5em;
	}
	
table.jigyou tr
	{
	}
	
table.jigyou th
	{
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	color: #333333;
	padding: 5px;
	width: 80px;
	}
	
table.jigyou td
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	color: #333333;
	padding: 5px;
	}
	

/*---------- 会社沿革(history.html) ----------*/

.boxHistory
	{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	width: 660px;
	}
	
div.boxHistory h2
	{
	background-image: url(../images/prof_subTitle.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin-bottom: 7px;
	padding-bottom: 15px;
	padding-top: 19px;
	text-indent: 4em;
	width: 660px;
	}
	
.history
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	line-height: 150%;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width: 650px;
	}
	
table.history tr
	{
	}
	
table.history th
	{
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	color: #333333;
	font-weight: normal;
	padding: 5px;
	text-align: right;
	width: 20%;
	}
	
table.history td
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	color: #333333;
	padding: 5px;
	width: 80%;
	}
	

/*---------- 主要取り扱い製品(product.html) ----------*/

.boxProductMenu
	{
	}
	
div.boxProductMenu ul
	{
	border: 1px solid #dcdcdc;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 221px;
	}
	
.productSubMenu
	{
	background-image: url(../images/productSubMenuT.jpg) !important;
	color: #fafafa !important;
	font-weight: bold !important;
	height: 15px !important;
	text-indent: 1em !important;
	}
	
div.boxProductMenu li
	{
	background-image: url(../images/productSubMenuM.jpg);
	background-repeat: no-repeat;
	height: 30px;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-indent: 2em;
	width: 215px;
	}
	
div.boxProductMenu span
	{
	padding-left: 7em;
	}
	
.productSubMenuEnd
	{
	background-image: url(../images/productSubMenuB.jpg) !important;
	}
	
.boxProduct
	{
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	}
	
.productQuestion
	{
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
	}
	
.productAnswer
	{
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 3px;
	}
	
div.boxProduct h2
	{
	background-image: url(../images/productSubMenu.jpg);
	background-repeat: no-repeat;
	color: #fffafa;
	font-size: medium;
	padding-bottom: 7px;
	padding-top: 7px;
	text-indent: 1em;
	}
	
.boxProductItem
	{
	float: left;
	width: 335px;
	}
	
.boxProductClear
	{
	clear: both;
	width: 670px;
	}
	
.productItemLine
	{
	border: 1px solid #c0c0c0;
	margin: 2px;
	}
	
.productItemTop
	{
	background-color: #5454b8;
	width: 329px;
	}
	
div.productItemTop p
	{
	color: #fffafa;
	font-weight: bold;
	padding: 5px;
	}
	
.productItemContainer
	{
	width: 329px;
	}
	
	
.productItemLeft
	{
	float: left;
	text-align: center;
	width: 120px;
	}
	
div.productItemLeft img
	{
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.productItemRight
	{
	float: left;
	width: 209px;
	}
	
div.productItemRight p.name
	{
	color: #008080;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
	}
	
div.productItemRight p.memo
	{
	color: #0080dd;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 7px;
	margin-top: 2px;
	}
	
div.productItemRight p.image
	{
	margin-bottom: 5px;
	}
	
.productItemClear
	{
	clear: both;
	width: 329px;
	}
	
.boxProductMaker
	{
	width: 670px;
	}
	
div.boxProductMaker h3
	{
	color: #fffafa;
	padding-bottom: 5px;
	padding-top: 5px;
	text-indent: 7px;
	}
	
.productMakerLine
	{
	border: 1px solid #c0c0c0;
	margin: 3px;
	}
	
.productMakerTop
	{
	background-color: #0000aa;
	width: 663px;
	}
	
.productMakerContainer
	{
	width: 663px;
	}
	
	
.productMakerLeft
	{
	float: left;
	width: 463px;
	}
	
div.productMakerLeft h4
	{
	background-color: #d3d3d3;
	color: #333333;
	margin-bottom: 3px;
	margin-left: 7px;
	margin-top: 5px;
	}
	
div.productMakerLeft h5
	{
	background-color: #f5f5f5;
	color: #333333;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-top: 5px;
	}
	
div.productMakerLeft p
	{
	margin-bottom: 3px;
	margin-left: 30px;
	margin-top: 5px;
	}
	
div.productMakerLeft blockquote
	{
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 1em;
	}
	
div.productMakerLeft br
	{
	border-top: 1px solid #dcdcdc;
	}
	
.productMakerRight
	{
	float: left;
	width: 200px;
	}
	
.productPhoto
	{
	margin-bottom: 0px !important;
	margin-top: 25px !important;
	}
	
div.productMakerRight p
	{
	font-size: x-small;
	margin-bottom: 5px;
	margin-top: 2px;
	text-align: center;
	}
	
.productMakerClear
	{
	clear: both;
	width: 663px;
	}
	
.boxMaker
	{
	}
	
.boxMakerLine
	{
	border: 1px solid #dcdcdc;
	}
	
div.boxMaker h2
	{
	background-color: #d3d3d3;
	color: #333333;
	padding: 6px;
	}
	
div.boxMaker h3
	{
	border-bottom: 1px solid #a9a9a9;
	border-left: 8px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	color: #333333;
	margin-bottom: 3px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 3px;
	padding: 3px;
	text-indent: 4px;
	}
	
.makerOneCompany
	{
	border-bottom: 1px solid #dcdcdc;
	margin: 5px;
	}
	
div.makerOneCompany h4
	{
	background-image: url(../images/icon04.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-left: 1em;
	text-indent: 16px;
	}
	
div.makerOneCompany p
	{
	font-size: x-small;
	margin-bottom: 4px;
	margin-left: 23px;
	margin-top: 2px;
	}
	
.makerMemo
	{
	color: #333333;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
	}
	
	
.boxProductDetails
	{
	}
	
div.boxProductDetails h2
	{
	border-bottom: 1px solid #5a78c3;
	border-left: 1px solid #5a78c3;
	border-right: 1px solid #5a78c3;
	border-top: 5px solid #5a78c3;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-indent: 1em;
	}
	
div.boxProductDetails div.layLeft
	{
	text-align: left;
	width: 670px;
	}
	
div.boxProductDetails div.layCenter
	{
	text-align: center;
	width: 670px;
	}
	
div.boxProductDetails div.layRight
	{
	text-align: right;
	width: 670px;
	}
	
div.boxProductDetails div.fLeft220
	{
	float: left;
	width: 220px;
	}
	
div.boxProductDetails br.clearBoth
	{
	clear: both;
	}
	
div.boxProductDetails h3
	{
	border-bottom: 1px solid #5a78c3;
	border-left: 5px solid #5a78c3;
	border-right: 1px solid #5a78c3;
	border-top: 1px solid #5a78c3;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-indent: 1em;
	}
	
div.boxProductDetails p
	{
	margin-left: 20px;
	line-height: 150%;
	}
	
div.boxProductDetails span
	{
	color: red;
	font-size: x-small;
	margin-left: 2px;
	}
	
div.boxProductDetails ul
	{
	margin-bottom: 3px;
	margin-left: 35px;
	margin-top: 3px;
	}
	
div.boxProductDetails li
	{
	line-height: 150%;
	}
	
div.boxProductDetails div.leftMargin,ul.leftMargin
	{
	margin-left: 15px;
	margin-right: 10px;
	}
	
div.boxProductDetails ol
	{
	margin-left: 15px;
	margin-right: 10px;
	}
	
div.boxProductDetails table
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	text-align: center;
	width: 620px;
	}
	
div.boxProductDetails th
	{
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	color: #333333;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
div.boxProductDetails td
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
div.boxProductDetails td.gray
	{
	background-color: #f5f5f5;
	}

/*---------- 新着情報(info.html) ----------*/

.boxInfoAdv
	{
	}
	
.infoAdvLine
	{
	border: 1px solid #dcdcdc;
	margin-left: 2px;
	margin-right: 3px;
	}
	
.boxInfoMain
	{
	}
	
.infoMainLine
	{
	border: 1px solid #ffffff;
	margin-left: 3px;
	margin-right: 2px;
	}
	
div.boxInfoMain h2
	{
	background-image: url(../images/infoSubTitle.gif);
	background-repeat: repeat-x;
	border: 1px solid #dcdcdc;
	color: #333333;
	margin-bottom: 7px;
	padding: 5px;
	text-indent: 1em;
	}
	
.infoData
	{
	}
	
div.infoData span
	{
	margin-left: 5px;
	}
	
div.infoData em
	{
	font-weight: bold;
	margin-left: 10px;
	}
	
div.infoData p
	{
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 5px;
	margin-top: 3px;
	padding-bottom: 4px;
	padding-left: 22px;
	}
	
.boxInfoBackNo
	{
	}
	
div.boxInfoBackNo h2
	{
	background-color: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	}
	
.infoBackNoLine
	{
	border: 1px solid #dcdcdc;
	margin-left: 3px;
	margin-right: 2px;
	}
	
div.boxInfoBackNo ul
	{
	list-style: none;
	margin-left: 10px;
	}
	
div.boxInfoBackNo li
	{
	background-image: url(../images/icon03.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 10px;
	text-indent: 1.5em;
	}
	

/*---------- お問い合わせ(inquiry.html) ----------*/

.boxInquiry
	{
	margin-left: 120px;
	margin-right: 120px;
	margin-top: 10px;
	}
	
div.boxInquiry div
	{
	margin-left: 30px;
	}
	
div.boxInquiry ul
	{
	list-style: none;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
div.boxInquiry li
	{
	display: inline;
	}
	
div.boxInquiry input
	{
	border: 1px solid #B9B9B9;
	float: left;
	padding: 2px;
	}
	
div.boxInquiry select
	{
	border: 1px solid #B9B9B9;
	padding: 2px;
	}
	
div.boxInquiry textarea
	{
	border: 1px solid #B9B9B9;
	margin-left: 40px;
	overflow-y: auto;
	padding: 2px;
	}
	
div.boxInquiry p
	{
	text-indent: 1em;
	}
	
div.boxInquiry span
	{
	color: #dc143c;
	}
	
div.boxInquiry hr
	{
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.inquiryLabel90
	{
	margin-left: 20px;
	margin-top: 3px;
	display: block;
	float: left;
	width: 90px;
	}
	
.inquiryLabel60
	{
	margin-left: 20px;
	margin-top: 3px;
	display: block;
	float: left;
	width: 60px;
	}
	
.inquiryMemo
	{
	margin-left: 7px;
	margin-top: 3px;
	}
	
.inquirySubmit
	{
	margin-top: 0px;
	text-align: center;
	}
	
p.inquirySubmit input
	{
	border: 2px ridge !important;
	}
	
	

/*---------- お問い合わせ確認画面(inquiry_check.html) ----------*/


.boxInquiryCheck
	{
	margin-left: 120px;
	margin-right: 120px;
	margin-top: 10px;
	}
	
div.boxInquiryCheck div.memoMargin
	{
	margin-left: 50px;
	margin-right: 50px;
	}
	
div.boxInquiryCheck div.memoMargin ul
	{
	line-height: 150%;
	}
	
div.boxInquiryCheck div.listMargin
	{
	margin-left: 100px;
	margin-right: 100px;
	}
	
div.boxInquiryCheck div.listMargin ul
	{
	line-height: 150%;
	list-style: none;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
div.boxInquiryCheck div.listMargin li
	{
	display: inline;
	}
	
div.boxInquiryCheck div.margin
	{
	margin-left: 110px;
	}
	
div.boxInquiryCheck hr
	{
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.inquiry_check_button
	{
	margin: 0 50px;
	}
	


/*---------- バーゲンセール(bargainsail.html) ----------*/

.boxBargin
	{
	margin-left: 5px;
	margin-right: 0px;
	}
	
div.boxBargain p.note
	{
	color: #333333;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	}
	
div.boxBargain table
	{
	border-collapse: collapse;
	width: 670px;
	}
	
div.boxBargain th
	{
	border-bottom: 2px solid #1D5C79;
	color: #1D5C79;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	}
	
div.boxBargain td
	{
	border-bottom: 1px solid #dddddd;
	color: #1D5C79;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	}
	
.bargainLeft
	{
	text-align: left !important;
	text-indent: 2px;
	}
	
	
div.boxBargain div.top span
	{
	margin-left: 10px;
	}
	
div.boxBargain h2
	{
	background-color: #f5f5f5;
	border: 1px solid #a9a9a9;
	font-size: medium;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 1em;
	}
	
div.boxBargain h2 span
	{
	font-size: large;
	padding-left: 20px;
	}
	
div.boxBargain div.item
	{
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 670px;
	}
	
div.boxBargain div.left
	{
	float: left;
	width: 555px;
	}
	
div.boxBargain div.icon
	{
	margin-bottom: 3px;
	margin-right: 5px;
	}
	
div.boxBargain div.icon img
	{
	height: 25px;
	margin-right: 3px;
	}
	
div.boxBargain div.imageBig
	{
	margin-right: 4px;
	}
	
div.boxBargain div.imageBig img
	{
	height: 412px;
	width: 550px;
	}
	
div.boxBargain div.right
	{
	float: left;
	width: 115px;
	}
	
div.boxBargain div.imageSmall
	{
	margin-right: 5px;
	}
	
div.boxBargain div.imageSmall img
	{
	height: 82px;
	margin-top: 6px;
	width: 110px;
	}
	
div.boxBargain br.clear
	{
	clear: both;
	width: 670px;
	}
	


/*---------- 拠点案内(office.html) ----------*/

.boxOffice
	{
	padding-left: 10px;
	padding-right: 10px;
	}
	
div.boxOffice h2
	{
	background-color: #ffffff;
	border-bottom: 2px solid #0066cc;
	padding: 7px;
	}
	
div.boxOffice h3
	{
	background-color: #ffffff;
	border-bottom: 1px dotted #0066cc;
	margin-bottom: 4px;
	padding: 5px;
	}
	
div.boxOffice p
	{
	text-indent: 0.5em;
	}
	
div.boxOffice img
	{
	margin-left: 3px;
	margin-right: 5px;
	}
	
div.boxOffice h3.topMargin
	{
	margin-top: 30px;
	}
	
.boxOfficePadding
	{
	padding: 3px;
	}
	
.officeLeft
	{
	float: left;
	width: 360px;
	}
	
.officeRight
	{
	float: left;
	width: 289px;
	}
	
.officeClear
	{
	clear: both;
	}


/*---------------------------------------------*/
/*- stock10.html ------------------------------*/
/*---------------------------------------------*/

div.corporate_data
	{
	}
	
div.corporate_data h2
	{
	background-color: #696969;
	color: #fffafa;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	}
	
div.corporate_data p
	{
	background-color: #f5f5f5;
	line-height: 140%;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	}
	
div.corporate_data ul
	{
	background-color: #f5f5f5;
	line-height: 140%;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	}
	
div.corporate_data p.assistance
	{
	background-color: #f5f5f5;
	font-style: italic;
	line-height: 140%;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	text-decoration: underline;
	}
	

/*---------------------------------------------*/
/*- 製品情報ページ ----------------------------*/
/*---------------------------------------------*/

div.link_navi
	{
	margin-left: 5px;
	margin-top: 10px;
	}
	
div.link_navi h2
	{
	background-color: #dcdcdc;
	color: #808080;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	}
	
div.link_navi div.waku
	{
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	}
	
div.link_navi ul
	{
	margin-left: 20px;
	margin-right: 5px;
	}
	
div.link_navi li
	{
	line-height: 140%;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	

div.information p.info
	{
	background-color: #000080;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	}
	
div.information div.waku01
	{
	border: 1px solid #dcdcdc;
	color: #808080;
	margin-left: 5px;
	margin-top: 5px;
	}
	
div.information div.waku01 h2
	{
	background-color: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
	color: #808080;
	padding: 5px;
	}
	
div.information div.waku01 ol
	{
	margin-left: 25px;
	margin-right: 5px;
	}
	
div.information div.waku01 ol li
	{
	line-height: 140%;
	margin-bottom: 3px;
	margin-top: 3px;
	}
	
div.information div.waku01 p
	{
	margin: 5px;
	text-decoration: underline;
	}
	
div.information div.waku01 ul
	{
	margin-left: 20px;
	margin-right: 5px;
	}
	
div.information div.waku01 ul li
	{
	line-height: 140%;
	margin-bottom: 3px;
	margin-top: 3px;
	}
	
div.information div.waku01 table
	{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin-right: 10px;
	margin-top: 5px;
	}
	
div.information div.waku01 th
	{
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	padding: 3px;
	text-align: center;
	}
	
div.information div.waku01 td
	{
	border: 1px solid #dcdcdc;
	padding: 3px;
	text-align: right;
	}
	

div.product_data
	{
	}
	
div.product_data h1
	{
	background-color: #696969;
	color: #fffafa;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	}
	
div.product_data h2
	{
	background-color: #c0c0c0;
	color: #fffafa;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	}
	
div.product_data h2 em
	{
	font-weight: bold;
	margin-right: 5px;
	}
	
div.product_data p.out_line
	{
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	}
	
div.product_data div.only_one
	{
	}
	
div.product_data div.only_one div.spec
	{
	background-color: #f5f5f5;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	}
	
div.product_data div.only_one div.spec p.image
	{
	background-color: #f5f5f5;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
div.product_data div.only_one div.spec ul
	{
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 10px;
	}
	
div.product_data div.only_one div.spec li
	{
	line-height: 150%;
	}
	
div.product_data div.only_one div.spec em
	{
	color: #ff0000;
	font-weight: bold;
	margin-right: 5px;
	}
	
div.product_data div.only_one div.option
	{
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
div.product_data div.only_one div.option ul
	{
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 10px;
	}
	
div.product_data div.only_one div.option li
	{
	line-height: 150%;
	}
	
div.product_data div.only_one div.option li span
	{
	margin-left: 20px;
	}
	
