body {
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;/* 文字のサイズ */
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
	}
p {
	line-height: 170%;/* 行間 */
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 20px 5px 20px;/* 上右下左 */
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	}
p.c {
	margin: 1em;
	padding: 0;
    font-size: 13px; 
	}	
div.header {	/* ヘッダー */
	width: 800px;
	height: 56px;
	text-align: left;
	padding-left: 30px;
	padding-top: 14px;
	}
div.footer p {	/* フッター */
	text-align: center;
	font-size: 90%;
	margin-top: 0px;
	letter-spacing: normal;
	line-height: normal;
    border-top: 11px solid #D9D9D9;
	}
p.section {		/* 青色点線ライン */
	border-bottom: 1px dashed #3399CC;
	padding: 3px 3px 3px 3px;/* 上右下左 */
	font-size: 15px;
	padding-left: 20px;
	}
p.caption {		/* キャプション */
	padding: 0px;
	font-size: 10px;
	}
p.title {		/* 左に青線入ってるページタイトル */
	font-size: 14px;
	font-weight: bold;
	border-left: 10px solid #0054AC;
	color: #0054AC;
	/* border-bottom: 3px double #3399CC; */
	padding-left: 10px;
	margin-left: -10px;
	margin-bottom: 30px;
	}
h3 {			/* ページ小見出し */
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 7px 7px 27px;
	background-image: url(img/007.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
h4 {			/* ページ小見出しの小見出し*/
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: -15px;
	color: #0054AC;
	}
div.submenu {	/* 右メニューの文字リンク */
	width: 20]0px;
	padding-left: 50px;
	}
br {
	letter-spacing: normal;
	}

/* -----------リンク指定----------- */
	
a {
	color: #3399CC;
    text-decoration: underline; 
   	}
a:hover {
	color: #D90000;
	text-decoration: underline;
	}
a.now {
	color: #D90000;
    text-decoration: none; 
   	}
a[name] {
    color: black;
	text-decoration: none;	/* ページ内リンクの部分が変わらないようにする設定 */
	}

.mini a {
	color: #3399CC;
	text-decoration: none;
	}
.mini a:hover {
	color: #D90000; 
	text-decoration: none;
	}
.mini a:now {
	color: #ff6699;
	text-decoration: none;
	}
a.over {
	text-decoration:; /* 下線消したければnoneに */
	border-top: solid 4px;
	top: solid 4px;
	padding-top: 10px;
	}
a:hover img {	/* オンマウス画像透過 */
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	border: none;
	}
 	
/* -----------table指定----------- */

td { 			/* テーブル背景色・文字サイズ */
	font-size: 13px;
	letter-spacing: 1px;
	}
td.none { 		/* 上下装飾画像 背景色透過 */
	background-color: transparent;
	}
td.menu {		/* 右側メニュー */
	width: 200px;
	line-height: 200%;
	/* padding:5px 15px 5px 5px; /* 上右下左 */
   }
td.main {		/* 左側本文 */
	width: 600px;
	padding: 5px 40px;/* 上下・左右 */
   }

td.th { 		/* 背景色・文字サイズ */
	background-color: #ccc;
	font-size: 12px;
	}
	
/* -----------カタログ表----------- */

table.catalog {
	width: 520px;
	height: 140px;
	border: solid 1px #cccccc;
	}
td.catalog_left {
	background-color: #ffffff;
	border: none;
	width: 120px;
	}
td.catalog_right {
	background-color: #ffffff;
	border: none;
	}
td.catalog_left img {
	border: none;
	margin-left: 20px;
	}
	
.exhibition_catalog {  
    width: 500px;  
    border: 0px solid #CCCCCC;  
    margin-bottom: 10px;  
    overflow: hidden;  
    zoom: 1;  
    }  
.exhibition_catalog p {  
    overflow: hidden;  
    zoom: 1;  
    }  
.catalogimg {  
    float: left;  
    }  
	
/* -----------リスト----------- */

ul {
	margin: 0px;
	padding: 0px 20px;
	}
li {
	list-style-type: none;
	width: 480px;
	margin-bottom: 2px; _margin-bottom: 0px;
	line-height: 150%;
	}

/* clearfix */
li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
li {
	display: inline-block;
	}

/* Hides from IE-mac \ */
li {
	height: 1%;
	display: block;
	}

/* End hide from IE-mac */
span.left {
	border: #0054AC solid 1px;
	color: #0054AC;
	width: 56px;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	vertical-align: bottom;
	word-break: break-all;
	text-align: center;
	}
span.right {
	width: 400px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	vertical-align: bottom;
	color: #000;
	}
	
/* -----------リスト お知らせ用----------- */

span.news_left {
	border: #cccccc solid 1px;
	font-size: 10px;
	color: #888888;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	display: block;
	vertical-align: bottom;
	word-break: break-all;
	}
span.news_right {
	width: 400px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	vertical-align: bottom;
	}

/* -----------固定ナビゲーションの指定----------- */

td.navi a {		/* ナビゲーション文字間隔 */
   padding: 2px 1em;
   }
td.navi2 {		/* サイトマップ・アクセス・Back to Top余白設定 */
   padding: 12px 23px 5px 0px;	/* 上右下左 */
   line-height: 150%;
   }
td.navi2 a {	/* サイトマップ・アクセス・Back to Top余白設定 */
   padding: 2px 5px;
   }
