@charset "utf-8";

.soultable{
	font-size:12px;
}
.soultable td{
	padding:3px;
	border:solid 1px #000;
}

.soul_name{
	width:160px;
	background-color:#FFF;
	color:#000;
}
.soul_data{
	width:40px;
	background-color:#FFF;
	color:#000;
	text-align:center;
}


#search_name{
	margin-bottom:5px;
	padding:3px 24px 3px 10px;
	font-size:16px;
	width:320px;

	-moz-border-radius: 20px;    /* 古いFirefox */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome */
	 border-radius: 20px;         /* CSS3 */

	background:url(../../img/magnifier.png) right no-repeat;

}

.soul_data1{
	width:40px;
	background-color:#ffdddd;
	color:#000;
	text-align:center;
}
.soul_data2{
	width:40px;
	background-color:#ddddff;
	color:#000;
	text-align:center;
}
.soul_data3{
	width:40px;
	background-color:#ffee33;
	color:#000;
	text-align:center;
}
.soul_data4{
	width:40px;
	background-color:#ccffcc;
	color:#000;
	text-align:center;
	font-size:12px;
}

.soul_note{
	width:300px;
	background-color:#FFF;
	text-align:left;
}
.titler{
	background-color:#000;
	color:#FFF;
	text-align:center;
}

.search_category:hover{
	cursor:pointer;
	background-color:#fff;
	color:#000;
}