@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: 700px;
   margin: 30px auto 0;
   background: #ffffff;
}

/*------------------
 __header
------------------*/
#header {
   position: relative;
   width: 700px;
   height: 200px;
   margin: 0 auto 0;
}

#header h1 {
   position: absolute;
   top: 0;
   left: 0;
}

#header p.navi {
   position: absolute;
   top: 130px;
}

#header p.headart {
   position: absolute;
   left: 238px;
}


/*------------------
 __contents
------------------*/
#contents {
   width: 700px;
   background: #ffffff;
}

/*------------------
 __contact
------------------*/
#contact {
   width: 640px;
   margin: 25px auto 0;
   padding-bottom: 15px;
}

#contact p {
   margin-top: 10px;
}

h3 {
   font-size: 0.85em;
   font-family: "MS Pゴシック","MS ゴシック","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
   color: #ffffff;
   text-align: center;
   background-image: url("../images/gurade.gif") ; 
}

table {
   border-spacing: 0px;
   border-collapse: collapse;
   font-size: 0.8em;
   margin: 5px auto;
   width: 450px;
}

td.chuui1 {
   padding: 15px;
   background: #fee6e6;
}

td.chuui2 {
   padding: 15px 20px;
   background: #ffcccc;
}

p.yoyakushita {
   width: 450px;
   margin: 0 auto;
   font-size: 0.8em;
   font-weight: bold;
 }

p.yoyakushita-bottom {
   width: 450px;
   margin: 0 auto;
}

p.button {
   text-align: center;
}

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;
}
