*{
        margin:0px;
        padding:0px;
}
/*ボディのＣＳＳ*/
body{
        font-size: 14px;
        background-image: url(../img/back.gif);
        color: #990000;
        text-align:center;
}
/*ページのＣＳＳ*/
#wrapper{
        width: 742px;
        background-color: #ffffcc;
        margin-left:auto;
        margin-right:auto;
        text-align: left;
        border: solid 1px;

}
#header{
        width: 742px;
        background-color: #ffffcc;
}
       
#nav{
       width: 742px;
       margin: 0px 0px 0px 0px;
}
#nav ul{
        
        margin: 0px 0px 2px 0px;
        padding: 0px 0px 0px 0px;
        list-style: none;
        
}
#content{
       clear: left;
}

#footer div.item1{
        float: left;
}
#footer div.item2{
        float: left;
}
p.copyright{
        clear: left;
        margin: 0px 0px 0px 0px;
}
/*ヘッダーのＣＳＳ*/
#header p.article{
         border: solid 1px;
         margin: 0px 0px 0px 0px;
         padding: 30px 0px 1px 30px;
         background-image: url(../img/uo.gif);
         font-size: 100%;
         border-left:#ffffcc;
         border-bottom:#ffffcc;
         font-weight: 600;
}
#header p.article span{
         font-size: 90%;
         font-weight: 400;
}
#header h1{
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        margin: 0px;
        padding: 5px 0px 5px 0px;
        background-color: #990000;
        color: #ffffcc;
}
/*ナビのＣＳＳ*/
#nav li{
        float: left;
        width: 121px;
        height: 22px;
        font-size: 12px;
        margin: 0px 2px 0px 0px;
        padding-top: 5px;
        color: #ffffcc;
        background-color: #990000;
        text-align: center;
}
#nav li a{
        color: #ffffcc;
        border-bottom: solid 1px #ffffcc
}
/*コンテンツのＣＳＳ*/
h2{
        background-color: #990000;
        margin: 0px 0px 0px 0px;
        color: #ffffcc;
        text-align: center;
        font-size: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 740px;
}
h3{     border:solid 2px #990000;
        margin: 2px 0px 0px 0px;
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 2px;
        padding-left: 10px;
}

#content p{
        margin-top:0px;
        margin-bottom: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 120%;
}
table{
        font-size: 12px;
        border-collapse: collapse;
        margin-top: 5px;
        margin-left: 2px;
        margin-bottom: 10px;
}
th{
        border: solid 1px #990000;
        width: 89px;
}
td{
        border: solid 1px #990000;
        text-align: center;
}
#content dl{
        margin-top: 5px;
        margin-left: 10px;
}
#content dd{
        margin-top: 2px;
        margin-bottom: 4px;
}
#content dl.privacy dt{
        border: solid 2px #990000;
        font-size: 16px;
        font-weight:700;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 10px;
}
#content dl.privacy dd{
         line-height: 150%;
}
#content dl.privacy ol{
        list-style-type: lower-alpha;
        list-style-position: inside;
}
p.price3-f span{
         font-size: 85%;
         font-weight: 400;
}
/*フッターのＣＳＳ*/
#footer h4{
        color: #ffffcc;
        font-size: 15px;
        margin: 0px;
        padding: 2px;
        background-color: #990000;
        text-align: center
}
.menu1{
         width: 367px;
        margin-left: 2px;
        font-size: 13px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #ffcc99;
        text-align: center;
}

p.info1{
        width: 352px;
        padding: 5px 2px 2px 5px;
        font-size: 13px;
}

#footer img{
        margin: 5px 5px 0px 5px;
}
.price3-f{
        font-weight: 700;
        padding-left: 10px;
}
.link1{
         font-size: 13px;
         margin: 20px 0px 20px 10px;
}
.link2{
         font-size: 13px;
         margin: 10px 0px 5px 20px;
}
.link3{
         font-size: 13px;
         margin: 5px 0px 10px 20px;
}
address{
        font-style: normal;
        
}
#footer h1{
          margin: 0px 0px 0px 0px;
          width: 340px;
          padding: 5px 2px 2px 5px;
          font-size: 13px;
}
p.copyright{
        padding: 2px 2px 2px 2px;
        background-color: #990000;
        color: #ffffcc;
        font-size: 15px;
        text-algin:center;
        
}

/*リンクのＣＳＳ*/
a:link{
        color: #990000;
        text-decoration: none;
        border-bottom: 1px solid #990000;
        padding-bottom: 1px；
}
a:visited{
        color: #990033;
        text-decoration: none;
        border-bottom: 1px solid #990033;
        padding-bottom: 1px；
}
a:active, a:hover{
        color: #990033;
        text-decoration: none;
        border-style: none;
        background-color: #ffcc99;
}
