﻿/*外部CSSファイル「Bishop02.css」 スタイル記述。*/
@charset "UTF-8" ;
*{
margin:0; 
padding:0;
}
body{
background-color: #fafafa;
}

#container {
width:950px;
margin:0 auto; 
padding:0;
background-color: #fafafa;
}


/* 本文ブロック*/
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:50px;
text-align:center
}
#navigation ul{
list-style:none;
}

#navigation li{
float: left;
width: 5.5em; /*各メニューの幅*/
}

.header{
width:880px;
margin-top:5px;
margin-left:35px;
}

.header p{
text-align:right;
font-size:small;
line-height:2;
}

/*ルビ書式*/
rt {
letter-spacing:0px; 
font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
font-size:xx-small;
font-weight:500;  
ruby-align:left;
ruby-overhang:auto;
word-break:normal;
color:#cc0033;
}
rp {
font-size:xx-small;color:#cc0033;
}


/*見出し書式*/
h2{font-family:"ＭＳ ゴシック", Osaka, sans-serif;
font-weight:bold;
color:#A50021;
line-height:2;
text-indent:1em;
text-align:left;
}/*編見出し*/

/*15編人名記載*/
p.w_style12 {
font-family:"ＭＳ 明朝", 細明朝体, serif;
color:#000000; 
line-height:1.5;
text-align:left;
}/*15編人名記載*/

h3{font-family:"ＭＳ ゴシック", Osaka, sans-serif; 
font-weight:bold;
color:#000000;
line-height:2;text-align:left;}/*節見出し*/

/*本文書式*/
p.w_style01 {
font-family:"ＭＳ 明朝", 細明朝体, serif; color:#000000; 
line-height:2.5;
text-align:justify;
}

p.w_style02 {
font-family:"ＭＳ 明朝", 細明朝体, serif; color:#000000;
padding-left:1em; 
line-height:2.5;
text-align:justify;
}　/*『』*/


/*画像スタイル*/
p.f_style01 {text-align:center;line-height:2.5;}
img.style_cut {height:120px; }
img.style_cut2 {height:120px; }

/*『』内箇条書*/
p.w_style03 {
font-family:"ＭＳ 明朝", 細明朝体, serif; color:#000000;
padding-left:2em; 
line-height:2.5;
text-align:justify;
}　/*『』内箇条書*/












