@charset "utf-8";
/* CSS Document */

/******************************************************
  title
******************************************************/
h2 {
	background-image: url(../images/title_link.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#main{
	width: 680px;
	padding-top:20px;
	margin-left:60px;
	margin-right:60px;
	background-color: #FFC;
}
img{
	border:none;
}

/******************************************************
  table
******************************************************/
table{
	width: 500px;
	margin-left: 60px;
}
th{
	width: 160px;
}
td{
	width: 330px;
	padding-left:10px;
}