/* ■■------- レイアウト用CSS-----------------------------------------■■*/
#top_menu {
	width: 100%;
}

#side_menu {
	display: none;
	/*
width: 200px;
float: right;
*/
}

#main_bk {
	width: 100%;
	/*
margin-right: 200px;
*/
}

#footer {
	width: 100%;
	clear: right;
}

/*  menu画面用表示切替 */
#main_info {
	
}

#main_menu {
	display: none; /** レイアウト（メニュー無し）の場合表示　*/
	border: solid 1px #CC9933;
	width: 100%;
	float: left;
}

/* ■■--------レイアウトに関わるカラーCSS-----------------------------■■*/
	/* （カラーごとに微調整する場合はここら辺にまとめて書きましょう） */
	/* ------- メインエリア横メニュー背景の設定 ------ */
#stage {
	
}

/* ------- コンテンツエリア ------- */ /* 横メニュー込みの領域 */
#center {
	clear: both;
}

/* コンテンツエリアのみ */
#main_bk {
	
}

/* コンテンツエリアのみ（2） */
#main {
	background-color: #FFFFFF;
	/*padding: 25px 20px 5px 20px;*/
	padding: 10px 20px 5px 20px;
	color: #2B2B2B;
}

/* ■■------ テーマ用CSS：ここから下は6種レイアウト全部共通の部分 ----■■ */
	/* ------- システムエリア ------ */ /* システムエリア（中央イメージ） */ /*#system {
float: left; 
width: 100%;
background-image: url(/eedweb/img/h1_m.gif);
background-repeat: repeat-x;
background-position: 0px 0px;
height: 83px;
}*/ /* システムエリア（左側イメージ） */ /*#system .back_l {
float: left;
width: 100%;
height: 83px;
background-image: url(/eedweb/img/h1_l.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding: 0px 0px 0px 0px;
}*/ /* システムエリア（右側イメージ） */ /*#system .back_r {
height: 83px;
float: right;
width: 100%;
background-image: url(/eedweb/img/h1_r.gif);
background-repeat: no-repeat;
background-position: 100% 0px;
}*/ /* h1 */
#system h1 {
	clear: both;
	position: relative;
	top: 10px;
	padding-left: 25px;
	font: normal 150% "ＭＳ Ｐゴシック", sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

/*  ------ ログインエリア ------  */
#system .contents { /**** （1行の場合）width: 100%; */
	/**** （2行の場合）width: 500px;ぐらい */
	/**** （3行の場合）width: 350px;ぐらい（3行の場合） */
	width: 100%;
	float: right;
	padding: 3px 5px 5px 0px;
}

#system .contents div {
	text-align: right;
	padding: 3px;
	margin: 3px 1px;
	font: normal 90% "ＭＳ Ｐゴシック", sans-serif;
	/**** （1行の場合）display: inline; */ /**** （2行の場合）消去*/ /**** （3行の場合）消去 */
	display: inline;
}

#system .contents form {
	float: right;
}

/* ログインエリア（日付関連） */
#system .contents .date {
	vertical-align: text-top;
	/**** （1行の場合）消去 */ /**** （2行の場合）横に並べたいエリアに記述　display: inline;*/
	/**** （3行の場合）消去 */ /*display: inline;*/
}

/* アイコン */
#system .contents .date .icon {
	
}

/* ラベル文言 */
#system .contents .date .label {
	
}

/* 表示文言 */
#system .contents .date .item {
	
}

/* ログインエリア（ユーザ情報関連） */
#system .contents .user {
	vertical-align: text-top;
	/**** （1行の場合）消去 */ /**** （2行の場合）横に並べたいエリアに記述　display: inline;*/
	/**** （3行の場合）消去 */ /*display: inline;*/
}

/* アイコン */
#system .contents .user .icon {
	
}

/* ラベル文言 */
#system .contents .user .label {
	
}

/* 表示文言 */
#system .contents .user .item {
	
}

/* ログインエリア（ボタン関連） */ /* ボタンエリア */
#system .contents .head_bt { /**** （1行の場合）消去 */
	/**** （2行の場合）横に並べたいエリアに記述　display: inline;*/ /**** （3行の場合）消去 */
	/*display: inline;*/
	
}

/* ログインボタン */
#system .contents .head_bt .login {
	
}

/* ヘルプボタン */
#system .contents .head_bt .help {
	
}

/*  ------ 上メニュー ------  */ /* 上メニューのエリア */
#top_menu {
	clear: both;
}

/* 上メニューリンク全般 */
#top_menu ul {
	float: left;
	width: 100%;
	list-style-type: none;
	background: url(/eedweb/img/top_menu_bk.gif) repeat-x left center;
	border-bottom: #333333 solid 1px;
}

/* 各リンク */
#top_menu li {
	float: left;
	position: relative;
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

/* 個別リンク（通常） ★★★代理店（本店）★★★*/
#top_menu .item_dh {;
	color: #B2B2B2;
}

#top_menu .item_dh a {
	color: #3F2628;
	text-decoration: none;
/*	padding: 6px 5px 5px 5px;*/
	padding: 6px 2px 5px 2px;
/*	width: 10em;*/
	width: 10em;
	display: block;
	background: url(/eedweb/img/top_menu_line.gif) no-repeat right center;
}

#top_menu .item_dh a:hover {
	color: #EBE6D3;
	background: url(/eedweb/img/top_menu_selected.gif) repeat-x left center;
}

/* 個別リンク（アクティブ） */
#top_menu .item_dh_selected {
	text-decoration: none;
	background: url(/eedweb/img/top_menu_selected.gif) repeat-x left center;
/*	padding: 6px 5px 5px 5px;*/
	padding: 6px 2px 5px 2px;
/*	width: 10em;*/
	width: 10em;
	display: block;
	color: #EBE6D3;
}

/* 個別リンク（通常） ★★★代理店（拠点）★★★*/
#top_menu .item_dk {;
	color: #B2B2B2;
}

#top_menu .item_dk a {
	color: #3F2628;
	text-decoration: none;
/*	padding: 6px 5px 5px 5px;*/
	padding: 6px 2px 5px 2px;
/*	width: 10em;*/
	width: 9em;
	display: block;
	background: url(/eedweb/img/top_menu_line.gif) no-repeat right center;
}

#top_menu .item_dk a:hover {
	color: #EBE6D3;
	background: url(/eedweb/img/top_menu_selected.gif) repeat-x left center;
}

/* 個別リンク（アクティブ） */
#top_menu .item_dk_selected {
	text-decoration: none;
	background: url(/eedweb/img/top_menu_selected.gif) repeat-x left center;
/*	padding: 6px 5px 5px 5px;*/
	padding: 6px 2px 5px 2px;
/*	width: 10em;*/
	width: 9em;
	display: block;
	color: #EBE6D3;
}

/* 個別リンク（通常） ★★★社内★★★*/
#top_menu .item_sy {;
	color: #B2B2B2;
}

#top_menu .item_sy a {
	color: #3F2628;
	text-decoration: none;
/*	padding: 6px 5px 5px 5px;*/
	padding: 6px 2px 5px 2px;
/*	width: 10em;*/
	width: 6.5em;
	display: block;
	background: url(/eedweb/img/top_menu_line.gif) no-repeat right center;
}

#top_menu .item_sy a:hover {
	color: #EBE6D3;
	background: url(/eedweb/img/top_menu_selected.gif) repeat-x left center;
}

/* 個別リンク（アクティブ） */
#top_menu .item_sy_selected {
	text-decoration: none;
	background: url(/eedweb/img/top_menu_selected.gif) repeat-x left center;
/*	padding: 6px 5px 5px 5px;*/
	padding: 6px 2px 5px 2px;
/*	width: 10em;*/
	width: 6.5em;
	display: block;
	color: #EBE6D3;
}



/* -------------- メインエリア（横メニューとコンテンツ）-------------- */
	/*  ------ 横メニュー ------  */ /* 横メニューエリア全般 */
#side_menu {
	padding-top: 10px;
	background: url(/eedweb/img/side_menu_bottom.gif) no-repeat left bottom;
	padding-bottom: 2px;
}

/* 横メニュー（背景中央） */
#side_menu ul {
	margin: 0px 0px;
	width: 190px;
}

/* 横メニューリンク共通 */
#side_menu li {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	display: inline;
}

/* 横メニュー（背景上） */
#side_menu .top {
	font: normal 0% sans-serif; /* IEの無駄な改行を消すため */
	display: none;
}

/* 横メニュー（背景下） */
#side_menu .bottom {
	font: normal 0% sans-serif; /* IEの無駄な改行を消すため */
	display: none;
}

/* 横メニュー項目ラベル */
#side_menu .label {
	list-style-type: none;
	background: url(/eedweb/img/side_menu_label.gif) repeat-y;
	border-top: solid 2px #81BE23;
	color: #444444;
	padding: 6px 6px 6px 15px;
	font-weight: bold;
	display: block;
}

/* 横メニューリンク（通常） */
#side_menu .item {
	list-style-type: none;
}

#side_menu .item a {
	border-top: dashed 1px #6A81A0;
	display: block;
	padding: 6px 6px 6px 15px;
	color: #000000;
	text-decoration: none;
	background: url(/eedweb/img/side_menu_item.gif) repeat-y;
}

#side_menu .item a:hover {
	background: url(/eedweb/img/side_menu_selected.gif) repeat-y;
	display: block;
}

/* 横メニューリンク（ハイライト）*/
#side_menu .item_selected {
	list-style-type: none;
	background: url(/eedweb/img/side_menu_selected.gif) repeat-y;
	border-top: dashed 1px #6A81A0;
	padding: 6px 6px 6px 15px;
	display: block;
}

/*  ------ コンテンツエリア -------------------------------------------------------------------  */
	/* ページタイトル */
#title {
	margin-bottom: 10px;
	background-image: url(/eedweb/img/h2_m.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 40px;
}

#title h2 {
	background-image: url(/eedweb/img/h2_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 10px 0px 0px 25px;
	font: normal 100% "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	height: 40px;
	color: #444444;
}

#title .back_r {
	background-image: url(/eedweb/img/h2_r.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 40px;
	float: right;
	width: 24px;
}

/* 見出し */
.caption {
	/*margin-top: 20px;*/
	/*margin-bottom: 10px;*/
	margin-top: 10px;
	margin-bottom: 5px;
}

.caption h3 {
	padding: 1px 0px 1px 7px;
	font: normal 90% "ＭＳ Ｐゴシック", sans-serif;
	border-left: #80BE23 solid 6px;
	font-weight: bold;
	color: #666666;
}

.caption .back_r {
	float: right;
}

/*　コンテンツの大枠　-----------------------　*/
/*　テキスト枠(お知らせ情報)　*/
#main .text_news_red {
	font: normal 85% "ＭＳ Ｐゴシック", sans-serif;
	margin: 5px 0px;
	color: red;
}

#main .text_news_blue {
	font: normal 85% "ＭＳ Ｐゴシック", sans-serif;
	margin: 5px 0px;
	color: blue;
}

#main .text_news_brack {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	margin: 5px 0px;
	color: brack;
}

/*　テキスト枠(在庫照会画面)　*/
#main .text_attention {
	font: normal 120% "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	margin: 5px 0px 0px 30px;
	color: #FF0000;
}

/*　テキスト枠　*/
#main .text {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	margin: 5px 0px;
}

/*　テキスト枠(センター)　*/
#main .text_c {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	text-align: center;
}

/*　テキスト枠(左寄せ)　*/
#main .text_l {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	margin: 5px 0px 0px 30px;
	text-align: left;
}

/*　テキスト枠(右寄せ)　*/
#main .text_r {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	margin: 5px 40px 0px;
	text-align: right;
}

/*　テキスト枠(注文入力、注文完了)　*/
#main .text_l2 {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	/*margin: 5px 0px 0px 30px;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

/*　テキスト枠(送付先整理)　*/
#main .text_backr {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	float: right;
	margin: 0px 20px 0px;
	text-align: right;
	/*padding: 5px;*/
}

/*　テキスト枠(注文完了)　*/
#main .text_backl {
	font: normal 110% "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	/*width: 550px;*/ /*float: right;*/ /*padding: 5px;*/
	margin: 5px 0px 0px 30px;
	text-align: left;
}

/*　テキスト枠(注文請書)　*/
#main .text_backl2 {
	font: normal 110% "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	/*width: 550px;*/ /*float: right;*/ /*padding: 5px;*/
	/*margin: 5px 0px 0px 30px;*/
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main .text_backr2 {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	width: 350px;
	/*float: left;*/ /*padding: 5px;*/
	margin: 5px 0px 0px 30px;
	text-align: left;
}

/*   各種コンテンツ外枠(ヘッダー)　*/
#main .contents_header {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	text-align: right;
	margin-bottom: 10px;
}

/*   各種コンテンツ外枠(フッター)　*/
#main .contents_footer {
	border-top: dashed 1px #BBBBBB;
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	text-align: right;
	margin-top: 30px;
	padding-top: 10px;
}

/*　各種コンテンツ外枠（その1）　*/
#main .contents_1 {
	width: 100%;
	text-align: center;
}

/*　各種コンテンツ外枠（その2）　*/
#main .contents_2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*　各種コンテンツ外枠（その3）　*/
#main .contents_3 {
	width: 100%;
	text-align: center;
}
/*　各種コンテンツ外枠（左寄せ）　*/
#main .contents_left {
	width: 100%;
	text-align: left;
}

/*　各種コンテンツ外枠（引当済注文強制）　*/
#main .contents_BO {
	width: 49%;
	text-align: center;
	float: left;
}

#main .contents_hikiate {
	width: 49%;
	text-align: center;
	float: right;
}

/* ボタンエリア（コンテンツ下部） */
#main .function_bottom {
	list-style: none;
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 3%; /**** テーブル幅-1%に合わせるため*/
	text-align: center;
	clear: both;
}

#main .function_bottom .button {
	margin: 2px;
}

input.hankaku {
ime-mode: disabled;
}

input.zenkaku {
ime-mode: active;
}

/* テーブル（注文入力）---------------------------- */
.input {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 70%; /**** -1%しておかないとIEで段落ちします*/
	text-align: left;
}

/* 一括指定 */
.input td {
	border: solid 1px #BBBBBB;
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	padding-left: 10px;
}

/* 個別指定（通常項目） */
.input .label {
	background: #E9EAF7 url(/eedweb/img/search_label.gif) repeat-y left top;
	/*width: 250px;*/
}

.input .item {
	background-color: #F4F4F4;
}

/* 個別指定（ハイライト項目） */
.input .label_accent {
	background: #F7E3DF url(/eedweb/img/search_label_accent.gif) repeat-y left
		top;
}

.input .item_accent {
	background-color: #F4F4F4;
}

/* テーブル（在庫確認）---------------------------- */
	/* テーブル（検索条件入力）------------------------ */
.search {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%; /**** -1%しておかないとIEで段落ちします*/
	text-align: left;
}

/* 一括指定 */
.search td {
	border: solid 1px #BBBBBB;
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	padding-left: 10px;
}

/* 個別指定（通常項目） */
.search .label {
	background: #E9EAF7 url(/eedweb/img/search_label.gif) repeat-y left top;
	width: 200px;
}

.search .item {
	background-color: #F4F4F4;
}

/* 個別指定（ハイライト項目） */
.search .label_accent {
	background: #F7E3DF url(/eedweb/img/search_label_accent.gif) repeat-y left
		top;
	width: 200px;
}

.search .item_accent {
	background-color: #F4F4F4;
}

/* カレンダーアイコン */
.search .item div {
	display: inline;
	float: left;
}

.calendar {
	display: block;
	width: 16px;
	height: 16px;
}

/* カレンダーリンク  */
.calendar a {
	background-image: url(/eedweb/img/icon_calendar.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 3px;
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
}

.calendar a:hover {
	background-position: 50% -28px;
	text-decoration: none;
}

/* テーブル（検索結果一覧表示）------------------------ */ /* 全般 */
.list {
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%; /**** -1%しておかないとIEで段落ちします*/
	text-align: left;
	margin-bottom: 10px;
	clear: both;
}

.list a {
	text-decoration: underline;
}

/* テーブル文字指定 */
.list td {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	border: solid 1px #BBBBBB;
	background-color: #E6F0D5;
}

/*テーブル数字指定*/
.list .int {
	text-align: right;
}

/*テーブルお客様ＩＤ（受注実績当月）*/
.list .month {
	width: 200px;
}

/* ラベル */
.list .label td {
	font: bold 80% "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF url(/eedweb/img/list_label_bk.gif) repeat-x left bottom;
	text-align: center;
}

.list .label td a {
	color: #666666;
}

/* チェックボックス */
.list .check_box {
	text-align: center;
}

/* テキストボックス */
.list .text_box {
	text-align: center;
}

/* ボタン */
.list .button {
	text-align: center;
}

/* 出荷拠点 */
.list .kyoten {
	text-align: center;
}

/* 在庫（ログイン前） */
.list .zaiko {
	text-align: center;
}

/* 奇数カラム */
.list .column_odd td {
	background: #FFFFFF;
}

.list .column_odd td a {
	color: #1125A2;
}

/* 偶数カラム */
.list .column_even td {
	background: #F6F6F6;
}

.list .column_even td a {
	color: #1125A2;
}

/* テーブル2（リスト）リンク */ /* 左側文字列ボックス */
.list .link .left {
	float: left;
}

/* 右側文字列ボックス */
.list .link .right {
	float: right;
}

/* 右側文字列のボックスごとの空間 */
.list .link .right span {
	margin-left: 10px;
}

/* <a>（12345のリンク）の空間 */
.list .link .right a {
	margin-left: 3px;
	color: #1125A2;
}

/* テーブル（合計結果一覧表示）------------------------ */ /* 全般 */
.summary {
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 23px;
	margin-right: auto;
	width: 50%; /**** -1%しておかないとIEで段落ちします*/
	text-align: left;
	margin-bottom: 10px;
}

.summary a {
	text-decoration: underline;
}

/* テーブル文字指定 */
.summary td {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	border: solid 1px #BBBBBB;
	background-color: #E6F0D5;
}

/*テーブル数字指定*/
.summary .int {
	text-align: right;
}

/* ラベル */
.summary .label td {
	font: bold 80% "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF url(/eedweb/img/list_label_bk.gif) repeat-x left bottom;
	text-align: center;
}

.summary .label td a {
	color: #666666;
}

/* チェックボックス */
.summary .check_box {
	text-align: center;
}

/* テキストボックス */
.summary .text_box {
	text-align: center;
}

/* 出荷拠点 */
.summary .kyoten {
	text-align: center;
}

/* 奇数カラム */
.summary .column_odd td {
	background: #FFFFFF;
}

.summary .column_odd td a {
	color: #1125A2;
}

/* 偶数カラム */
.summary .column_even td {
	background: #F6F6F6;
}

.summary .column_even td a {
	color: #1125A2;
}

/* テーブル（注文確認画面の発送情報）------------------------ */ /* 全般 */
.list_untin {
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 23px;
	margin-right: auto;
	width: 350px; /**** -1%しておかないとIEで段落ちします*/
	text-align: left;
	margin-bottom: 10px;
}

.list_untin a {
	text-decoration: underline;
}

/* テーブル文字指定 */
.list_untin td {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	border: solid 1px #BBBBBB;
	background-color: #E6F0D5;
}

/*テーブル数字指定*/
.list_untin .int {
	text-align: right;
}

/* ラベル */
.list_untin .label td {
	font: bold 80% "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF url(/eedweb/img/list_label_bk.gif) repeat-x left bottom;
	text-align: center;
	/*width: 30%;*/
}

.list_untin .label td a {
	color: #666666;
}

/* 出荷拠点 */
.list_untin .kyoten {
	text-align: center;
}

/* 奇数カラム */
.list_untin .column_odd td {
	background: #FFFFFF;
}

.list_untin .column_odd td a {
	color: #1125A2;
}

/* 偶数カラム */
.list_untin .column_even td {
	background: #F6F6F6;
}

.list_untin.column_even td a {
	color: #1125A2;
}

/* テーブル（在庫照会_調整入力画面の在庫照会）------------------------ */ /* 全般 */
.list_stock {
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 23px;
	margin-right: auto;
	/*width: 32%;*/ /**** -1%しておかないとIEで段落ちします*/
        width: 70%;
	text-align: left;
	margin-bottom: 10px;
}

.list_stock .label_accent {
    background: #F7E3DF repeat-y left
        top;
}

.list_stock a {
	text-decoration: underline;
}

/* テーブル文字指定 */
.list_stock td {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	border: solid 1px #BBBBBB;
	background-color: #E6F0D5;
}

/*テーブル数字指定*/
.list_stock .int {
	text-align: right;
}

/* ラベル */
.list_stock .label td {
	font: bold 80% "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF url(/eedweb/img/list_label_bk.gif) repeat-x left bottom;
	text-align: center;
	/*width: 50%;*/
}

.list_stock .label td a {
	color: #666666;
}

/* 出荷拠点 */
.list_stock .kyoten {
	text-align: center;
}

/* 奇数カラム */
.list_stock .column_odd td {
	background: #FFFFFF;
}

.list_stock .column_odd td a {
	color: #1125A2;
}

/* 偶数カラム */
.list_stock .column_even td {
	background: #F6F6F6;
}

.list_stock .column_even td a {
	color: #1125A2;
}

/* テーブル（新規入力）------------------------ */
.form {
	margin-top: 10px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 95%; /**** -1%しておかないとIEで段落ちします*/
	text-align: left;
	margin-bottom: 10px;
}

/* 一括指定 */
.form td {
	border: solid 1px #BBBBBB;
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	padding-left: 10px;
}

/* 個別指定（通常項目） */
.form .label {
	background: #E9EAF7 url(/eedweb/img/search_label.gif) repeat-y left top;
	width: 200px;
}

.form .item {
	background-color: #F4F4F4;
}

/* 個別指定（ハイライト項目） */
.form .label_accent {
	background: #F7E3DF url(/eedweb/img/search_label_accent.gif) repeat-y left
		top;
	width: 200px;
}

.form .item_accent {
	background-color: #F4F4F4;
}

/* カレンダーアイコン */
.form .item div {
	display: inline;
	float: left;
}

/* ボタン */
.form .button_csv {
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* テーブル（注文確認、完了、請書画面＿新規入力）------------------------ */
.form_soufusaki {
	margin-top: 10px;
	border-collapse: collapse;
	/*margin-left: auto;
margin-right: auto;*/
	width: 95%; /**** -1%しておかないとIEで段落ちします*/
	text-align: left;
	margin-bottom: 10px;
	margin-left: 25px;
}

/* 一括指定 */
.form_soufusaki td {
	border: solid 1px #BBBBBB;
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	padding-left: 10px;
}

/* 個別指定（通常項目） */
.form_soufusaki .label {
	background: #E9EAF7 url(/eedweb/img/search_label.gif) repeat-y left top;
	width: 200px;
}

.form_soufusaki .item {
	background-color: #F4F4F4;
}

/* 個別指定（ハイライト項目） */
.form_soufusaki .label_accent {
	background: #F7E3DF url(/eedweb/img/search_label_accent.gif) repeat-y left
		top;
	width: 200px;
}

.form_soufusaki .item_accent {
	background-color: #F4F4F4;
}

/* カレンダーアイコン */
.form_soufusaki .item div {
	display: inline;
	float: left;
}

/* ボタン */
.form_soufusaki .button_csv {
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* テーブル（詳細表示）------------------------ */
.detail {
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 95%; /**** -1%しておかないとIEで段落ちします*/
	text-align: left;
}

/* 一括指定 */
.detail td {
	border: solid 1px #BBBBBB;
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	padding: 5px;
	padding-left: 10px;
}

/* 個別指定（通常項目） */
.detail .label {
	background: #E9EAF7 url(/eedweb/img/search_label.gif) repeat-y left top;
}

.detail .item {
	background-color: #F4F4F4;
}

/* 個別指定（ハイライト項目） */
.detail .label_accent {
	background: #F7E3DF url(/eedweb/img/search_label_accent.gif) repeat-y left
		top;
}

.detail .item_accent {
	background-color: #F4F4F4;
}

/* テキスト（文章表示）------------------------ */ /*　文章表示エリア　*/
#main .contents_1 p {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	margin: 10px;
	padding: 10px;
	line-height: 150%;
	border: solid 1px #BBBBBB;
	background-color: #FFFFFF;
	text-align: left;
}

/* テキスト（リスト表示）------------------------ */ /*　テキストリンク（リスト一括）　*/
#main .contents_2 ul {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	margin: 10px;
	padding: 10px;
	line-height: 150%;
	border: solid 1px #BBBBBB;
	background-color: #FFFFFF;
	text-align: left;
	list-style-position: inside;
}

/*　テキスト文字設定(リスト）　*/
#main .contents_1 li,#main .contents_2 li,#main .contents_3 li {
	
}

#main .contents_1 li a,#main .contents_2 li a,#main .contents_3 li a {
	color: #1125A2;
	text-decoration: underline;
}

/* 個別設定　注文確認画面--------------------*/
#main .soufusaki {
	width: 500px;
	float: left;
}

#main .sendinfo {
	width: 400px;
	float: right;
}

/* 個別設定　送付先整理画面--------------------*/
#main .clearFloat {
	clear: both;
}

/* フッター　------------------------ */
#footer {
	text-align: right;
	margin: 10px 0px 0px 0px;
	background: #FFFFFF url(/eedweb/img/footer_l.gif) no-repeat left top;
	height: 28px;
}

#footer .text {
	font: normal 80% "ＭＳ Ｐゴシック", sans-serif;
	background: url(/eedweb/img/footer_r.gif) no-repeat right top;
	height: 28px;
	margin-left: 30px;
	color: #FFFFFF;
	padding: 7px 10px 0px 5px;
}