@charset "utf-8";
/* CSS Document */
/*会社案内*/
/* ===================================================================== */
/*      1.コンテンツ　カラー/基本書体/レイアウト　設定                   */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*         グローバルナビゲーション                                      */
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */
/*         ローカルナビゲーション                                        */
/* --------------------------------------------------------------------- */
#localNav ul{
	list-style: none;
}

/*空想科学図書館通信*/
#localNav li.list01 a:link{
	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:link{
	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:link{
	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:link{
	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:link{
	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;
}

/* --------------------------------------------------------------------- */
/*         てーぶるぶるぶる　　　                                        */
/* --------------------------------------------------------------------- */
table{
	width: 650px;
	}
	
table th{
	width: auto;
}

table td{
	width: auto;
}