@charset "utf-8";

/*------------------ タグ ------------------*/
*
	{
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	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;
	}
	
li
	{
	font-weight: normal;
	}
	
p
	{
	font-weight: normal;
	}
	
tr
	{
	font-weight: normal;
	}
	
ul
	{
	font-weight: normal;
	}
	
noscript
	{
	}
	
.noscriptY
	{
	background-color: yellow;
	color: #ff0000;
	font-weight: bold;
	line-height: 200%;
	}
	

/*-------------- 全ページ共通 --------------*/
/*- トップページ挨拶 -*/
div.top_greeting
	{
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	margin: 6px 3px 0px 0px;
	padding: 10px;
	}
	
div.top_greeting p
	{
	line-height: 140%;
	text-indent: 1em;
	}
	
div.top_greeting p.title
	{
	line-height: 200%;
	text-indent: 0em;
	}
	

/*--------------- 区画と背景 ---------------*/
.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%;
	}
	

/*------------- サイドメニュー -------------*/
.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;
	}
	

/*---------------- タイトル ----------------*/
.page_maintitle img
	{
	margin: 3px 0px;
	}

	
.stock_maintitle img
	{
	margin: 3px 0px;
	}
	

/*------------- ぱんくずリスト -------------*/
div.pankuzu_Area div.pankuzu
	{
	text-align: right;
	padding-right: 15px;
	padding-top: 6px;
	}
	
div.pankuzu_Area div.pankuzu ul
	{
	list-style: none;
	}
	
div.pankuzu_Area div.pankuzu li
	{
	display: inline;
	}
	
div.pankuzu_Area div.pankuzu em
	{
	color: #999999;
	font-size: 12px;
	}
	
div.pankuzu_Area div.pankuzu a
	{
	background-image: url(../images/icon_lt.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 15px;
	}
	

/*---------- サイドメニュー ----------*/

.copyright
	{
	padding-bottom: 5px;
	padding-top: 15px;
	text-align: center;
	}
	

/*---------- トップページ(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;
		}
		
	
	
.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;
	margin-bottom: 10px;
	margin-left: 7px;
	margin-top: 5px;
	padding-left: 18px;
	text-align: left;
	}
	
	
/*---------- Yahoo天気予報と関連リンク掲載 ----------*/
div.boxWeather
	{
	}
	
div.boxWeather div.yahoo
	{
	float: left;
	}
	
div.boxWeather div.makes
	{
	float: left;
	}
	
div.boxWeather div.makes p
	{
	margin-left: 3px;
	}
	
div.boxWeather div.makes img
	{
	margin-bottom: 2px;
	}
	
div.boxWeather div.makes p.end img
	{
	margin-bottom: 0px !important;
	}
	
div.boxWeather br
	{
	clear: both;
	}
	
	
/*------------------- Googleサーチ -------------------*/
div.googleSearch
	{
	border: 1px solid #333333;
	margin-right: 3px;
	}
	
div.googleSearch div.title
	{
	background-color: #666666;
	}
	
div.googleSearch div.title p
	{
	color: #fffffa;
	padding: 3px;
	}
	
div.googleSearch div.google
	{
	}
	
	
/*------------------ 右隅掲載エリア ------------------*/
.boxBoard
	{
	background-color: #ffffff;
	margin: 1px;
	padding: 5px;
	}
	
div.boxBoard p
	{
	color: #696969;
	font-size: x-small;
	}
	
div.boxBoard p.img
	{
	margin-bottom: 3px;
	}
	
div.boxBoard br.bLine
	{
	line-height: 100%;
	}
	
/*------------------- 銘板販売支援 -------------------*/
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;
	}
	

/*---------- 品質・環境(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: 0.5em !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;
	}
	
	
/*---------- お問い合わせ(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;
	}
	


/*---------- 拠点案内(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;
	}

/*--------------- 通信販売 (取引規則) ---------------*/
div.dealings_rule
	{
	background-color: #f5f5f5;
	border: 2px solid #cccccc;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	}
	
div.dealings_rule p
	{
	color: #666666;
	}
	
div.dealings_rule p.title
	{
	color: #666666;
	margin-bottom: 10px;
	text-decoration: underline;
	}
	
div.dealings_rule ol
	{
	margin-bottom: 10px;
	margin-left: 30px;
	}
	
div.dealings_rule ol li
	{
	color: #666666;
	line-height: 140%;
	}
	
div.dealings_rule dl
	{
	color: #666666;
	}
	
div.dealings_rule dt
	{
	color: #666666;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
div.dealings_rule dd
	{
	color: #666666;
	line-height: 140%;
	margin-bottom: 10px;
	}
	
	
	
	
	
	
/*---------------------------------------------*/
/*- stock -------------------------------------*/
/*---------------------------------------------*/

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;
	}
	


