@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");

#tool-box-main{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
	padding: 16px 10px 10px;
	position:relative;
	/*height: 180px;*/
}

#tool-box-header {
background-image:url(../../images/common/tool_box_header.gif);
background-repeat:no-repeat;
height:9px;
}

#tool-box-header div {
color:#415169;
padding:12px 0 0 10px;
}

/* ---------- main-header ---------- */
#ibl-search-box {
margin-top:5px;
}

#ibl-search-box form *{
	font-size: 1em;
	color: #333333;
}

#ibl-search-box form input{
	line-height: 1em;
	padding-left: 4px;
}

#ibl-search-box form select{
	font-size: 0.9em;
}

#ibl-search-box div .ibl-search-box-mark{
	color: #CCCCCC;
}

#ibl-search-box div .txt-style{
	color:#FF0000;
	font-size:80%;
}

#ibl-search-box #left-box {
float:left;
font-size:100%;
}

#ibl-search-box #right-box {
float:left;
font-size:100%;
}

#url-box,
#submit-button{
	float: left;
	margin-right: 10px;
}

#kw-box {
padding-top:7px;
}

#history-box {
font-size:90%;
}

#display-number {
    float: left;
	margin-right: 10px;
	margin-top:10px;
}

#display-number2 {
    float: left;
	margin-right: 10px;
	margin-top:10px;
	margin-left:20px;
}

#submit-button {
margin:-20px 0 0 210px;
}


#right-box2{
float: right;
	margin-top: -30px;
	width: 250px;
	text-align: center;
}

#right-box3{
position:absolute;
left:828px;
	margin-top: -30px;
	width: 250px;
	text-align: center;
}


#right-content {
	width: 252px;
	font-size: 11px;
}

#right-content dt {
	color: #2E54A7;
	font-weight: bold;
}

#right-content dd {
	line-height: 1.2em;
}

#right-content dd, #right-content p {
	/*color: #3A3C62;*/
}

.r-con-txt {
	line-height:125%;
}





/* IE6ハック */
* html #submit-button {
margin:-20px 0 0 105px;
}

#ibl-search-box #submit-button div input{
	padding-left: 0px;
}

#display-number-form{
	padding-left: 14px;
}

#display-number-form select{
	width: 50px;
}

#display-number-form2{
background-color:#CCCCCC;
padding:5px;
margin-left:14px;
}

#display-number-form2 select{
	width: 279px;
}

#annotation{
	font-size: 0.9em;
	color: #666666;
	clear: both;
	padding-top: 10px;
}

/* IE7̂ݓKp */
*+html #annotation{
	padding-top: 0px;
}

/* IE6ȉ̂ݓKp */
* html #annotation{
	padding-top: 0px;
}

#annotation .annotation-mark{
	font-size: 1.1em;
	color: #CC0000;
}

#result-table{
	width: 768px;
	border: 2px solid #004993;
}

#result-table th,
#result-table td{
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}

#result-table th{
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
}

#result-table td *{
	line-height: 1.25em;
}

#text-ad{
	clear: both;
	float: none;
	padding-top: 15px;
	line-height: 2em;
}

#text-ad a:link,
#text-ad a:visited{
	color: #006699;
}

#text-ad a:hover{
	color: #FF6600;
	text-decoration: none;
}

#text-ad a:active{
	color: #ff0000; 
	text-decoration: underline;
}

#text-ad span a:link,
#text-ad span a:visited{
	font-size: 0.9em;
	font-weight: bold;
	color:#CC0000;
}

#text-ad span a:hover{
	color: #FF6600;
	text-decoration: none;
}

#text-ad span a:active{
	color: #ff0000; 
	text-decoration: underline;
}

#namaz-box{
	font-size:120%;
	margin-top:15px;
	margin-left:25px;
}

#namaz-box img{
float:left;
margin-right:10px;
}

#namaz-box div {
padding-top:10px;
}

/* ---------- secondary ---------- */
#result-table td span{
	color: #008000;
}

#next{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

#explanation{
	background-color: #F2F2F2;
	padding: 10px 20px;
	width: 520px;
	margin-top: 4px;
	margin-left: 38px;
}

#explanation ul{
	padding-left: 20px;
}

#explanation ul li{
	margin-bottom: 1em;
	list-style-type: disc;
}

#explanation ul li .explanation-title{
	font-size: 0.9em;
	font-weight: bold;
}

#explanation .explanation-annotation{
	font-size: 0.9em;
	color: #CC0000;
}

/* topnavi */
#button-area{
	text-align: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

* {
	margin: 0; padding: 0;
}

#top-navi{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#text-ad-box{
	background-color: #F5F5F5;
	padding: 0px 20px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.bold-red2{
	color: #FF0000;
	font-weight: bold;
}

#tool-box-main-contents #text-ad span.bold-red2 a{
	font-size: 13px;
	color: #FF0000;
}

#pro-image{
	padding: 30px 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer-text-box{
	text-align: center;
	font-size: 12px;
}



.th-150 {
width:150px;
}

.th-100 {
width:100px;
}

.th-95 {
width:95px;
}

.th-90 {
width:90px;
}

.th-80 {
width:80px;
}

.th-70 {
width:70px;
}

.th-60 {
width:60px;
}

.th-50 {
width:50px;
}

.th-30 {
width:30px;
}

#history-back {
background-color:#CCCCCC;
padding:5px;
}

#kw-appear-rate-box {
border:1px solid #CC0000;
background-color:#FFF4F4;
padding:10px;
margin-top:20px;
font-size:140%;
text-align:center;
}

#table-style02 .tr_mykey{
background-color: #ffffcc;
}

#result-box {
border-bottom:4px solid #FFD528;
height:25px;
margin-top:20px;
}

#result-box .left {
float:left;
}

#result-box .left img {
vertical-align:bottom;
}

#result-box .left span {
font-weight:bold;
color:#333333;
font-size:120%;
margin-left:10px;
}


#result-box .right {
float:left;
margin-left:20px;
}

#result-box .right img {
vertical-align:bottom;
}

#result-box .right span {
font-weight:bold;
color:#333333;
font-size:120%;
margin-left:10px;
}

#small-box {
margin-top:20px;
width:640px;
}

#small-box .left-box {
float:left;
width:256px;
}

#small-box .right-box {
float:left;
margin-left:19px;
width:364px;
}

/* IE6ȉ̂ݓKp */
* html #small-box .right-box{
margin-left:18px;
}


/*#small-box .left-box img{
	overflow: hidden;
}

#small-box .left-box a{
	border: 5px solid #CCCCCC;
	float:left;
}

#small-box .left-box a:hover{
	border: 5px solid #00CCFF;
		float:left;
}*/

#l-contents .title-box {
	padding-left: 7px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9900;
	font-size:140%;
	color:#333333;
}

#table-style00 {
border:2px solid #CCCCCC;
border-collapse:collapse;
margin-top:10px;
width:360px;
}

#table-style00 th,
#table-style00 td {
padding:7px;
font-size:120%;

}

#table-style00 th {
color:#FFFFFF;
border-bottom:2px solid #CCCCCC;
border-right:2px solid #CCCCCC;
text-align:center;
font-weight:bold;
}

#table-style00 td {
border-bottom:2px solid #CCCCCC;
border-right:2px solid #CCCCCC;
text-align:center;
}

#table-style00 .back-y {
background-image:url(../../images/seo_checker/th_back_y.jpg);
background-repeat:repeat-x;
width:120px;
color:#CC0000;
}

#table-style00 .back-g {
background-image:url(../../images/seo_checker/th_back_g.jpg);
background-repeat:repeat-x;
width:120px;
color:#0076B9;
}

#table-style00 .back-b {
background-image:url(../../images/seo_checker/th_back_b.jpg);
background-repeat:repeat-x;
width:120px;
color:#59646A;
}

#txt-style01 {
font-size:100%;
color:#333333;
line-height:160%;
padding-top:10px;
}

#txt-style03 {
font-size:100%;
color:#333333;
line-height:160%;
padding-top:5px;
}

#table-style01 {
border:2px solid #FF9900;
width:640px;
border-collapse:collapse;
margin-top:20px;
}

#table-style01 th,
#table-style01 td {
padding:3px;
}

#table-style01 th.deep-color {
background-color:#FFCC00;
color:#660000;
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
text-align:center;
}

#table-style01 th.light-color {
background-color:#FFEA95;
color:#660000;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #FFFFFF;
text-align:center;
}

#table-style01 td {
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}

#table-style01 span {
font-size:100%;
}

#txt-style02 {
font-size:120%;
color:#333333;
line-height:160%;
margin-top:10px;
}

#table-style02,
#table-style03,
#table-style04 {
border:2px solid #FF9900;
width:640px;
border-collapse:collapse;
margin-top:10px;
}

#table-style02 th,
#table-style02 td,
#table-style03 th,
#table-style03 td,
#table-style04 th,
#table-style04 td {
padding:3px;
}

#table-style02 th.deep-color,
#table-style03 th.deep-color,
#table-style04 th.deep-color {
background-color:#FFCC00;
color:#660000;
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
text-align:center;
}

#table-style02 th.light-color,
#table-style03 th.light-color,
#table-style04 th.light-color {
background-color:#FFEA95;
color:#660000;
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
text-align:center;
}

#table-style02 td,
#table-style03 td,
#table-style04 td {
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}


#table-style02 span,
#table-style03 span,
#table-style04 span {
font-size:100%;
}

#table-style05 {
border:2px solid #FF9900;
width:640px;
border-collapse:collapse;
margin-top:20px;
}

#table-style05 th,
#table-style05 td {
padding:3px;
}

#table-style05 th.deep-color {
background-color:#FFCC00;
color:#660000;
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
text-align:center;
}

#table-style05 th.light-color {
background-color:#FFEA95;
color:#660000;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #FFFFFF;
text-align:center;
}

#table-style05 td {
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}

#table-style05 span {
font-size:100%;
}


#glaf-box {
/*margin-top:20px;*/
width:640px;
}

#glaf-box .left-box {
float:left;
/*width:230px;*/
width:280px;
}

#glaf-box .right-box {
float:left;
margin-left:10px;
width:340px;
margin-top:17px;
}

#glaf-box .right-box .row {
margin-right: 10px;
}

#glaf-box .right-box .row .title {
color:#333333;
font-weight:bold;
font-size: 0.8em;
}

#glaf-box .right-box table {
font-size: 0.8em;
margin-top:5px;
}

#glaf-box .right-box table td {
padding-right: 5px;
}

#glaf-box .right-box table td.right {
text-align: right;
}


#glaf-box .right-box table td div {
/*width: 262px;*/
width:200px;
background-color: #eee;
}



#announce-title {
font-size:140%;
font-weight:bold;
color:#FF0000;
padding:7px 15px 15px 95px;
line-height:160%;
}

#announce-list-box {
margin-left:85px;
}


#announce-list-box ul li.hana {
background-image:url(../../images/seo_checker/hana_icon.jpg);
background-repeat:no-repeat;
background-position:0 2px;
font-size:130%;
font-weight:bold;
padding-left:25px;
}

#announce-list-box ul li.tala {
background-image:url(../../images/seo_checker/tala_icon.jpg);
background-repeat:no-repeat;
background-position:0 12px;
font-size:130%;
font-weight:bold;
padding-left:25px;
padding-top:10px;
}

#announce-list-box ul li.oho {
background-image:url(../../images/seo_checker/oho_icon.jpg);
background-repeat:no-repeat;
background-position:0 12px;
font-size:130%;
font-weight:bold;
padding-left:25px;
padding-top:10px;
}

#announce-list-box ul li.tako {
background-image:url(../../images/seo_checker/tako_icon.jpg);
background-repeat:no-repeat;
background-position:0 12px;
font-size:130%;
font-weight:bold;
padding-left:25px;
padding-top:10px;
}

#announce-box {
border:2px solid #FF0000;
background-color:#FFF4F4;
padding:10px;
margin-top:10px;
background-image:url(../../images/seo_checker/announce_back_img.jpg);
background-repeat:no-repeat;
background-position:25px 15px;
}

#announce-box p {
	padding-left:100px;
	text-align: left;
}

.tit-anno {
	text-align:center;
}


#announce-box div {
color:#FF0000;
font-weight:bold;
padding-bottom:3px;
}

#result-title {
background-image:url(../../images/seo_checker/result_title.jpg);
background-repeat:no-repeat;
height:46px;
width:640px;
}

#result-title #result-txt-link {
text-align:right;
padding-top:22px;
padding-right:5px;
}


#result-title #result-txt-link a,
#result-title #result-txt-link a:active,
#result-title #result-txt-link a:visited,
#result-title01 .result-txt-link01 a,
#result-title01 .result-txt-link01 a:active,
#result-title01 .result-txt-link01 a:visited,
#result-title02 .result-txt-link02 a,
#result-title02 .result-txt-link02 a:active,
#result-title02 .result-txt-link02 a:visited,
#result-title03 .result-txt-link03 a,
#result-title03 .result-txt-link03 a:active,
#result-title03 .result-txt-link03 a:visited {
color:#000000;
}

#result-title #result-txt-link a:hover,
#result-title01 .result-txt-link01 a:hover,
#result-title02 .result-txt-link02 a:hover,
#result-title03 .result-txt-link03 a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#result-title01 {
background-image:url(../../images/seo_checker/title01.jpg);
background-repeat:no-repeat;
height:26px;
width:640px;
margin-top:30px;
}

#result-title01 .result-txt-link01 {
text-align:right;
padding-top:6px;
padding-right:5px;
}

#result-title02 {
background-image:url(../../images/seo_checker/title02.jpg);
background-repeat:no-repeat;
height:26px;
width:640px;
margin-top:30px;
}

#result-title02 .result-txt-link02 {
text-align:right;
padding-top:6px;
padding-right:5px;
}

#result-title03{
background-image:url(../../images/seo_checker/title03.jpg);
background-repeat:no-repeat;
height:26px;
width:640px;
margin-top:30px;
}

#result-title03 .result-txt-link03 {
text-align:right;
padding-top:6px;
padding-right:5px;
}

#pro-about-contents {
padding: 3px 15px;
}

#pro-about-box {
background-image:url(../../images/seo_checker/pro_about_bg.jpg);
background-repeat:no-repeat;
background-position:0 60px;
height:250px;
}

#pro-about-box p {
line-height:160%;
}

#charge-box {
border:2px solid #FF9900;
width:500px;
border-collapse:collapse;
margin-top:15px;
margin-left:45px;
}

#charge-box th,
#charge-box td {
padding:7px;
font-size:90%;

}

#charge-box th {
border-bottom:1px solid #FF9900;
border-right:1px solid #FF9900;
text-align:center;
font-weight:bold;
background-color:#FFFFE1;

}

#charge-box td {
border-bottom:1px solid #FF9900;
border-right:1px solid #FF9900;
}

#charge-txt {
font-size:90%;
text-align:right;
padding-right:40px;
color:#666666;
padding-top:5px;
}

#charge-txt02 {
font-size:100%;
margin-top:20px;
margin-left:15px;
margin-right:15px;
}

#movement-txt {
position:absolute;
top:15px;
left:555px;
}

#movement-txt ul li {
background-image:url(../../images/common/list01.gif);
background-repeat:no-repeat;
background-position:0 5px ;
font-size:100%;
padding-left:12px;
}

* html #movement-txt {
position:absolute;
top:15px;
left:545px;
}

#movement-txt a {
color:#999999;
}

#movement-txt a:hover {
color:#FF9900;
}

/*------pro-box------*/

#pro-box {
width:590px;
margin-left:auto;
margin-right:auto;
}

#pro-box .pro-txt01 {
margin-top:20px;
margin-left:15px;
margin-right:15px;
}

#pro-box .camp-txt {
font-size:120%;
font-weight:bold;
line-height:160%;
color:#FF0000;
text-align:left;
width:526px;
margin-left:auto;
margin-right:auto;
border:2px solid #FF0000;
padding:10px;
background-color:#FFF4F4;
margin-top:50px;
}

#point-box {
margin-left:15px;
margin-right:15px;
margin-top:20px;
padding-bottom:50px;
}

#point-box .small-box {
margin-left:20px;
margin-right:20px;
font-size:100%;
}

#point-box .small-box a {
font-size:100%;
}

/*------pro-box End------*/

/*------popup Start------*/

#popup-box {
width:340px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
background-color:#FFFFFF;
padding:20px;
font-size:120%;
}

#popup-box p {
line-height:160%;
}

.popup-title {
font-weight:bold;
}

/*------popup End------*/






.fl-rbtm-con {
	margin-top: 30px;
	
}

.fl-rbtm-con .tit {
	margin: 40px 0 16px 0;
}

.fl-lbtm01 {
	float: left;
}

.box-dotted {
	border: 1px dotted #ff4000;
	padding: 7px;
	height: 100px;
	margin-bottom: 20px;
}

.btmtxt-r {
	text-align: right;
}

.pa-l10 {
	padding-left: 10px;
}

.ma-r40 {
	margin-right: 40px;
}

.ma-r60 {
	margin-right: 60px;
}

.ma-r86 {
	margin-right: 86px;
}

.ma-r90 {
	margin-right: 90px;
}

.ma-r33 {
	margin-right: 33px;
}


.ma-r20 {
	margin-right: 20px;
}

.ma-t10 {
	margin-top: 10px;
}

.ma-t18 {
	margin-top: 18px;
}

.ma-b6 {
	margin-bottom: 6px;
}
	
.ma-b10 {
	margin-bottom: 10px;
}


.cl-b {
	clear: both;
}

#csv-btn {
float:right;
width:160px;
text-align:right;
font-size:120%;
padding-bottom:50px;
clear:both;
letter-spacing:-0.06em;
}

.ma-t-915 {
margin-top:900px;
}

#pro-box .txt-box {
font-size:130%;
font-weight:bold;
color:#FF3300;
border:1px solid #FF9900;
background-color:#FFF2DF;
padding:7px 10px 7px 10px;
margin-left:15px;
margin-right:15px;
}

#point-box {
width:590px;
}

#point-box .point-left {
width:230px;
float:left;
}

#point-box .point-right {
width:340px;
float:left;
margin-left:20px;
padding-top:10px;
}

.txt01 {
font-size:160%;
color:#FF0000;
}

#txt-box01 {
background-color:#F5F5F5;
border:1px solid #CCCCCC;
padding:7px 10px 7px 10px;
width:240px;
}

#txt-box01 ul li {
list-style-type:disc;
line-height:125%;
font-size:80%;
list-style-position:inside;
}

#txt-box02 {
background-color:#F5F5F5;
border:1px solid #CCCCCC;
padding:7px 10px 7px 10px;
width:240px;
}

#txt-box02 ul li {
list-style-type:disc;
line-height:125%;
font-size:80%;
list-style-position:inside;
}

#missmatch-box {
border:2px solid #AAAAAA;
border-collapse:collapse;
width:320px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}

#missmatch-box th,
#missmatch-box td {
padding:5px 7px 5px 7px;
text-align:center;
}

#missmatch-box th {
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
font-weight:bold;
background-color:#AAAAAA;
color:#FFFFFF;
}

#missmatch-box td {
border:1px solid #CCCCCC;
}

.bg01 {
background-color:#FFDFDF;
color:#FF0000;
}

#pro-box .txt-style04 {
font-size:130%;
margin-bottom:0px;
line-height:150%;
}

#pro-box .title01 {
background-image:url(../../images/seo_checker/111212_pro_img01.jpg);
background-repeat:no-repeat;
height:40px;
}

#pro-box .title01 div {
color:#8A5917;
font-size:180%;
padding-left:10px;
padding-top:4px;
}

#pro-box .title03 {
background-image:url(../../images/seo_checker/111212_pro_img01.jpg);
background-repeat:no-repeat;
height:40px;
}

#pro-box .title03 div {
color:#8A5917;
font-size:160%;
padding-left:10px;
padding-top:6px;
letter-spacing:-0.05em;
font-weight:bold;
}

#pro-box .title02 {
background-image:url(../../images/seo_checker/111212_pro_img03.jpg);
background-repeat:no-repeat;
height:66px;
}

#pro-box .title02 .top {
color:#4B250A;
font-size:220%;
padding-left:10px;
}

#pro-box .title02 .bottom {
color:#666666;
font-size:120%;
font-weight:bold;
padding-left:10px;
padding-top:5px;
}

#pro-box .wakaru-box {
border:1px dashed #CCCCCC;
background-color:#F5F5F5;
font-size:150%;
padding:5px;
line-height:125%;
width:220px;
margin-left:10px;
font-weight:bold;
color:#666666;
}

#pro-box .bg-chert {
background-image:url(../../images/seo_checker/111212_pro_img05.jpg);
background-repeat:no-repeat;
height:348px;
position:relative;
}

#pro-box .bg-chert .txt {
padding:7px;
border:1px solid #CCCCCC;
background-color:#F5F5F5;
font-size:130%;
color:#666666;
width:300px;
position:absolute;
top:200px;
left:260px;
}

.item-box {
margin-left:10px;
margin-right:10px;
}

.item-box .i-left {
float:left;
width:250px;
}

.item-box .i-right {
float:right;
margin-left:5px;
width:295px;
padding-top:50px;
}

.item-box2 {
margin-left:10px;
margin-right:10px;
}

.item-box2 .i-left {
float:left;
width:320px;
}

.item-box2 .i-right {
float:right;
margin-left:5px;
width:225px;
padding-top:50px;
}


