/* CSS Document */
/*English版css*/
@charset "Shift_JIS";

body {
 color: #000000;
 background: #ffffff;
 margin: 0;
 font-family: "Arial","Helvetica",sans-serif
}

a { text-decoration: none; }
/*文字リンクに対するリンク線（下線）を無くす設定*/
a:link { color: #0000ee }
/*まだ見ていないリンクの色（現在：青）*/
a:visited { color: #551a8b }
/*すでに見たリンクの色（現在：紫）*/
a:hover { color: #ff0000 }
/*カーソルがリンクの上にある場合の色（現在：赤）*/
a:active { color: #ff0000 }
/*指定した要素がアクティブにされた時の色（現在：赤）*/
a:focus { color: #ff0000 }
/*キーボードのTABキーを使用した場合の選択されたリンクの色*/
ul li a { color: #000000; font-size: small }
/*各カテゴリーのリストのフォント色を変更*/
ul li { font-size: x-small }
/*リストのフォントサイズ（<li>が摘要されている範囲のみ）*/
ul,a { font-family: "Arial","Helvetica",sans-serif }
/*リスト&リンクのフォント設定（Arial,Helvetica）*/

/*目次*/
ul#topnavi a { font-family: "Arial","Helvetica",sans-serif }
ul#bottomnavi a { font-family: "Arial","Helvetica",sans-serif }
.intro,.2004,.2003,.2002,.2001,.2000,.1999 { font-size: small; font-family: "Arial","Helvetica",sans-serif }
.other,.recent,.index,.etc { font-size: x-small; font-family: "Arial","Helvetica",sans-serif }
.index  { margin-top: 20; margin-bottom: 20 }
.recent { margin-top: 20; margin-bottom: 20 }
ul#2004 { margin-top: 10; margin-bottom: 30 }
ul#2003 { margin-top: 10; margin-bottom: 30 }
ul#2002 { margin-top: 10; margin-bottom: 30 }
ul#2001 { margin-top: 10; margin-bottom: 30 }
ul#2000 { margin-top: 10; margin-bottom: 30 }
ul#1999 { margin-top: 10; margin-bottom: 30 }
ul#other  { margin-top: 10; margin-bottom: 30 }

/*イントロダクション*/
p#title { margin-top: 30; margin-bottom: 10; font-size: medium; font-weight: bold; font-family: "Arial","Helvetica",sans-serif }
font#title02 { font-weight: normal; font-family: "Arial","Helvetica",sans-serif}
p#bun { margin-top: 50; margin-bottom: 200; font-family: "Arial","Helvetica",sans-serif }

/*グライズデール博物館１*/
p#komidasi { margin-top: 0; margin-bottom: 20; font-size: x-small; font-family: "Arial","Helvetica",sans-serif}
p#bunsyou { margin-top: 20; margin-bottom: 30; font-size: xx-small; font-family: "Arial","Helvetica",sans-serif}

/*グライズデール、MyPlace*/
p.komidasi#bunsyou { margin-bottom: 0; font-size: x-small; }
p.GMPlace#bunsyou { margin-top: 0; }

/*MyPlace アーカスプロジェクト*/
.gazou{ margin-top: 20; margin-bottom: 20; }
.gazou02 { margin-top: 20; }
.gazou03 { margin-bottom: 20; }

/*Tappie MUseum*/
p.honbun#bunsyou { margin-top: 30; margin-bottom: 0; }
p.tuiki#bunsyou { margin-top: 10; margin-bottom: 30; font-size: xx-small;}

/*Linkページ*/
ul#link_list01 { margin-top: 50; margin-bottom: 50; }
ul#link_list02 { margin-top: 50; margin-bottom: 50; }
ul#link_list03 { margin-top: 50; margin-bottom: 50; }
ul#link_list04 { margin-top: 50; margin-bottom: 50; }

p#back { margin-left: 0; margin-bottom: 40; font-size: small}

h1#top {margin: 0; background-color: #777777; background-image: url(../design/002.jpg); }
h1#bottom {margin: 0; background-color: #777777; background-image: url(../design/001.jpg); }


ul#topnavi {clear: both; padding-left: 40px; font-size: small; line-height: 2; color: #999999; margin: 0; background-color: #777777; }
ul#topnavi li {display: inline; padding-bottom: 0px; padding-left: 18px; padding-right: 18px; border-left: 1px dashed #444444; height: 28; }
ul#topnavi li a {text-decoration: none; color: #ffffff; background: #777777; }
ul#topnavi li a:hover,
ul#topnavi li a:active,
ul#topnavi li a:focus {color: #ffffff; background: transparent; background-color: #999999; }
/*上部ナビゲーションの設定*/

ul#bottomnavi {clear: both; padding-left: 40px; font-size: small; line-height: 2; color: #999999; margin: 0; background-color: #777777; }
ul#bottomnavi li {display: inline; padding-top: 0px; padding-left: 18px; padding-right: 18px; border-left: 1px dashed #444444; height: 28; }
ul#bottomnavi li a {text-decoration: none; color: #ffffff; background: #777777; }
ul#bottomnavi li a:hover,
ul#bottomnavi li a:active,
ul#bottomnavi li a:focus {color: #ffffff; background: transparent; background-color: #999999; }
/*下部ナビゲーションの設定*/
