@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("import.css");


/* ---------- main-header ---------- */
#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;
}

#url-box,
#display-number,
#submit-button{
	float: left;
	margin-right: 10px;
}

#ibl-search-box #submit-button div input{
	padding-left: 0px;
}

#display-number-form{
	margin-left: 14px;
}

#display-number-form select{
	width: 50px;
}

#annotation{
	font-size: 0.9em;
	color: #666666;
	clear: both;
	padding-top: 10px;
}

/* IE7のみ適用 */
*+html #annotation{
	padding-top: 0px;
}

/* IE6以下のみ適用 */
* html #annotation{
	padding-top: 0px;
}

#annotation .annotation-mark{
	font-size: 1.1em;
	color: #CC0000;
}

#result-table{
	width: 768px;
	border: 2px solid #990000;
}

#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: 10px;
	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{
	color: #FF0000;
	font-size: 0.9em;
	font-weight: bold;
}

#text-ad span a:hover{
	color: #FF6600;
	text-decoration: none;
}

#text-ad span a:active{
	color: #ff0000; 
	text-decoration: underline;
}

#text-box{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	float: none;
	width: 630px;
	padding-top: 20px;
	padding-left: 4px;
}

/* ---------- 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;
}

#footer-pr{
	padding-bottom: 20px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	padding-top: 20px;
}

#footer-pr a{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
