@charset "utf-8";

/********************************/
/* 広貫堂資料館　共通CSS        */
/********************************/

/***** 全体 *****/
* {
	padding: 0px;
	margin: 0px;
}
img{
	border:none;
}
a{
	color:#444444;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

/* body */
body {
	font-size:small;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../_images/shiryoukan/common/shiryou_bg02.jpg);
	background-position:left top;
	background-repeat:repeat;
}
/* clear */
.clear{
	clear:both;
}
/* 全体を囲む */
#wrap{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../_images/shiryoukan/common/shiryou_bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}


/***** ヘッダー *****/
#header{
	width:780px;
	height:57px;
}


/***** ヘッダーメニュー *****/
dt{
	float:left;
	height:28px;
	padding:0px;
	margin:0px;
}
#hmenu01, #hmenu02, #hmenu03, #hmenu04, #hmenu05, #hmenu06{
	/*width:195px;*/
	width:130px;
	height:28px;
	display:block;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
	overflow:hidden;
}
a:hover#hmenu01, a:hover#hmenu02, a:hover#hmenu03, a:hover#hmenu04, a:hover#hmenu05, a:hover#hmenu06{
	background-position:0px -28px;
}
		/* 歴史体験スペース広貫堂資料館 */
		#hmenu01{
			background-image:url(../_images/shiryoukan/common/hmenu01.jpg);
		}
		#hmenu02{
			background-image:url(../_images/shiryoukan/common/hmenu02.jpg);
		}
		#hmenu03{
			background-image:url(../_images/shiryoukan/common/hmenu03.jpg);
		}
		#hmenu04{
			background-image:url(../_images/shiryoukan/common/hmenu04.jpg);
		}
		#hmenu05{
			background-image:url(../_images/shiryoukan/common/hmenu05.jpg);
		}
		#hmenu06{
			background-image:url(../_images/shiryoukan/common/hmenu06.jpg);
		}


/***** メインコンテンツ *****/
#main{
	width:780px;
}
p.padding_top{
	padding-top:10px;
}

/* ページTOPへ */
.to_pagetop{
	width:100%;
	padding-top:20px;
	text-align:right;
}
.sankaku{
	color:#990000;
}


/***** フッター *****/
/* フッターメニュー */
#footer_line{
	width:780px;
	padding-top:15px;
}
/* copyright */
#copyright{
	width:780px;
	padding:2px 0px 10px 0px;
	text-align:center;
	font-size:12px;
}


/*----------------------- 以下、ページごとのCSS -----------------------*/
/***** INDEXページに使用CSS *****/
/* メイン画像 */
#main_img{
	width:780px;
	height:300px;
}
/* コンテンツ部分 */
#index_contents{
	width:720px;
	padding:15px 30px 0px 30px;
}
		/* 左 */
		#index_left{
			width:510px;
			float:left;
		}
		#index_txt{
			margin-top:10px;
			color:#666666;
		}
		#to_pano_box{
			width:268px;
			padding:10px 242px 0px 0px;
		}
				/* マウスオーバー */
				#to_pano{
					width:268px;
					height:26px;
				}
				a#to_pano{
					display:block;
					text-indent:-1000em;
					text-decoration:none;
					background-image:url(../_images/shiryoukan/index/to_pano.jpg);
					background-position:0px 0px;
					background-repeat:no-repeat;
					overflow:hidden;
				}
				a:hover#to_pano{
					background-position:0px -26px;
				}
		/* 右 */
		#index_right{
			width:200px;
			float:right;
		}

/***** その他のページに共通使用CSS *****/
/* ページタイトル画像 */
.shiryou_title{
	width:720px;
	padding:10px 30px 0px 30px;
}
/* その他のページ用コンテンツ部分 */
.other_contents{
	width:660px;
	padding:0px 60px;
}
/* 「見学のお申し込み」のページに使用 */
#left{
	width:465px;
	float:left;
}
#right{
	width:185px;
	float:right;
}
.bottom_img{
	padding-top:10px;
}

/***** 「資料館の見どころ」ページに使用CSS *****/
hr{
	padding:0px;
	margin:10px 0px;
}
.point_box{
	width:620px;
	padding:0px 20px;
}
.point_img{
	width:225px;
	float:left;
}
.point_txt{
	width:385px;
	float:right;
}
.point_title{/* 見どころの名称 */
	color:#990000;
	font-size:120%;
	padding-bottom:5px;
}

/***** 「見学のお申し込み」ページに使用 *****/
#inspect_info{
	padding-top:40px;
}
#inspect_info02{
	padding-top:10px;
}
#inspect_info table, #inspect_info02 table{
	border-top:1px solid #B9B9B9;
	border-left:1px solid #B9B9B9;
	border-right:1px solid #B9B9B9;
}
#inspect_info td, #inspect_info02 td{
	padding:3px;
	border-bottom:1px solid #B9B9B9;
}
#inspect_info td.midashi, #inspect_info02 td.midashi{
	background-color:#F2EBD8;
}
#tel_fax{
	width:465px;
	background-color:#E7DDC5;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
#map{ margin-top:10px; }

.inspect_list{
	padding:0px 190px 10px 10px;
	list-style:disc;
}
.inspect_list li{
}

.error{
	width:443px;
	padding:5px 10px;
	margin:0px 0px 10px;
	border:1px solid #FF0000;
	color:#FF0000;
}
.red_font{ color:#FF0000; }
#contact_button_base{
	width:465px;
	text-align:center;
	padding-top:10px;
}
.txt_yohaku{
	padding:10px 0px;
}


/***** 「越中売薬」ページに使用 *****/
.baiyaku_title{
	margin-top:15px;
	color:#990000;
	font-size:120%;
}
#b_left{
	width:445px;
	float:left;
}
#b_right{
	width:190px;
	float:right;
	padding-left:15px;
}
/* 右イメージ用 */
/*
.baiyaku_img{
	padding:20px 0px 20px 0px;
}
*/
.baiyaku_img_top{
	padding:35px 0px 20px 0px;
}
.baiyaku_img_normal{
	padding:20px 0px 20px 0px;
}

