@charset "UTF-8";


body{
font-family: 'メイリオ' , Meiryo , "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
color: #660000;
background-image : url(kabegami.gif);
margin: 0px;
padding: 0px;
}

a img{
border: none;
}

/************** tag styles **************/



h3{
font-family:"ＭＳ Ｐ明朝",平成明朝,serif;
font-size: 120%;
font-weight: bold;

color: #660000;
margin: 0px;
padding: 0px;
}

h4{
font-family:"ＭＳ Ｐ明朝",平成明朝,serif;
font-size:105%;
font-weight: bold;
color: #660000;
margin: 0px;
padding: 0px;
}

h5{
font-family:"ＭＳ Ｐ明朝",平成明朝,serif;
font-size:105%;
font-weight:bold;
color: #660000;
margin: 0px;
padding: 0px;
}

h6{
font-family:"ＭＳ Ｐ明朝",平成明朝,serif;
font-size:100%;
font-weight:bold;
color: #660000;
margin: 0px;
padding: 0px;
}


strong{
font-size:100%;
font-weight:bold;
color: #660000;
}


/*************** list tag styles 1***************/

ul {
list-style-type: disc;
}

ul ul{
list-style-type: none;
}

ul ul ul{
list-style-type: square;
}

li {margin-top:0.8em; margin-bottom:0.8em;}

/************* a **************/

A{
  color: #993300;
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}



/************** section menu **************/

#sidebar{ /* ２カラムのサイトバー */
float: left;
padding: 0px 30px 10px 0px; /* 上右下左の順 */
}

#sidebar table{
width: 160px;
}

#sectionLinks{
margin: 0px;
padding: 0px;
color: #006600;
background-color: #FFFFFF; 
}

#sectionLinks a:link, #sectionLinks a:visited{
display: block;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
font-size: 85%;
font-weight:bold;
padding: 10px 0px 10px 10px;
color: #00cc00;
background-color: #FFFFFF;
}

#sectionLinks a:hover{
border-top: 1px solid #cccccc;
background-color: #ccffcc;
font-size: 85%;
text-decoration: none;
}

#sectionLinks{
margin: 0px;
padding: 0px;
}

#sectionLinks b{
font-size:100%;
font-weight:bold;
color: #ff0000;
}

#sectionLinks hr {
  color: #00cc00; /* 線の色(IE用) */
  background-color: #00cc00; /* 線の色(NN用) */
  height: 8px; /* 線の太さ */
 
}

/************** content margin **************/

#content{
padding: 7px;
}


/************** テーブル一列 **************/


.tinline{
display: inline-block;
border: 3px solid #00cc00;
margin: 10px 10px 10px 10px;
}

.tinline a:link, .tinline a:visited{
display: block;
background-color: #FFFFCC;

}

.tinline a:hover{
background-color: #ccffcc;
}


/************** last **************/

#last{
  width: 450px;
  color: #000000;
  align: center;
}

#last a{
    text-align: center;
    text-decoration : none; 
    font-size:170%;
    color: #660000;
    border-style: solid;
    border-width: 5px;
    border-color: #c0c0c0 #c0c0c0 #c0c0c0 #c0c0c0;
    font-weight: bold;
    display: inline;
    background-color: #ffffff;
    padding: 0.2em;
    margin-left: 0;
    margin-right: 0;
}
#next a:HOVER{
  background-color: #ffffff;
}

/************** header **************/

#header{
background-color: #ffffff; /* 白 */
margin-bottom: 60px; 
padding-top: 5px;
padding-bottom: 3px;
}


#header img{ /* サイトロゴ */
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
top: 0px; /* ヘッダの左上に表示する仕掛け */
left: 0%; /* ヘッダの左上に表示する仕掛け */
margin: 0px;
z-index: 1; /* サイトロゴをテキストの後ろに表示 */
}

#header p{
font-size: 70%;
color: #0000ff; /* 濃い青 */
margin: 1px 0px 2px 180px; 
padding: 0px;
}


#header h1{
font-family:"HGS創英角ｺﾞｼｯｸUB","ＭＳ Ｐ明朝",平成明朝,serif;
font-size: 120%;
font-weight: bold;
color: #00cc00;
margin: 5px 0px 0px 160px; 
padding-top: 0px;
}

#header h2{
font-family:"ＭＳ Ｐ明朝",平成明朝,serif;
font-size: 95%;
line-height : 110%; 
font-weight: bold;
text-align: right;
color: #ffff00;
margin: 0px 0px 3px 0px; 
padding: 0px;
position:relative; /* これがないと下のｚが効かない */
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header h2 a{
color: #cc6600;
margin: 0px;
}
#header h2 a:hover{
color: #0000ff;
}

/************** footer **************/

#footer{
clear: both;
border-top: 1px solid #cccccc;
color: #cccccc;
background-color: #ffffff;
padding: 1px 10px 7px 10px;
text-align: center;
line-height : 200%; 
}

#footer img{
margin-left: 1em;
padding: 2px 4px 4px 0px;
vertical-align: middle;
}

#footer h3{
display: inline;
font-size: 90%;
color: #000000;
}

#footer h3 a{
display: inline;
font-size: 90%;
color: #0000ff;
}

#footer h3 a:hover{
color: #00cc00;
}

#footer h4{
display: inline;
font-size: 80%;
color: #000000;
}

#footer h4 a{
display: inline;
font-size: 80%;
color: #00cc00;
}

#footer h4 a:hover{
display: inline;
font-size: 80%;
color: #0000ff;
}

