@charset "UTF-8";

/*
[1]リンク指定
[2]レイアウト指定
[3]#header内の各指定
[4]#contents内の各指定
[5]#sidebar内の各指定
[6]#footer内の各指定
[7]#globalnavi内の各指定
*/

/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

/*-- 削除不可 --*/
#cds{display: none;}


/* ####################################

                          [1]リンク指定
                          
####################################### */

a:link{
color: #0000ff;
text-decoration: underline;
}

a:visited{
color: #9900ff;
text-decoration: underline;
}

a:hover{
color: #ff0000;
text-decoration: underline;
}

a.number { 
font-weight: bold;color:blue;
 }
a.B-number {
font-weight: bold;color:brown; 
}

/* ####################################

                      [2]レイアウト指定
                          
####################################### */
/*--全体のフォントサイズなど--*/
body{
font-size: 80%;
text-align: center;
font-family: "Georgia",sans-serif;
padding: 0;
margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper{
text-align: left;
width: 95%;
margin: 0 auto;
border: 1px solid silver;
}

/*-- ヘッダー部分*/
#header{
height: 100px;
border-bottom: 1px solid silver;
}

/*-- コンテナー部分 --*/
#container{
width: 100%;
position: relative;
padding: 2em 0 0 0;
}

/*-- コンテナーインナー部分 --*/
#container-inner{
width: 100%;
float: left;
margin-right: -180px;
}

/*-- コンテンツ部分 --*/
#contents{
margin: 0 180px 0 30px;
padding: 20px 50px 20px 20px;
border-right: 1px solid silver;
}

/*-- サイドバー部分 --*/
#sidebar{
padding: 20px 10px;
width: 160px;
float: right;
}

/*-- フッター部分 --*/
#footer{
clear: both;
width: 100%;
padding: 0.5em 0;
border-top: 1px solid silver;
}

/*-- グローバルナビ部分 --*/
#globalnavi{
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #0099ff;
}


/* ####################################

                   [3]#header内の各指定
                          
####################################### */

/*-- サイトタイトル --*/
h1{
font-size: 180%;
padding: 20px 0 20px 20px;
}

/*-- その他ヘッダー内の文字 --*/
#header p{padding-left: 20px;}


/* ####################################

                 [4]#contents内の各指定
                          
####################################### */

/*-- 見出し --*/
h2,h3{
color: brown;
margin-bottom: 1.5em;
padding: 5px 0 5px 5px;
border-left: 10px solid #000000;
}

h2{margin-top: 2em;font-size: 200%;}
h3{margin-top: 2em;font-size: 150%;}

/*-- 文字 ---*/
#contents div{
line-height: 1.5;
font-size: small; 
}

.top{text-indent: -1em; margin-left:1em;}
.Bible{text-indent: 0em;}
.main{
text-indent: 0em;
text-align:justify; text-justify:newspaper;
}
.citation { text-indent: 1em; margin-left:3em; color:navy;}
.center  { text-align: center; }

span.latin { color: blue; font-weight: bold;}

span.italic { font-style: italic; }
span.citation { text-indent: 1em; margin-left:3em; }
span.word { color: purple;  }
span.Verbum { color: purple; font-style: italic; font-weight: bold; }


/* ####################################

                  [5]#sidebar内の各指定
                          
####################################### */

/*-- 適当に指定して下さい ---*/


/* ####################################

                  [6]#footer内の各指定
                          
####################################### */

/*-- コピーライト --*/
#footer p{text-align: center;}


/* ####################################

               [7]#globalnavi内の各指定
                          
####################################### */ 

#globalnavi ul{
list-style-type: none;
width: 100%;
background-color: #0099ff;
}

#globalnavi li{
width: auto;
float: left;
border-right: 2px groove #cccccc;
}

#globalnavi li a{
text-align: center;
padding: 0.5em 1em;
width: auto;
display: block;
background-color: #0099ff;
color: #000000;
}

#globalnavi li a:hover{
background-color: #99ffff;
color: #ff0000;
}
