@charset "utf-8";

/* ------------------------------
 汎用モジュール
------------------------------ */

.b-font {
	font-weight: bold;
	background-color:yellow;
}
.black {
	color: #000000;
}


/* ------------------------------
 ツールフォーム
------------------------------ */

#main-contents #tool_body {
	width: 608px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #F9F9F9;
	margin: 0px 0px 10px;
	padding:23px 0 0;
	clear: both;
}

/* タブ切り替え */
#tool_tab {
	height: 52px;
	width: 610px;
	margin: 10px 0px 0px;
	padding: 0px;
}
#tool_tab li {
	display: inline;
	float: left;
	background-color: #FFFFFF;
}

#tab01_on {
	width: 154px;
	background-image:url(/img/search/tool/tub_01.jpg);
	background-position:bottom;
	height: 52px;
}
#tab02_on {
	width: 153px;
	background-image:url(/img/search/tool/tub_02.jpg);
	background-position:bottom;
	height: 52px;
}
#tab03_on {
	width: 153px;
	background-image:url(/img/search/tool/tub_03.jpg);
	background-position:bottom;
	height: 52px;
}
#tab04_on {
	width: 150px;
	background-image:url(/img/search/tool/tub_04.jpg);
	background-position:bottom;
	height: 52px;
}
#tab01_off a {
	width: 154px;
	background-image:url(/img/search/tool/tub_01.jpg);
	background-position: left top;
	display: block;
	height: 52px;
	text-indent: -100em;
}
#tab02_off a {
	width: 153px;
	background-image:url(/img/search/tool/tub_02.jpg);
	background-position: left top;
	display: block;
	height: 52px;
	text-indent: -100em;
}
#tab03_off a {
	width: 153px;
	background-image:url(/img/search/tool/tub_03.jpg);
	background-position: left top;
	height: 52px;
	display: block;
	text-indent: -999em;
}
#tab04_off a {
	width: 150px;
	background-image:url(/img/search/tool/tub_04.jpg);
	background-position: left top;
	display: block;
	height: 52px;
	text-indent: -999em;
}
#tab01_off a:hover, #tab02_off a:hover, #tab03_off a:hover, #tab04_off a:hover, .btn_dre a:hover {
	background-position:bottom;
}

/* h1タイトル */
#tool_body .ttl_sit {
	border-left: 4px solid #007DC5;
	padding-left: 11px;
	width: 556px;
	margin-bottom: 21px;
	margin-left: 18px;
	font-size: 85%;
	background: url(/img/search/tool/kyougou_image.jpg) no-repeat right center;
	margin-right: 19px;
}
#tool_body .ttl_dre {
	border-left: 4px solid #007DC5;
	padding-left: 11px;
	width: 556px;
	margin-bottom: 21px;
	margin-left: 18px;
	font-size: 85%;
	background: url(/img/search/tool/dir_image.jpg) no-repeat right center;
	margin-right: 19px;
}
#tool_body .ttl_key {
	border-left: 4px solid #007DC5;
	padding-left: 11px;
	width: 556px;
	margin-bottom: 21px;
	margin-left: 18px;
	font-size: 85%;
	background: url(/img/search/tool/icon_key.jpg) no-repeat right center;
	margin-right: 19px;
}

#tool_body .ttl_sit h1 {
	text-indent: -9999px;
	background: url(/img/search/tool/kyougou_tit.jpg) no-repeat;
	margin-bottom: 5px;
}
#tool_body .ttl_dre h1 {
	text-indent: -9999px;
	background: url(/img/search/tool/dir_tit.jpg) no-repeat;
	margin-bottom: 5px;
}
#tool_body .ttl_key h1 {
	text-indent: -9999px;
	background: url(/img/search/tool/key_tit.jpg) no-repeat;
	margin-bottom: 5px;
}

/* フォームモジュール*/
input, textarea {
	clear:both;
	font-family:inherit;
	font-size:medium;
	height:25px;
	padding:7px 0 0 7px;
	margin: 0;
}
#form_box .dir_input {
	width: 340px;
	float: left;
	margin:0 10px 0 0;
}
#form_box .kye_input {
	width: 220px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.btn_dre a {
	float: right;
	height: 36px;
	width: 170px;
	margin: 0px;
	padding-top: 0px;
	background-image:url(/img/search/tool/btn_01.jpg);
	background-position: left top;
	display: block;
	text-indent: -999em;
}
#form_box {
	width: 571px;
	clear: both;
	margin-left: 18px;
	margin-bottom: 23px;
	height: 36px;
	margin-right: 19px;
	padding-bottom:15px;
}
/* 関連キーワードページ*/

#form_box .form-left {
	float: left;
	width: 380px;
}
.hyouzi {
	float: left;
}
.key-form {
	font-size: 110%;
}

/* ------------------------------
 結果ランキング表示
------------------------------ */
/* 結果h2タイトル*/
.h2-ttl {
	width: 596px;
	border-top: 3px solid #999999;
	background: #F2F2F2;
	padding-left: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
	overflow: auto;
}


#main-contents .high_rank {
	float: left;
	margin:0;
	padding:0;
	display: block;
	font-size: 120%;
}
.ttl-result {
	float: right;
	margin-right: 14px;
	font-size: 90%;
	display: block;
}
.read {
	width: 610px;
	margin-top: 15px;
	clear: both;
	font-size: 90%;
	margin-bottom: 10px;
}
.messageno {
	border:1px solid gray;
	color:red;
	margin-bottom:50px;
	padding:30px;
}

/* 結果テーブルモジュール*/
.high_rank_table {
	margin: 0px 0px 30px;
	width: 608px;
	border: 1px solid #DDEDFB;
	padding: 0px;
	border-collapse: collapse;
}
.bg_01 {
	background: url(/img/search/tool/bg_01.jpg) no-repeat right bottom;
	height: 35px;
}
.high_rank_table th img {
	text-align: center;
	vertical-align: middle;
}
.high_rank_table th {
	font-size: 110%;
	color: #333333;
}
.tr_bg_01 {
	background: #F2F5FC url(/img/search/tool/bg_02.jpg) no-repeat right bottom;
}
.tr_bg_02 {
	background: #FFFFFF url(/img/search/tool/bg_03.jpg) no-repeat right bottom;
}
.high_rank_table td {
	vertical-align: top;
	line-height: 145%;
	font-size: 85%;
}
.high_rank_table .th00 {
	width: 5%;
}
.high_rank_table .th01 {
	width: 23%;
}
.high_rank_table .th02 {
	width: 30%;
}
.high_rank_table .th03 {
	width: 22%;
}
.high_rank_table .th04 {
	width: 20%;
}

.high_rank_table th {
	text-align: center;
}
.th_b_01 {
	border-left: 1px solid #C2D8EF;
}
.tr_b_01 {
	border-left: 1px solid #DAE7F5;
	padding: 8px;
}
.tr_b_02_t {
	border-bottom: 1px solid #DAE7F5;
}
.tr_b_02 {
	border-left: 1px solid #DAE7F5;
	border-bottom: 1px solid #DAE7F5;
}

.high_rank_table ul {
	width: 100px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
}
.high_rank_table li {
	display: inline;
	margin-left: 3px;
}
.syousai {
	font-size: 90%;
	display: block;
	margin-left: 2px;
	text-align: right;
}
.high_rank_table .th05 {
	width: 10%;
}
.high_rank_table .th06 {
	width: 25%;
}
.high_rank_table .th07 {
	width: 15%;
}
.high_rank_table .th08 {
	width: 50%;
}
.kaisu {
	text-align: center;
	padding: 8px;
}
.glaf_bar {
	width: 280px;
	background: url(/img/search/tool/bar_01.gif) repeat-x center;
	margin-left: 0px;
	vertical-align: middle;
	margin-top: 8px;
	font-size: 80%;
	font-weight: bold;
}
.no-bar {
	padding: 8px;
}
.bar-td {
	vertical-align: middle;
}
.bar_f {
	margin: 3px;
	padding-left:10px;
}

/* ------------------------------
 キーワード一覧
------------------------------ */

.tag_list {
	width: 590px;
	background: #F9F9F9;
	font-size: 100%;
	line-height: 200%;
	padding: 10px;
	margin-bottom: 30px;
}
.tag_list li {
	display:inline;
	margin-right: 5px;
	margin-left: 5px;
}
.tag_list .level1 a:hover, .tag_list .level2 a:hover, .tag_list .level3 a:hover, .tag_list .level4 a:hover, .tag_list .level5 a:hover {
	color:#FF6600;
}

/* キーワードフォントレベル*/
.tag_list .level5 a {
	font-size: 200%;
	text-decoration: none;
	color: #3366FF;
	font-weight: bold;
}
.tag_list .level4 a {
	font-size: 175%;
	text-decoration: none;
	color: #7195FF;
	font-weight: bold;
}
.tag_list .level3 a {
	font-size: 150%;
	text-decoration: none;
	color: #86A5FF;
}
.tag_list .level2 a {
	font-size: 100%;
	text-decoration: none;
	color: #B5C6FF;
}
.tag_list .level1 a {
	font-size: 80%;
	text-decoration: none;
	color: #B9C9FF;
}

/* ------------------------------
 お役立ちリンク
------------------------------ */

#main-contents .oyakudati {
	width: 590px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .main-box .inner .content-bg {
	width: 650px;
	background: url(https://search.submit.ne.jp/images/main-contents_top.gif) no-repeat scroll 0 0;
	height: 10px;
}

#service-tool {
	background:transparent url(https://search.submit.ne.jp/service/common/contents_bg.gif) no-repeat scroll center bottom;
	font-size:80%;
	margin-bottom:20px;
	overflow:hidden;
	padding-bottom:10px;
	width:590px;
}
#service-tool h2 {
	background:transparent url(https://search.submit.ne.jp/service/common/title_tool.gif) no-repeat scroll 0 0;
	display:block;
	height:30px;
	margin-bottom:10px;
	text-indent:-9999px;
	width:590px;
}
#service-tool dl {
	float:left;
	width:190px;
}
#service-tool dt, #service-tool dd {
	margin-left:20px;
}
#service-tool dt {
	margin-bottom:10px;
	width:110px;
}
#service-tool dt a:link, #service-tool dt a:visited {
	display:block;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	width:110px;
}
#service-tool dt a:hover, #service-tool dt a:focus, #service-tool dt a:active {
	background-position:-110px 0;
}
dt.seoscope a:link, dt.seoscope a:visited {
	background:transparent url(https://search.submit.ne.jp/service/common/btn_seoscope.gif) no-repeat scroll 0 0;
}
dt.directory a:link, dt.directory a:visited {
	background:transparent url(https://search.submit.ne.jp/service/common/btn_directory.gif) no-repeat scroll 0 0;
}
dt.keyword a:link, dt.keyword a:visited {
	background:transparent url(https://search.submit.ne.jp/service/common/btn_keyword.gif) no-repeat scroll 0 0;
}
#service-tool dd li {
	padding-bottom:5px;
}
#service-tool dd li a {
	font-weight:bold;
}

/* ------------------------------
サービス紹介・バナー
------------------------------ */

.service_banner{
background:transparent url(https://search.submit.ne.jp/service/common/scope_yudou.gif) top center no-repeat;
margin-left:35px;
margin-bottom:15px;
padding-top:90px;
}

.service_banner2{
background:transparent url(https://search.submit.ne.jp/service/common/scope_yudou2.gif) top center no-repeat;
margin:0px 35px 15px;
padding-top:90px;
}

/* ------------------------------
注意書き
------------------------------ */
#tool_body .notice{
	margin: 20px;
	font-size: 90%;
}


