﻿/* テスト時bodyタグ用（本番では無視されます） */
body {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 566px;
	margin: 8px 0px 8px 0px;
	background-color: white;
	font-family: "MS UI Gothic", Serif;
	color: Black;
	background-color: white;
}
form {
	display: inline;
}

/* h1タグを見出しに使う場合 */
h1.midashi {
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: none;

	font-size: 11pt;
	font-weight: normal;
	color: white;
	background-color:#707070;
}
/* h2タグを見出しに使う場合 */
h2.midashi {
	clear: both;
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	background-color:#e6e6e6;
}
/* h3タグを見出しに使う場合 */
h3.midashi {
	clear: both;
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	background-color:#C0C0C0;
}
/* h4タグを見出しに使う場合 */
h4.midashi {
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: 2px solid white;
	border-left: none;
	border-right: none;

	font-size: 11pt;
	font-weight: bold;
	color: black;
	background-color: #d4d4d4;
}

/* 説明表示エリア */
div.setsumei 
{
	padding: 4px 0px 4px 10px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color:black;
	font-size: 11pt;
	font-weight: normal;
	background-color: inherit;
}
/* 説明表示エリア */
p.setsumei {
	padding: 4px 4px 4px 4px;
	margin: 4px 0px 4px 15px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: Black;
	font-size: 11pt;
	font-weight: normal;
	background-color: inherit;
}
/* 説明表示エリア */
em.setsumei 
{
	padding: 0px 0px 0px 14px;
	color: Black;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
}
/* 説明表示エリア リスト*/
ul.seihin
{	padding: 0px 0px 4px 0px;
	margin: 5px 5px 10px 30px;
	color:black;
	font-size: 11pt;
	font-weight: normal;
}
ul.seihin li
{	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
ol.seihin
{	padding: 0px 0px 4px 0px;
	margin: 5px 5px 10px 35px;
	color:black;
	font-size: 11pt;
	font-weight: normal;
}
ol.seihin li
{	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
ul.kyouchou
{	padding: 0px 0px 4px 0px;
	margin: 10px 5px 10px 30px;
	color:maroon;
	font-size: 11pt;
	font-weight: normal;
}
ul.kyouchou li
{	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}

ul.setsumei li
{
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px -4px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color:black;
	font-size: 11pt;
	font-weight: normal;
	background-color: inherit;
}
ol.setsumei li
{
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px -4px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color:black;
	font-size: 11pt;
	font-weight: normal;
	background-color: inherit;
}


/* 強調エリア */
p.kyouchou {
	padding: 4px 0px 4px 4px;
	margin: 4px 0px 4px 5px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: green;
	font-size: 11pt;
	font-weight: normal;
	background-color: inherit;
}

/* 仕様一覧表 */
table.spectable {
	clear: both;
	width: 566px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: none;
	border-right: none;

	background-color: white;

	border-collapse: collapse;
	empty-cells: show;
}
table.spectable th
{
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;

	font-size: 10pt;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	/*white-space: nowrap;*/
}
table.spectable td
{
	color: black;
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: 1px solid #808080;
	border-left: none;
	border-right: none;

	font-size: 10pt;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
}
table.spectable td.thlike {
	color: #808080;
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;

	font-size: 10pt;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	/*white-space: nowrap;*/
}

/* メニューあり、右ブロック　560ｐｘ */
div.rightblock2 {
	float: left;
	width: 566px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: white;
}

/* アクセス左のブロック */
div.a_leftblock {
	float: left;
	width: 252px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 2px solid white;

	background-color: white;
}

/* アクセス右のブロック */
div.a_rightblock {
	float: left;
	width: 312px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color:  #e6e6e6;
}

/* メニューあり、事例ブロック　560ｐｘ */
div.jireiblock {
	float: left;
	width: 560px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: white;
}

/* ------------ */
/* 左のブロック */
/* ------------ */
div.leftblock {
	float: left;
	width: 365px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid white;

	background-color: #e6e6e6;
}
/* ------------ */
/* 右のブロック */
/* ------------ */
div.rightblock {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: #c8c8ff;
}

/* 段組クリア用水平2pxスペース(背景色:透明) */
div.clearspace {
	clear: both;
	width: 100%;
	height: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: inherit;
	overflow: hidden;				/* IE6用おまじない */
}
/* 段組クリア用水平1pxスペース(背景色:白) */
div.clearspacew {
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: white;
	overflow: hidden;				/* IE6用おまじない */
}
/* 段組クリア用水平3pxスペース(背景色:白) */
div.clearspacew3 {
	clear: both;
	width: 100%;
	height: 3px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: white;
	overflow: hidden;				/* IE6用おまじない */
}

/* 段組クリア用水平1pxスペース(背景色:透明) */
div.listhmargin {
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: inherit;
	overflow: hidden;				/* IE6用おまじない */
}
/* 垂直スペース(背景色:白) */
div.innervmargin {
	float: left;
	width: 2px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: white;
}
div.innervmargin2 {
	float: left;
	width: 1px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: white;
}

/* サイトマップ */
ul.compact 
{
	margin: 4px 0 4px 30px;
	padding: 0;

	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	vertical-align: baseline;
}

/* よくある質問 */
a.FAQs:visited {
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 8px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: blue;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-color: white;		
}
a.FAQs:link {
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 8px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: blue;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-color: white;		
}
a.FAQs:hover {
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 8px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: blue;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	background-color: white;		
}
div.FAQs 
{
	display: none;
	padding: 6px 6px 12px 6px;
	margin: 0px 0px 0px 8px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: black;
	font-size: 10pt;
	font-weight: normal;
	background-color: #d8d8ff;
}

/* ２段組左右対称サイズ枠 */
div.leftblock3 {
	float: left;
	width: 282px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 2px solid white;

	background-color: Transparent;
}
div.rightblock3 {
	float: left;
	width: 282px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: Transparent;
}

/* 非表示文字 */
span.hiddentext 
{
	display: none;
}

/* TopページNews枠 */
em#NewsLabel 
{
	color: Red;
	font-size: 12pt;
	font-weight: bold;
}
div#NewsHeader {
	clear: both;
	width: 566px;
	height: 21px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #808080;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: #ecf5ff;
	overflow: hidden;
}
table.NewsTable {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;

	background-color: white;
	border-collapse: collapse;
	empty-cells: show;
}
div#listScrollable table.NewsTable {
	width: 550px;
}
table.NewsTable th.NewsDate
{
	width: 80px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;

	color: #808080;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	white-space: nowrap;
}
table.NewsTable th.NewsTopics
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: 1px solid #808080;
	border-right: none;
	border-bottom: 1px solid #808080;

	color: #808080;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	white-space: nowrap;
}
table.NewsTable td.NewsDate1
{
	width: 80px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;

	color: black;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}
table.NewsTable td.NewsDate2
{
	width: 80px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;

	color: white;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	background-color: #004080;
}
table.NewsTable td.NewsTopics
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: 1px solid #808080;
	border-right: none;
	border-bottom: 1px solid #808080;

	color: black;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}
a.NewsItem:visited
{
	display: block;
	padding: 0px 0px 0px 4px;

	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
}
a.NewsItem:link
{
	display: block;
	padding: 0px 0px 0px 4px;

	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
}
a.NewsItem:hover
{
	display: block;
	padding: 0px 0px 0px 4px;

	color: white;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	background-color: #808080;
}
div.NewsItem
{
	padding: 0px 0px 0px 4px;

	color: white;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	background-color: #004080;
}

/* 事例紹介動的生成部分 */
div#listHeader {
	width: 566px;
	height: 21px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #808080;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: #ecf5ff;
	overflow: hidden;
}
div#listScrollable {
	width: 566px;
	height: 96px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: none;
	border-right: none;

	background-color: #ecf5ff;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
table.listTable {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;

	border-collapse: collapse;
	empty-cells: show;
}
div#listScrollable table.listTable {
	width: 550px;
}
table.listTable td.CaseNo1 {
	width: 27px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;

	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	vertical-align: bottom;
	white-space: nowrap;
}
table.listTable td.CaseNo2 {
	width: 27px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;

	color: white;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	vertical-align: bottom;
	white-space: nowrap;
	background-color: #004080;
}
table.listTable td.CaseTopic {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: 1px solid #808080;
	border-right: none;
	border-bottom: 1px solid #808080;

	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	vertical-align: bottom;
	white-space: nowrap;
}
img.switchButton {
	width: 24px;
	height: 21px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
a.jireiitem:visited
{
	display: block;
	padding: 0px 0px 0px 4px;

	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	background-color: #ecf5ff;
}
a.jireiitem:link
{
	display: block;
	padding: 0px 0px 0px 4px;

	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	background-color: #ecf5ff;
}
a.jireiitem:hover
{
	display: block;
	padding: 0px 0px 0px 4px;

	color: white;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	background-color: #808080;
}
div.jireiitem
{
	padding: 0px 0px 0px 4px;

	color: white;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	background-color: #004080;
}

/* テキスト右寄せ表示ボックス */
div.Migiyose {
	width: 566px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: black;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	line-height: 21px;
	vertical-align: bottom;
}

/* メールフォーム */
form#form-id {
	display: block;
	padding: 0px 0px 0px 12px;
}
p#zentaishosiki {	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: black;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	text-decoration: none;
	text-indent: 0px;
	vertical-align: bottom;
	white-space: nowrap;
}
p#bubunnmgiyose {
	text-align: right;
}
label.mailformlabel {
	display: block;
	width: 100px;
	float: left;

	padding: 0px 4px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;	
}
input.mailformitem {
	width: 440px;

	font-family: sans-serif;
}
textarea#honbun-id {
	width: 544px;
	height: 260px;

	font-family: sans-serif;
}
em.jisage 
{
	padding: 0px 0px 0px 14px;
	color: Black;
	font-weight: normal;
	font-style: normal;
}

/* インターネット直販 */
p.headerCol1 {
	float: left;
	height: 24px;
	width: 263px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
}
p.headerCol2 {
	float: left;
	height: 24px;
	width: 100px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
}
p.headerCol3 {
	float: left;
	height: 24px;
	width: 100px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
}
p.headerCol4 {
	float: left;
	height: 24px;
	width: 100px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
}
p.headerCol3r {
	float: left;
	height: 24px;
	width: 80px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
}
p.Col1 {
	float: left;
	height: 24px;
	width: 259px;
	padding: 8px 0px 0px 4px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	background-color: #f4f4f4;
}
p.Col2 {
	float: left;
	height: 24px;
	width: 96px;
	padding: 8px 4px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
	background-color: #f4f4f4;
}
p.Col3 {
	float: left;
	height: 24px;
	width: 96px;
	padding: 8px 4px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
	background-color: #f4f4f4;
}
p.Col4 {
	float: left;
	height: 28px;
	width: 100px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	background-color: #f4f4f4;
}
p.Col3r {
	float: left;
	height: 24px;
	width: 76px;
	padding: 8px 4px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
	background-color: #f4f4f4;
}
p.Col4r {
	float: left;
	height: 28px;
	width: 39px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	background-color: inherit;
}
p.Col123 {
	float: left;
	height: 24px;
	width: 425px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid white;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
}
p.clearlinea 
{
	clear: both;
	height: 1px;
	width: 100%;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;	

	background-color: inherit;
}
label.orderformlabel 
{
	display: block;
	float: left;
	width: 130px;
	height: 24px;

	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}
input.orderformitem1, select#jikantai-id 
{
	margin-left: 8px;
}
input.orderformitem1 
{
	width: 260px;
}
input#yubin-id, input#p2yubin-id
{
	width: 80px;
}
input#jyuusyo-id, input#p2jyuusyo-id 
{
	width: 360px;
}
input#denwa-id, input#p2denwa-id, input#fax-id
{
	width: 100px;
}
textarea#tokki-id
{
	width: 540px;
	height: 130px;

	line-height: 16px;
	font-weight: normal;
}
p#caution 
{
	clear: both;
	width: auto;
	
	padding: 4px 4px 8px 8px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	
	color: Black;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;

	background-color: orange;
}


/* 特殊枠用 */
div#waku01 {
	position: fixed;
	left: 800px;
	top: 4px;
	width: 200px;
	height: 800px;
	border: inset 4px #adadad;
	padding: 4px;
	font-size: 10pt;
	line-height: 12pt;
}
