@charset "UTF-8";

/* base modules */

body {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", Meiryo, "CI", "MS PGothic", "lr oSVbN", "VL Gothic", "VLSVbN", Sans-serif;
  background: #76aaaf url("image/01background.png");
  background-repeat: repeat-x;
  text-align: center;
}

h1 { display: none; }
h2 { display: none; }
h3 {
  margin-left:30px; 
  margin-top:15px;
  margin-bottom:4px;
}

#event-info { display: none; }

img { border: 0; }

p {
  line-height: 1.6em;
  padding-bottom: 0.6em;
}
.program-date { font-size: 115%; }
ul, ol { line-height: 1.5em; }
li { list-style-type: none; }

a { color: black; }
a:visited { color: #000033; }
a:hover { color: #404040; }

div {
  color: #000;
}

/* IE6 PNG fix */
img, div { behavior: url("iepngfix.htc") }

/* Safari fix */
#p { text-shadow: #000 0 0 0; }

/* Firefox fix */
p { -moz-opacity: 0.99; }

/* 01 */

div#wrapper {
  width: 850px;
  height: 100%;
  background-color: white;
  margin-right: auto;
  margin-left: auto; 
  border-left: 10px solid white;
  border-right: 10px solid white;
  text-align: left;
}

div#header {
  width: 850px;
  height: 639px;
  background-image: url("image/01top.png"); 
  margin-left: auto;
  margin-right: auto;
}
img#descam {
  position: relative;
  top: 10px;
  left: 690px;
}

div#sdesign{
  width: 850px;
  min-height: 300px;
  background-image: url("image/01ogata.png");
  background-repeat: no-repeat;
  border-top: 1px solid white;
  border-bottom: 10px solid white;
}
#sdesign .program-info {
  margin-top: 90px;
  margin-bottom: 0;
}
#sdesign p {
  width: 600px;
  margin-left: 40px;
}
#sdesign dt {
  float: left;
  clear: left;
  width: 70px;
  margin-left: 40px;
}
#sdesign dd {
  margin-left: 120px;
  margin-bottom: 10px;
}

div#dotmov {
  width: 850px;
  min-height: 199px;
  background-image: url("image/01dotmov.png");
  background-repeat: no-repeat;
  border-top: 1px solid white;
  border-bottom: 10px solid white;
}
#dotmov .program-info {
  margin-top: 55px;
  margin-bottom: 0;
}
#dotmov p {
  width: 600px;
  margin-left: 40px;
}

div#shushu {
  width: 850px;
  min-height: 324px;
  background-image: url("image/01shushu.png");
  background-repeat: no-repeat;
  border-top: 1px solid white;
  border-bottom: 10px solid white;

}
#shushu .program-info {
  margin-top: 80px;
  margin-bottom: 0;
}
#shushu p {
  width: 610px;
  margin-left: 40px;
}
#shushu dt {
  float: left;
  clear: left;
  width: 50px;
  margin-left: 40px;
}
#shushu dd {
  margin-left: 110px;
  margin-bottom: 10px;
}


div#entaku {
  width: 850px;
  min-height: 282px;
  background-image: url("image/01entaku.png");
  background-repeat: no-repeat;
  border-top: 1px solid white;
  border-bottom: 10px solid white;
}
#entaku .program-info {
  margin-top: 75px;
  margin-bottom: 0;
}
#entaku p {
  width: 600px;
  margin-left: 40px;
  line-height: 1.4em;
}
#entaku dt {
  display: block;
  float: left;
  clear: left;
  width: 50px;
  margin-left: 40px;
}
#entaku dd {
  margin-left: 110px;
  margin-bottom: 10px;
}

div#radio {
  width: 850px;
  min-height: 780px;
  background-image: url("image/01radio.png");
  background-repeat: no-repeat;
  border-top: 1px solid white;
  border-bottom: 10px solid white;
}
#radio .program-info {
  margin-top: 50px;
  margin-bottom: 0;
}
#radio p {
  width: 600px;
  margin-left: 40px;
  line-height: 1.4em;
}
#radio dt {
  display: block;
  float: left;
  clear: left;
  width: 80px;
  margin-left: 40px;
}
#radio dd {
  margin-left: 120px;
  margin-bottom: 10px;
}

.radio-program-sub {
  margin-left: 30px;
  font-size: 120%;
  line-height: 23px;
}

div#info {
  width: 850px;
  min-height: 437px;
  border-bottom: 1px solid white; 
  margin-bottom: -2px;
}
.container { width: 270px; }

div#jazz {
  width: 420px;
  min-height: 437px;
  float: left;
  display: inline;
  background-image: url("image/01jazz.png");
  background-repeat: no-repeat;
  margin-bottom: -2px;
  border-bottom: 10px solid white;
}
#jazz .program-info {
  margin-top: 75px;
  margin-bottom: 0;
}
#jazz p {
  margin-left: 27px;
}
#jazz li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 30px;
  margin-right: 0;
}

div#juggler {
  width: 420px;
  min-height: 437px;
  float: right;
  display: inline;
  border-left: 10px solid white;
  background-image: url("image/01juggler.png");
  background-repeat: no-repeat;
  margin-bottom: -2px;
  border-bottom: 10px solid white;
}
#juggler .program-info {
  margin-top: 50px;
  margin-bottom: 0;
}
#juggler p {
  margin-left: 27px;
}
#juggler li {
  margin-left: 30px;
}
#juggler dt {
  display: block;
  float: left;
  clear: left;
  width: 40px;
  margin-left: 30px;
}
#juggler dd {
  margin-left: 70px;
  margin-bottom: 10px;
}

div#cafe {
  width: 850px;
  min-height: 164px;
  background-image: url("image/01cafe.png");
  background-repeat: no-repeat;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}
#cafe div {
  margin-top: 47px;
  margin-bottom: 0;
}
#cafe p {
  width: 600px;
  margin-left: 40px;
}

div#about {
  width: 850px;
  min-height: 166px;
  background-image: url("image/01about.png");
  background-repeat: no-repeat;
  border-top: 1px solid white;
  border-bottom: 10px solid white;
}
#about .program-info {
  margin-top: 55px;
  margin-bottom: 0;
}
#about p {
  width: 600px;
  margin-left: 40px;
}

div#kk {
  clear: both;
  width: 850px;
  height: 90px;
  background-image: url("image/01foot.png");
  background-repeat: no-repeat;
  border-top: 10px solid white;
  border-bottom: 1px solid white;
}

div#footleft {
  width: 300px; 
  float: left;
  display: inline; 
  font-size: 0.8em;
}
div#footleft img { vertical-align: top; }
#smt-logo {
  width: 29px;
  height: 90px;
  padding-right: 10px;
  float: left;
}
#footleft address img { margin-bottom: 4px; }
#footleft address {
  line-height: 1.3em;
  font-style: normal;
}

div#footright {
  width: 16em;
  float: right;
  display: inline;
  font-size: 0.8em;
}
div#footright ul {
  border-left: 2px solid gray;
  padding: 0;
}
div#footright li { padding-left: 1em; }

div#copyright {
  margin-top: 100px;
  margin-bottom: 10px;
}
#copyright hr { color: #76aaaf; }
#copyright address { font-size: 0.8em; }

