
/*** 共通 ***/

body { 	            margin: 0px;
                    background-image: url(../img/bg.gif)
;}
.pagetop {          margin-top: 40px;
                    margin-right: 20px
;}
li {                margin-bottom: 3px;
                    margin-right: 0px
;}
p {                 margin-top: 10px;
                    margin-bottom: 0px
;}
.T_txt {            margin-top: 1px;
                    margin-bottom: 4px;
}

/*** ヘッダー ***/

.header {           margin-top: 5px;
                    margin-bottom: 13px;
                    margin-left: 15px;
}

/*** フッター ***/

.footer {           margin-top: 11px;
                    margin-bottom: 9px;
                    text-align: center
;}

/*** リンク ***/

a:link {            color: #FF3333;
                    text-decoration: underline
;}
a:visited {         color: #FF3333;
                    text-decoration: underline
;}
a:hover {           color: #FF3333;
                    text-decoration: none
;}

/*** マージン ***/

.top1 {             margin-top: 1px
;}
.top3 {             margin-top: 3px
;}
.top5 {             margin-top: 5px
;}
.top7 {             margin-top: 7px
;}
.top10 {            margin-top: 10px
;
  color : fuchsia;
}
.top15 {            margin-top: 15px
;}
.top20 {            margin-top: 20px
;}
.top25 {            margin-top: 25px
;}
.top30 {            margin-top: 30px
;}
.top40 {            margin-top: 40px
;}
.top50 {            margin-top: 50px
;}
.bottom5 {          margin-bottom: 5px
;}
.bottom10 {         margin-bottom: 10px
;}
.bottom15 {         margin-bottom: 15px
;}
.bottom30 {         margin-bottom: 30px
;}
.left5 {            margin-left: 5px
;}
.left10 {           margin-left: 10px
;}
.left15 {           margin-left: 15px
;}
.left20 {           margin-left: 20px
;}

/*** テキスト ***/

.B {                font-weight: bold
;}
.Bgreen {           font-weight: bold;
                    color: #339900
;}
.Bred {             font-weight: bold;
                    color: #FF3366
;}
.Bgray {            font-weight: bold;
                    color: #666666
;}
.Bgray02 {          font-weight: bold;
                    color: #999999
;}


/*** ◎トップページのみ◎ ***/

.news {             margin: 0px;
                    background-image: url(../img/bg_news.gif)
;}



/*** ◎お問合せのみ◎ ***/

.list {             margin-left: 7px;
                    color: #666666;
                    font-weight: bold
;}
