@charset "utf-8";
@import "/css/template.css";
@import "/css/seo_tool/template.css";
#tool {
	margin: 0;
	padding: 0;
}

#tool label {
	margin: 0 10px 0 0;
}

#tool input.text {
	width: 300px;
	height: 19px;
	border: 1px solid #327392;

	position: relative;
	top: -8px;
}

	* html #tool input.text {
		height: 21px;
		top: -4px;
	}

#tool input.buttom {
	margin: 0 0 0 10px;
	height: 21px;
}

#tool li {
	margin: 0 0 5px 0;
}

#tool li.url {
	margin: 0 0 12px 0;
}

#tool li.submit {
	margin: 10px 0 0 270px;
}

#tool table {
	margin: 0 0 50px 0;
}

#tool table input.text {
	width: 100%;

	position: relative;
	top: 0;
}

#tool table td.inputKeyword {
	padding: 0 10px 20px 0;
	width: 30%;
}

#tool table td.execution {
	padding: 0 0 20px 0;
	width: 60px;
}

#tool table td.body {
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #E0E0E0;
}

#tool table td.body table {
	margin: 0;
	width: 100%;

	text-align: left;
}

#tool table td.body table th, #tool table td.body table td {
	padding: 7px 5px;
}

#tool table td.body table th {
	width: 100px;
	font-size: 130%;
}

#tool table td.body table td {
	font-family: verdana;
	font-size: 120%;
}

#tool table td.body table tr.keyword th, #tool table td.body table tr.keyword td {
	background: #F9F8F2;

}

#tool table td.body table tr.keyword th {
	color: #990000;
}

#tool table td.body table tr.google th, #tool table td.body table tr.google td, 
#tool table td.body table tr.msn th, #tool table td.body table tr.msn td {
	background: #f5f5f5;
	border-top: 1px solid #E0E0E0;
}

#tool table td.body table tr.yst th, #tool table td.body table tr.yst td {
	border-top: 1px solid #E0E0E0;
}








