@charset "UTF-8";
/*copyright(c)2007 Atsushi Tokushima All Rights Reserved*/
/*本CSSを無断で使用、転載、流用、改変することを一切禁止します。*/

*{margin: 0px;padding: 0px;}

img {
zoom: 70%;/*IE5.5以上のみ有効*/
}

body {
background-color: #ffffff;
width: 100%;
color: #000000;
font-size: 10pt;
}

#container{
width: 100%;
}

/*印刷時不要な要素を消去*/
#nav , #footContent , #xcol , .tdftdiv{
	display: none;
}

#content{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#wrapcnt,#maincnt,#subcol,#xcol{
	margin-top: 10px;
	margin-bottom: 10px;
}


table {
	border-collapse:collapse;/*テーブルのボーダーを単線に*/
}

th ,tr, td {
	border:1px solid #000000;
	padding: 4px;
}


/*copyright(c)2007 Atsushi Tokushima All Rights Reserved*/
