﻿
/*==================================================================*/
/*	綾町商工会
/*  print.css
/*  date:2007.06.20
/*==================================================================*/

body	{
	color		:#000000;
	background	:#FFFFFF;
}

.none_print,
#header,
#ttl_page,
#fotter_area,
#bread
{display:none; height:0px;}


/*レイアウト用テーブル
---------------------------------------------------- */
/**上部**/
#layout_tbl td#top		{display:none; height:0px;}
/**左部グラテーション**/
#layout_tbl td#left		{display:none; width:0px;}
/**右部グラテーション**/
#layout_tbl td#right	{display:none; width:0px;}
/**下部**/
#layout_tbl td#bottom	{display:none; height:0px;}


/*企業情報テーブル*/

table .tblmem_name td	{background-color:#FFFFFF;}
.company_information h3,
.company_map h3		{
	font-size:1em;
	margin:0;
	border:none;
}
.company_information table 		{width:100%; border-collapse:collapse;}
.company_information table th	{width:100px;}
.company_information table th	{
	background-color:#ffffff;/**背景色**/
	padding:0px 0px 0px 0px;
	border:solid 1px #999999;
}
.company_information table td	{
	background-color:#ffffff;/**背景色**/
	padding:0px 0px 0px 0px;
	border:solid 1px #999999;
}
