@charset "Shift_JIS";

/* zoom */

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

body {
	margin: 0px;
	padding: 10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}
	
img{
	border:none;
	margin:0;
	padding:0;
	display:block;
	}
	
	
a.tx:link {
	color: #333333;
	text-decoration:underline;
	}

a.tx:visited {
	color: #333333;
	text-decoration:underline;
	}

a.tx:hover,
a.tx:focus {
	color: #666666;
	text-decoration: none;
	}
	
a.tx2:link {
	color: #333333;
	text-decoration: none;
	}

a.tx2:visited {
	color: #333333;
	text-decoration: none;
	}

a.tx2:hover,
a.tx2:focus {
	color: #666666;
	text-decoration:underline;
	}
	
h1{
	font-size:0.9em;
	line-height:1.8;
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	}
	
h2{
	font-size:0.9em;
	line-height:1.8;
	color:#333333;
	}
	
p#z_im{
	margin:10px 0 10px 0;
	}
	
p#close_page{
	text-align:center;
	font-size:0.8em;
	line-height:2;
	margin-top:5px;
	}
	
p#copyright{
	font-size:0.75em;
	line-height:3;
	color:#999999;
	}

p#main{
	font-size:0.7em;
	line-height:1.5;
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	}

table.wide th{
	font-size::5px;
	font-weight:normal;
	color:#333333;
}
		
	
