/*--------------------------------------*/
/*					      */
/*	    　全ページに適用		      */
/*					      */
/*--------------------------------------*/

body {
 margin : 0px;
 padding : 10px;
 line-height:1.2em;
}

#h1-header {
 margin-bottom : 0px;
 padding-bottom : 5px;

 border-bottom : 0px solid #EDC0EC;

 width : 770px;
}

/* 段組みレイアウト */
#div-background {
 width : 770px;
}
#div-menu {
 margin-top : 0px;
 padding-top : 1px;
 float : left;
 left : 0px;
 width : 170px;
}
#div-contents {
 margin-top : 0px;
 padding-top : 10px;
 float : left;
 left : 175px;
 width : 595px;
}

/* メニューブロック */
#p-menu {
 padding-left : 5px;
}

/* 内容ブロック */
h2 {
 border-left : 20px solid #EDC0EC;
 border-right : 1px solid #cccccc;
 border-bottom : 1px solid #cccccc;
 margin : 5px;
 padding : 5px;
 background-color : #ffffdd;
}
h3 {
 margin : 5px;
 padding : 5px;
 border-bottom : 5px solid #EDC0EC;
 width : 580px;
}
.p-comment {
 margin : 5px;
 padding : 5px;
 border : 3px solid #EDC0EC;
 background-color : #ffffdd;
 line-height : 130%;
 font-size:11pt;
}
#p-copyright, .p-linktips {
 margin : 0px;
 padding : 5px;
 font-size : small;
}
#p-copyright {
 text-align : center;
}
.p-linktips {
 text-align : left;
}

th,td {
 font-size: 10pt;
}

/* 注意書き */
.span-caution {
 font-weight : bold;
 color : #cc0000;
}

.span-end {
 font-weight : bold;
 color : #666666;
}

.mini {
font-size:8pt;
}

/* センタリング用 */
#main{
    position:absolute;
    top:0px;
    font-size:small;
    text-align:center;
    width:100%;
    margin-top:18px;
}

#contents{
    margin-left:auto;
    margin-right:auto;
    background-image:url(./img/sub-back.jpg);
    padding:1em	3em;
    text-align:left;
    width:770px;
    margin:0px auto;
}

