@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;
	/*height: 213px;*/
}

#tool-box-header {
background-image:url(../images/common/tool_box_header_s.gif);
background-repeat:no-repeat;
height:9px;
}

/* ---------- 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;
}

#display-number-form2{
	
}

#display-number-form2 select{
	width: 270px;
}

#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 #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: 8px;
	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;
}

#list-box {
margin-left:15px;
}

#list-box ul li {
background-image:url(../images/index/index_list.gif);
background-repeat:no-repeat;
background-position:0px 13px;
padding-left:15px;
font-weight:bold;
padding-bottom:2px;
padding-top:10px;
}


#announce-box {
border:2px solid #FF0000;
background-color:#FFF4F4;
padding:10px;
margin-top:10px;
text-align:center;
}

#announce-box div {
color:#FF0000;
font-weight:bold;
text-align:center;
padding-bottom:3px;
}



#right-box2{
	float: right;
	margin-top: 0px;
	width: 250px;
	text-align: center;
}

#right-box3{
position:absolute;
left:830px;
	margin-top: 0px;
	width: 250px;
	text-align: center;
}


#right-content {
	width: 252px;
	font-size: 11px;
	margin: 20px 0 0 0;
}

#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: 1.2em;
}
.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-r5 {
	margin-right: 5px;
}

.ma-t10 {
	margin-top: 10px;
}

.ma-t18 {
	margin-top: 18px;
}

.cl-b {
	clear: both;
}

.pa-l10 {
	padding-left: 10px;
}

.ma-b6 {
	margin-bottom: 6px;
}
	
.ma-b10 {
	margin-bottom: 10px;
}