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

#blog {
   margin: 25px 30px 0 30px;
}


.sakuraset img {
   float: left;
   padding-left: 20px;
   padding-right: 20px;
}

.sakuraato p {
   clear: both;
}

p .sakura {
   font-family: "MS Pゴシック","MS ゴシック","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Osaka,sans-serif;
   font-size: 1em;
   font-weight: bold;
   color: #ff3232;
}

table {
   border-spacing: 0px;
   border-collapse: collapse;
   font-size: 0.75em;
   margin: 10px 0 10px 0;
   width: 640px;
}


td.photo {
   width: 160px;
}

td.banner {
   width: 540px;
   vertical-align: top;
}

td.banner2 {
   width: 200px;
   vertical-align: top;
}

td.blogbun {
   padding-left: 20px;
}


#left {
   float: left;
   width: 300px;
   margin: 25px 0 0 30px;
   display: inline;
}

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

p.button {
   text-indent: 160px;
}

.jikan {
   font-weight: bold;
   font-size: 1.2em;
}

.holiday {
   font-weight: bold;
   color: #ff3232;
}

#right {
   float: right;
   width: 300px;
   margin: 25px 30px 0 0;
   display: inline;
}

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

#link {
   clear: both;
   padding: 30px 30px 15px;
}

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

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

/*------------------
 __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;
}

