@charset "utf-8";
/* CSS Document */
/*空想科学図書館通信*/
/* ===================================================================== */
/*        コンテンツ詳細設定                                             */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*         グローバルナビゲーション                                      */
/* --------------------------------------------------------------------- */

#glovalNaviArea .list05 a {
	background: url(../function/images/global_nav.jpg) no-repeat -547px -40px;
}

/* --------------------------------------------------------------------- */
/*         ローカルナビゲーション                                        */
/* --------------------------------------------------------------------- */
#localNav ul{
	list-style: none;
}

/*空想科学図書館通信*/
#localNav li.list01 a {
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local01_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.list01 a:hover{
	background: url(./images/local01_on.jpg) no-repeat 0px 0px;
}

/*今週の質問*/
#localNav li.list02 a {
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local02_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.list02 a:hover{
	background: url(./images/local02_on.jpg) no-repeat 0px 0px;
}

/*今週の「空想科学図書室通信」*/
#localNav li.list03 a {
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local03_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.list03 a:hover{
	background: url(./images/local03_on.jpg) no-repeat 0px 0px;
}

/*過去の質問集*/
#localNav li.list04 a {
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local04_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.list04 a:hover{
	background: url(./images/local04_on.jpg) no-repeat 0px 0px;
}

/*導入学校一覧*/
#localNav li.list05 a {
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local05_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.list05 a:hover{
	background: url(./images/local05_on.jpg) no-repeat 0px 0px;
}


/*質問はコチラ*/
#localNav li.local_inquiry a {
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local_inquiry_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.local_inquiry a:hover{
	background: url(./images/local_inquiry_on.jpg) no-repeat 0px 0px;
}

/* --------------------------------------------------------------------- */
/*         過去の質問集　　　　                                          */
/* --------------------------------------------------------------------- */

div.question{
	margin-bottom: 25px;
	font-size: 90%;
	width: 650px;
	margin-left:0px;
	float: left;
	}

div.question dl{
	margin: 0px;
	padding: 0px;
}

div.question dt{
	font-weight: lighter!important;
	font-size: 74%!important;
	background: #999;
	width: 50px;
	color: #FFF;
	padding: 2px 0 1px 1em;
	}

div.question dd{
	line-height: 250%;
	font-size: 95%!important;
	margin: -1.7em 0 0.5em 0em;
	padding-left: 5.5em!important;
}

div.question dd a:link{
	text-decoration: none;
}

div.question dd a:visited{
	text-decoration: none;
}

div.question dd a:hover{
	text-decoration: none;
}

table.question{
	text-align: center;
	margin-right: auto;
	margin-left: 150px!important;
	border-style: none;
	}
table.question td{
	background: #FFF!important;
	border-style: none;
	}


/* --------------------------------------------------------------------- */
/*         caption　　　　                                          */
/* --------------------------------------------------------------------- */
.caption{
	width: 260px!important;
	display: block;
}
table.caption{
	max-width: 260px!important;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}


/* --------------------------------------------------------------------- */
/*        導入学校一覧　　　                                          */
/* --------------------------------------------------------------------- */



#mainContent ul li{
	margin: 0px;
	padding: 0px;
	}


#searchMap{
	display: block;
	float: left;
	margin-bottom: 15px;
	background: url(../school/images/list_bg.jpg) no-repeat left 87px;

}

#searchMap table{
	width: 570px;
	margin-left: 20px;
	border-style: none;
}



#searchMap table th{
	background: #F2EEE6;
	margin: 0px;
	padding: 0px 5px;
	width: 80px;
	border-bottom: 1px solid #FFF!important;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#searchMap table td{
	margin: 0px;
	width: auto;
	border-right: 1px dotted #666;
	padding: 1px 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;

}



#case ul{
	}

#case li{
	float: left!important;
	width: 250px!important;
	background: url(../function/images/list_pochi.jpg) no-repeat left!important;
	padding-left: 20px!important;
	line-height: 2.0em!important;
	}
	
#mainContent h3{
	float: left;
	}
	
	
	
.number{
	font-weight: bold;
	margin-right: 15px;
}

.issuedate{}


p.ask a{
	background: url(./images/ask_us_off.jpg) no-repeat;
	display: block;
	height: 180px;
	width: 447px;
	text-indent: -9999px;
	margin-left: 100px;
	}
	
p.ask a:hover{
	background: url(./images/ask_us_on.jpg) no-repeat;
	display: block;
	height: 180px;
	width: 447px;
	text-indent: -9999px;
	margin-left: 100px;
	}
	
/* --------------------------------------------------------------------- */
/*         写真エリア　　　　　　                                        */
/* --------------------------------------------------------------------- */

.photos ul{
	height: 160px;
}

/* --------------------------------------------------------------------- */
/*          今週の質問　 　　　　                                        */
/* --------------------------------------------------------------------- */
table.questions{
	}

table.questions th{
	width: 200px;
	}
table.questions td{
	}