/*-------------*/

body {
            color: #000000; 
            margin: 0px;
            padding: 20px;
            text-align: center;
     }


#top h1 {     
            width: 726px; 
            margin: 0px;
            height: auto;
            text-align: right;
            color: #bb0000; 
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
     }


#layout {
            width: 726px; 
            height: auto;
            color: #000000; 
            margin: auto;
            padding: 0px 0px 20px 0px;
            text-align: center;
            font-size: 18px;
            border-width: 1px 1px 1px 1px;
            border-color: #cc6600;
            border-style: solid;
            background-color: #ffffff; 
     }


h2 {
            width: auto; 
            height: auto;
            margin: 0px 0px 30px 0px;
            padding: 15px 0px 15px 0px;
            background-color: #bb0000; 
            border-width: 3px 3px 3px 3px;
            border-color: #cc6600 #660000 #660000 #cc6600;
            border-style: solid;
            text-align:center;
            color: #ffffff; 
            font-size: 23px;
            font-style:italic

     }


#left {
            width: 566px; 
            height: auto;
            color: #000000; 
            margin: auto;
            padding: 0px 20px 0px 20px;
            text-align: center;
            font-size: 18px;
            background-color: #ffffff; 
            float: left;

     }


#right {
            width: 120px; 
            height: auto;
            color: #000000; 
            margin: auto;
            padding: 0px 0px 0px 0px;
            text-align: center;
            font-size: 18px;
            background-color: floralwhite; 
            float: left;

     }



h3 {        text-align:center;
            color: #bb0000; 
            font-size: 16px;
            font-style: normal
     }


h4 {
            width: auto; 
            height: auto;
            color: #ffffff; 
            margin: 0px 0px 0px 0px;
            padding: 5px 20px 5px 20px;
            text-align: left;
            border-width: 3px 3px 3px 3px;
            border-color: #cc6600 #660000 #660000 #cc6600;
            border-style: solid;
            background-color: #bb0000; 
            font-size: 14px;
     }


.bbox {
            width: 500px;
            height: auto;
            color: #000000;
            text-align: left;
            background-color: #ffffff;
            margin: 0px 0px 0px 0px ;
            padding: 10px 30px 10px 30px ;
            border-width: 1px 0px 1px 0px;
            border-color: #bb0000;
            border-style: dotted dotted dotted dotted ;
            font-size: 14px;
            line-height: 20px;
     }


span {
            color: red; 
            font-weight: bold;
            font-size: 14px;
     }



.box1 {
            width: auto;
            height: auto;
            color: #000000;
            text-align: left;
            margin: 30px 0px 30px 0px;
            padding: 0px 0px 0px 0px;
            font-size: 14px;
            line-height: 22px;
     }


.box2 {
            width: 500px;
            height: auto;
            color: #000000;
            text-align: left;
            margin: 30px 0px 30px 0px;
            padding: 0px 0px 0px 0px;
            font-size: 14px;
            line-height: 22px;
     }


.pbox {

        width: 200px; 
        height: 10px;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        border-width: 0px 0px 0px 0px;
        border-color: #000000;
        border-style: none;
        background-color: #ffffff; 
        font-weight: normal;
        font-size: 11px; color: #000000; 
        letter-spacing: 0px;
        line-height: 12px;
        overflow: auto;
       }


/*------ 　最下段　ｲﾝﾊﾞｳﾝﾄﾞﾘﾝｸ用  ----------*/


.pr {        width: 150px; height: 10px;
              overflow: auto; border: solid 0px #ccc; background: #fff;
              scrollbar-base-color:#fff;
              scrollbar-arrow-color:#fff;
              scrollbar-darkshadow-color:#fff;
              }

.pr a {          font-size:xx-small; color:#ccc; text-decoration:underline;font-weight:nomal;}
.pr a:hover{     text-decoration:none;}

.pr ul {
font-size:xx-small; line-height:100%;margin:0;padding:0;list-style-position:none;
}

.pr-1st { /* 一行目の上を空ける */
 margin-top:15em;
 }

.pr-1l { /* リスト行を一行分間隔空ける */
 margin-top:1em;
 }

