/*外部CSSファイルの「bishop00.css」にスタイル記述。*/
@charset "UTF-8" ;
*{
margin:0; 
padding:0;
}

body{
background-color: #fffcf0;
}
#container {
width:950px;
margin:0 auto; 
padding:0;
background-color: #fffcf0;
}

/* 本文ブロック*/
div.stage01 {
width:800px; 
margin:0 auto;
margin-top:35px;
padding:2em;
writing-mode:lr-tb;
background-color:#ffffcc;
border-width:15px;
border-color:#ffe4c4; 
border-style:solid;
scrollbar-track-color:#ffe4c4;
}


/*リンク頁*/
#navigation{
width: 800px;
position:absolute;
top:5%;
left:35px;
text-align:center
}

#navigation ul{
list-style:none;
}

#navigation li{
float: left;
width: 9em; /*各メニューの幅*/
}

.header{
width:800px;
margin:0 auto;
height:2em;
margin-top:5px;
}

.header p{
text-align:right;
font-size:small;
line-height:2;
}


h2{
font-family:bold "ＭＳ ゴシック", Osaka, sans-serif; 
font-weight:bold;
color:#A50021;
line-height:1.5;}
h3{
font-family:"ＭＳ ゴシック", Osaka, sans-serif; 
font-weight:bold;
color:#A50021;
line-height:1.5;
}
h4{
font-family:bold "ＭＳ ゴシック", Osaka, sans-serif; 
font-weight:bold;
color:#A50021;
line-height:1.5;
}
p.w_style01 {
font-family:"ＭＳ 明朝",細明朝体,serif; 
color:#000000; 
line-height:2;
text-align:justify;
}











