@charset "UTF-8";
/* このファイルは、福井県立恐竜博物館サイトのためのCSSファイルです。
*/

@import "../../../img/lib/basis.css" ;

/* ヘッダー */
div.tonotice {
	text-align: center ; font-weight: bold ;
	margin: 8px 0px ;
}
.photobox {
	width: 230px ; float: left ; margin: 0px ;
	text-align: center ;
}
.photobox a img { }
.photobox a div.image_title { border: none ; color: black ; text-decoration: none ; }
.photobox .detaillink { font-size: smaller ; }
.photobox .category { font-size: smaller ; }

div#inbox { width: 720px ;  margin: 8px ; }

/* 詳細ページでの囲みをセンタリング */
#detail { text-align: center ; margin: 0 ; padding: 0 ; }
#detail p { margin-bottom: 1em ; }
/* 標本のタイトル */
#detail div#image_title {
	text-align: left ; font-weight: bold ; font-size: 1.2em ;
	border-bottom: solid 1px black ;
}
/* 詳細ページでの内側の囲み */
#detail .photobox_detail {
	width: 460px ; margin: 0 auto ; padding: 8px ; 
	background-color: #fcfcfc ; text-align: center ;
	border: 1px outset #ccc;
}
#detail .photobox_detail .imagebox {
	float: left ; text-align: center ; margin: 8px 0 1em 0 ; width: 210px ;
	font-size: smaller ;
}
#detail .photobox_detail .photobox img { margin-bottom: 8px }
#detail #download { text-align: center ; }
#detail #download img { border: none ; }
#detail .photobox_detail .text {
	float: left ; margin: 8px 0 1em 0 ; padding: 4px ; width: 230px ;
	text-align: left ; font-size: smaller ; background-color: #fff ;
	line-height: 18px ;
}
.photobox_detail .category { font-size: smaller ; clear: both ; }

hr.devider { clear: left ; margin: 8px 0px ; }
.sciencename {
	font-family: Helvetica，Arial，Verdana, Sans-Serif;
	font-style: italic ;
}

/* 諸注意ページ */
#notice p { margin-left: 1em ; }
#notice ul { margin: 1em 0 1em 1em ; }
#notice li { margin: 0 0 1em 2em ; }

.navi { clear: both ; font-size: 0.9em ; text-align: center ; }
span.nowpage { font-weight: bold ; color: #900 ; }

/* インデックスタブのようなナビボタン */
div.indextab_navi {
	border-bottom: solid 1px #003398 ;
	margin: 7px 0px 5px 0px ; padding: 0 0 2px 0 ;
	font-size: 0.9em ; line-height: 1 ;
}
span.indextab, span.indextabnow {
	border: solid  #003398 ;
	padding: 3px 4px 2px 4px ; margin: 0px 1px 0px 1px ;
}
span.indextab {
	background-color: #003398 ; color: #ffffff ;
	border-width: 1px ;
}
span.indextab a, span.indextab a:link, span.indextab a:visited, span.indextab a:active
	{ color: #ffffff ; }
span.indextab a:hover {
	background-color: inherit ; color: #ff0000 ;
}
span.indextabnow {
	background-color: #ffffff ; color: #000000 ;
	border-width: 1px 1px 0 1px ; padding-bottom: 2px ;
	font-weight: bolder ;
}


