@charset "UTF-8";
@import url("tomokkin.css");

#contents {
	width: 965px;
	height:900px;
}

#main {
	width: 800px;
	margin-top:50px;
	margin-left:82px;
}

/*ボタン*/
.top{
	background-image: url(../tomokkin_imges/button1.jpg);
}

.top:hover,.top:active{
	background-image: url(../tomokkin_imges/button1-2.jpg);    
}

.link{
	background-image: url(../tomokkin_imges/button6-2.jpg);
}

h1{
	margin:30px auto -30px;
}

* html h1{
	margin-bottom:30px;
}

table{
	width:730px;
	table-layout:auto;
	background-color: #660000;
	color: #ffcc33;
	margin:0 auto;
}

* html table{
	margin:0 107px;
}

table,th,td{
	border-collapse: separate;
	border:none;
	border-spacing:0; /**/
}

th{
	width:170px;
	background-color:#330000;
	border-color:#990000 #660000 #660000 #990000;
	border-style:solid;
	border-width:1px;
	padding-top:8px;
	padding-right:8px;
	padding-bottom:8px;
}

th a img{
	border:none;
}

td{
	padding:1.3em;
	border-style:solid;
	border-width:1px;
	border-color:#ca0000 #000000 #000000 #ca0000;
	font-size:0.8em;
	line-height:1.1em;
}

td a{
	/*text-decoration:none;*/
}

