body	{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url(top1back.gif);
	background-repeat: repeat-x;
	}

/* 小分類リンクのカラー*/
a:link	{color:#005}
a:visited	{color:#005}
a:hover	{color:#900}

/* テキストを装飾しない */
a{TEXT-DECORATION:NONE}
a img {border: none;}

h1 {
	color: #000;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	}

/*h2=更新日の設定*/
h2 {
	font-size: 9pt;
	color: #080;
	 }

h3 {
	font-size: 22pt;
	 font-weight: bold;
	 }

/* 浜松商工会議所 */
#hamasyou	{
	position: absolute;
	top: 30px;
	right: 10px;
	}

/* IEのバグ対策 */
#content	{
	position: relative;
	width:100%;
	}

/* タイトル部分の設定 */
#misaka {
	position: absolute;
	top:15px;
	left:10px;
	width: 405px;
	}

#title {
	position: absolute;
	top:3px;
	left:10px;
	width: 451px;
	height: 114px;
	}

.title1 {color: #900; }
.title2 {color: #00c; }
.title3 {color: #060; }
.title4 {color: #f60; }
.title5 {color: #63c; }
.title6 {color: #c06; }
.title7 {color: #000; }
.title8 {color: #93f; }
.title9 {color: #093; }
.title10 {color: #f3f; }
.title11 {color: #000; }

/*更新日の設定*/
#koshin {
	position: absolute;
	top: 105px;
	left:300px;
	}

/* トップメニューの設定 */
#tmenu {
	position: absolute;
	top: 135px;
	left:250px;
	font-size: 9pt;
	}

table.tmenu {
	border-collapse: collapse;
	line-height:1.3;	/* 行の高さは文字高さ×1.3 */
	}

td.tmenu	{
	width: 100px;
	background-color: #000;
	border: 1px solid #fff;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.white {color: #fff;}

/* 大分類側の設定 */
#menu	{
	position: absolute;
	top: 150px;
	left: 10px;
	width:230px;
	font-family: ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, 平成角ゴシック, Osaka;
	font-size: 10pt;
	height: 637px;
	}
	
#w3c	{
	position: absolute;
	top: 1000px;
	left: 10px;
	width:230px;
	font-size: 10pt;
	height: 834px;
	}

/* 大分類の設定 */
ul	{
	font-size: 9pt;
	list-style:none;
	border:solid #000;
	border-width:1px;
	margin-top: 0;
	margin-left:0;
	padding: 0;
	width: 220px;
	}

li a	{
	text-decoration: none;
	display: block;
	padding: 0.2em;
	border-bottom: 1px solid #ddd;
	color:#000;
	background:#ddd;
	}

li a:hover	{
	color: #ddd;
	background:#369;
	}

/* 小分類側の設定 */
#main	{
	position: absolute;
	top: 150px;
	left: 240px;
	font-family: ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, 平成角ゴシック, Osaka;
	}

/*小分類のテーブル設定 */
table.smenu {
	border-collapse: collapse;
	line-height: 1.3;	/* 行の高さは文字高さ×1.3 */
	width: 560px;
	border: 1px solid #000;
	}

th.smenu	{
	background-color: #369;
	font-size: 11pt;
	text-align: center;
	}
	
.lightsilver {color: #eee;}
	
td.smenu	{
	background-color: #ddd;
	font-size: 9pt;
	text-align: left;
	border: 0px;
	white-space: nowrap;
}

/* 中古機械情報のトップへ */
table.totop {
	border-collapse: collapse;
	line-height: 1.3;	/* 行の高さは文字高さ×1.3 */
	width: 560px;
	border-collapse: collapse;
	}

td.totop	{
	font-size: 9pt;
	color: #005;
	text-align: center;
	white-space: nowrap;
}

.textvirtical1	{
	vertical-align: super
	}

/* ページ下部の空白設定 */
.foot {
	white-space:pre;
	text-align: center;
	font-size: 9pt;
	}

#footer	{
	clear:both;
	width:800px;
	}

/* 3行分の空白 BR連続の対策 */
  div.kuhaku { margin-bottom : 3em ; }

