@charset "utf-8";

/*------------------
 __デフォルトクリア
------------------*/

* {
   margin: 0;
   padding:0;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,p {
   font-size: 100%;
   font-weight: normal;
}


body {
   font-family: "MS P明朝","MS 明朝","Hiragino Mincho Pro-W3","ヒラギノ明朝 Pro W3",serif;
   background: #e38089;
   color: #564539;
   line-height: 1.5;
}

p {
   font-size: 0.75em;
}

li {
   list-style-type: none;
}

img {
   border: 0;
}

table {
   border: 0;
}

a {
   color: #c61a22;
   text-decoration: none;
}

a:hover {
   color: #ef810f;
}

/*------------------
 __racetop
------------------*/
.racetop {
   margin-top: 25px;
   background-image: url("../images/race-top.gif") ;
}

p.racetop {
   height: 40px;
   line-height: 0;
   font-size: 0;
}

/*------------------
 __container
------------------*/
#container {
   width: 650px;
   margin: 30px auto 0;
   background: #ffffff;
}

/*------------------
 __contents
------------------*/
#contents {
   width: 550px;
   background: #ffffff;
   margin: 0 auto 0;
}

p.keisai {
   padding-left: 25px;
}

ul.bana {
   padding-left: 25px;
   font-size: 0.75em;
}

ul.bana li {
   display: inline;
}

p.toppage {
   font-family: "MS Pゴシック","MS ゴシック","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
   font-size: 0.65em;
   text-align: right;
}

/*------------------
 __address
------------------*/
#footer {
   width: 700px;
   margin: 0 auto 0;
   padding-top: 5px;
} 

address {
   font-style: normal;
   font-size: 0.7em;
   text-align: center;
   color: #ffffff;
}

/*------------------
 __racebottom
------------------*/
.racebottom {
   margin-top: 30px;
   margin-bottom: 30px;
   background-image: url("../images/race-bottom.gif") ;
}

p.racebottom {
   height: 40px;
   margin-bottom: 30px;
   line-height: 0;
   font-size: 0;
}
