/* CSS Document */
body {
	margin-top: 0px;
	background-color:#e0e0e0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #000000;
}



.style1 {color: #FFFFFF}


img{border:0px;}


/*ボーダー設定*/

.border_tb	{border:1px #999999 solid;
			}


.border_u_dot {							/*outlineページ使用*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.border_t_u_dot {						/*outlineページ使用*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.border_t_u	{border-top:1px #999999 solid;
			border-bottom:1px #999999 solid;
			padding:5px;
			padding-top:10px;
			}
			
.border_u	{
			border-bottom:1px #999999 solid;
			padding:5px;
			}

.border_img	{
			border:1px #996C33 solid;
			}



/*リンクテキスト・白（スタイルシートmainContent内のみ適用）*/

#mainContent a:link {
	text-decoration: none;
	color:#ffffff;
	border:0;
}
#mainContent a:visited {
	text-decoration: none;
	color: #ffffff;
	border:0;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #ffffff;
	border:0;
}
#mainContent a:active {
	text-decoration: none;
	color: #ffffff;
	border:0;
}

/*リンクテキスト・黒*/

a:link {
	text-decoration: none;
	color: #333333;
	border:0;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border:0;
}
a:hover {
	text-decoration: underline;
	color: #993333;
	border:0;
}
a:active {
	text-decoration: none;
	color: #993333;
	border:0;
}



/*スペース設定*/

#mainContent	{
				padding:5px;
				vertical-align:middle;
				}
				
.text_area	{line-height:1.5em;
			margin:0px 8px 0px 8px;
			}

p {
	margin: 7px;
}


.margin_top5 {
	margin-top: 5px;
}

.margin_top10 {
	margin-top: 10px;
}

.margin_left30	{margin-left:30px;
			}

.margin_left10	{margin-left:10px;
			}

/*テキスト設定*/

.text_darkred{color:#990000;
				font-weight:bold;
				}

.midashi01	{border-left:5px #993333 solid;
			border-bottom:1px #993333 solid;
			font-size:15px;
			font-weight:bold;
			text-indent:0.5em;
			padding:5px;
			margin-bottom:20px;
			}
			
.midashi02{background-color:#e8debb;
			font-size:15px;
			font-weight:bold;
			text-indent:0.5em;
			padding:5px;
			margin-bottom:20px;
			border-left:5px #993333 solid;
			}
			
.midashi03{background-color:#ffffff;	/*トップページ右メニューに使用*/
			padding:5px;
			}
			
.midashi04{font-weight:bold;			/*所蔵品リストページの研究報告書に使用*/
			color:#ffffff;
			border-top:2px #990000 solid;
			border-bottom:2px #990000 solid;
			padding:20px;
			background-color:#990000;
			}
			
.midashi05{border-bottom:1px #999999 solid;			/*所蔵品リストページの研究報告書に使用*/
			border-top:1px #999999 solid;
			padding:5px;
			text-align:center;
			letter-spacing:10px;
			margin-top:40px;
			margin-bottom:30px;
			font-weight:bold;
			font-size:15px;
			}
			
.midashi06{font-weight:bold;			/*お問い合わせフォームに使用*/
			color:#ffffff;
			padding:3px;
			background-color:#993030;
			border-bottom:2px #900000 solid;
			}
			
.text_11px	{font-size:11px;
			}
			
.text_10px	{font-size:10px;
			}
			
.textcap_10px	{font-size:10px;
            line-height:12px;
			}
			
/*配置*/

.center	{text-align:center;
		}
.ph_waku {
	margin: 5px;
	padding: 2px;
	border: 1px solid #CCCCCC;
    }
			
/*画像の保存禁止*/	
div.sample{
    position:relative;
    width:173px;
    height:135px;
}
span.guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/spacer.gif);
}

