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

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

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

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

.prof{
	background-image: url(../tomokkin_imges/button2-2.jpg);
}

#kusakari_pct1{
	width:300px;
	height:300px;
	margin:30px auto;
}

* html #kusakari_pct1{
	margin:50px 332px -20px;
}

h1 {
	margin-bottom:-100px;
	font-size:1.2em;
}

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

h2{
	text-align:center;
	font-size:0.9em;
	line-height:1.5em;
}

table{
	width:590px;
	table-layout:auto;
	background-color: #660000;
	color: #ffcc33;
}

* html table{
	margin:20px 187px;
}

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

th{
	width:90px;
	background-color:#330000;
	border-color:#990000 #660000 #660000 #990000;
	border-style:solid;
	border-width:1px;
	color:#ffffff;
	font-weight:bold;
	font-size:0.8em;
}

tbody th{
	text-align:center;
}

td{
	padding:0.8em 0.5em;
	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;*/
}

