@charset "UTF-8";
/* CSS Document */
 
.free_option
{
	margin-bottom:2px;
}

.setting
{
	margin:0px 5px;
	padding:5px;
}

.wordsearch
{
	background:#FFE9D5;
	border:1px solid orangered;
	margin-top:10px;
}

.wordsearch_result p.seeds
{
	background:
		url(../images/seeds/dotted.gif)
		left
		no-repeat;
	padding-left:15px;
	margin:20px 0px 0px 0px;
	font-size:14px;
}

.wordsearch_result table.hit_column
{
	margin-left:20px;
}

.wordsearch_result span.hit_column_text
{
	line-height:20px;
}

.classsearch
{
	background:#E7FFE5;
	border:1px solid green;
}

.namesearch
{
	background:#EFF3FF;
	border:1px solid royalblue;
	margin:10px 0px;
}

.select_button_margin
{
	margin-right:10px;
}

.namesearch p
{
	margin:0px;
}

.namesearch a.select_target
{
	font-weight:bold;
	margin:5px;
	padding:0px 6px;
	text-decoration:none;
	background:white;
	color:orangered;
	border:3px double orange;
}

.namesearch a
{
	font-weight:bold;
	margin:5px;
	padding:0px 6px;
	text-decoration:none;
	background:royalblue;
	color:white;
	border:3px double white;
}

.namesearch a:hover
{
	font-weight:bold;
	margin:5px;
	padding:3px 6px;
	text-decoration:none;
	background:orangered;
	color:white;
	border:3px double white;
}

.namesearch_result td
{
	background:whitesmoke;
}

.namesearch_result td.seeds
{
	background:
		url(../images/seeds/dotted.gif)
		left
		no-repeat
		whitesmoke;
	padding-left:15px;
}

.namesearch_result a
{
	color:royalblue;
}

.namesearch_result a:hover
{
	color:orangered;
}

.classsearch a
{
	color:green;
	padding:0px 5px;
}

.classsearch a:hover
{
	color:orangered;
	padding:0px 5px;
}

.classsearch a.select_class
{
	background:white;
	border:3px double orange;
	color:orangered;
	text-decoration:none;
	padding:0px 2px;
}

.classsearch_table
{
	margin-top:10px;
}

.tab
{
	margin:0px 0px -1px 5px;
}

.wordsearch_result
{
	margin:5px;
}

.wordsearch_result p.error
{
	background:whitesmoke;
	border:1px solid gray;
	color:dimgray;
	padding:5px;
}

.wordsearch_result a
{
	color:peru;
}

.wordsearch_result a:hover
{
	color:orangered;
}

.classsearch h3
{
	color:orangered;
	margin:10px 5px 0px 0px;
	padding:2px;
	border:1px solid darkseagreen;
	font-size:12px;
}

.classsearch ul
{ 
	list-style-type: none; 
	padding:0px 0px 0px 10px;
	margin:5px 0px 0px 0px;
}

.classsearch li
{
	padding:0px 0px 0px 14px;
	margin-bottom:3px;
	background:
		url(../images/seeds/dotted.gif)
		no-repeat;
}

.complate_title
{
	margin-top:30px;
	margin-bottom:-10px;
}