﻿@charset "utf-8";
/*====================================================================
	Title: tokuisaki.css
	Description: 得意先別情報
	Created: 2007-10-26
	Author: sugimoto
	------------------------------------------------------
	Lastupdate: 2007-10-30
	By: sugimoto
======================================================================*/

@import url("table.css");

/* Table - テーブル個別設定
--------------------------------------------------*/
table {
	width: 50em;;
}
table th,
table .title {
	width: 8em;
	text-align: center;
}
table td {
	text-align: left;
}
#companyInfo {
	margin-bottom: 2em;
	clear: both;
}
#saleData {
}
#saleData td.title {
	text-align: center;
}
#saleData td {
	text-align: right;
}

.table {
	float: left;
	margin: 0px 10px 0px 0px;
}

/* graph - グラフ
--------------------------------------------------*/
.graph {
	float: left;
}
.graph h3 {
	border-bottom: 3px double #999999;
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 1px 2em;
	font-size: 1.6em;
	line-height: 1.2;
}
.graph h4 {
	font-size: 1.4em;
	line-height: 1.2;
	margin: 0px;
	text-align: center;
}