@charset "UTF-8";

/* STUDIO-NEO.COM, KAMAKURA 2009 CSS Document */

/* -----------------------------------------------
reset
 ----------------------------------------------- */

* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  border-width: 0px;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* -----------------------------------------------
html tags
 ----------------------------------------------- */

/* body, table */
html {
  scrollbar-base-color: #B80000;
}

body {
  color: #333333;
  padding: 0px;
  margin: 0px;
  background: #000;
  font: 100%/1.5em "HiraMaruPro-W4", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック", Verdana, sans-serif;
 *font-size: small;
 *font: x-small;
  text-align: left;
}

html > body {
  font-size: small;
}

table {
  margin: 0px auto;
}

th, td {
  border-style: none;
}

th {
  font-weight: normal;
}

/* headline */
h1, h2, h3, h3, h4, h5, h6 {
  font-weight:bold;
  line-height:1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3 {
}

h1 {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  height: 0px;
  overflow: hidden;
}

h2 {
  font-size: 120%;
  margin: 1em 0px;
}

h3 {
  font-size: 110%;
  margin: 1em 0px 0em;
  padding: 0px;
}

h4 {
  font-size: 100%;
  margin: 1em 0px 0px;
  padding: 0px;
}

h5 {
  font-size: 100%;
  margin: 1em 0px 0em;
}

/* text */
p, ul, ol, dl, blockquote, pre {
  margin: 1em 0px;
}

sup, sub {
}

dl, ul {
  list-style: none;
}

dl {
  padding-left: 1em;
}

dt {
  font-weight: bold;
  color: #3B87A5;
  margin-bottom: 1em;
}

dd {
  padding: 0px 1em;
  margin-bottom: 1em;
}

dd p {
  margin-top: 0px;
}

blockquote {
  margin:1em 2em;
  background:#FBFBFB;
  padding: 1em;
  clear: both;
  border-right: 4px solid silver;
}

blockquote ul, blockquote ol, blockquote p {
  margin:1em;
}

a {
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: underline;
  color: #09F;
}

strong {
  border-bottom: 2px dotted #999999;
  margin-right: 0.2em;
  margin-left: 0.2em;
  color: #B8000B;
  font-style: normal;
  font-weight: bold;
}

em {
  margin-right: 0.2px;
  margin-left: 0.2px;
  font-style: italic;
}

address {
  text-align:left;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  color: #666666;
  font-size: 80%;
  clear: both;
  line-height: 0em;
}

/* image */
img {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

fieldset {
  padding: 30px 10px 15px 0px;
  margin-bottom: 10px;
  background: #D7D2D6;
  text-align: left;
}

legend {
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}

input {
  border-top: 2px solid #B2AEB2;
  border-right: 2px solid #F3EDF3;
  border-bottom: 2px solid #F3EDF3;
  border-left: 2px solid #B2AEB2;
}

/* form */
form dl {
  margin: 0px;
  padding: 0px 10px;
}

form dt {
  clear: left;
  padding: 0px;
  display: block;
  float: left;
  width: 6em;
  font-size: 90%;
  text-align: right;
  margin: 0px 10px 4px 0px;
  color: #333333;
}

form dd {
  margin: 0px 0px 8px;
}

input#submit {
  background: #666666;
  text-decoration: none;
  font-weight: bold;
  width: 6em;
  height: 1.8em;
  margin-left: 350px;
  color: #FFFFFF;
}

/* -----------------------------------------------
block
 ----------------------------------------------- */
 
 /* container */
#container {
  width: 880px;
  padding: 0px;
  margin: 0px auto;
  position: static;
  background: #000;
}

#container-inner {
  background: #FFF;
  width: 750px;
  float: right;
}

#container-left {
  background: url(../images/bg_container_left.jpg) no-repeat left top;
  height: 1000px;
  width: 65px;
  float: left;
  cursor: pointer;
}

#container-right {
  background: url(../images/bg_container_right_top.jpg) no-repeat right top;
  height: 1000px;
  width: 65px;
  float: right;
}

/* header */
#header {
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  width: 750px;
}

#header p {
  overflow: hidden;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
  border-style: none;
}

#menu {
  margin: 0px;
  padding: 0px 0px 0px 15px;
  text-align: left;
  position: relative;
  top: 162px;
  height: 25px;
}

#menu li {
  display: inline;
  margin: 0px;
  padding: 0px 10px;
  text-decoration: none;
  color: #FFF;
  font: bold 14px/25px sans-serif;
}

#menu li a:link, #menu li a:visited {
  color: #F60;
}

#menu li a:hover, #menu li a:active {
  color: #F90;
  text-decoration: underline;
}

#menu li.current {
  color: #FFF;
}

/* main */
#main {
  margin: 0px auto;
  padding: 0px 10px 0px;
  width: 720px;
}

#main-inner {
  margin: 0px;
  padding: 0px;
}

#content, #content-upper, #content-lower, #content-middle {
  position: relative;
}

#content-upper {
  height: 100%;
  margin: 0px;
  padding: 0px;
}


/* infobar */
#box-infobar {
  margin: 0px;
  padding: 0px;
  height: 100px;
  top: 10px;
  position: relative;
}

/* content */
#content {
  min-height: 1px;
  text-align: left;
  margin: 0px 15px;
  padding: 10px 0px 0px;
}

#content-lower {
  position: relative;
  margin-top: 20px;
}
#content-lower .notice {
	text-align:center;
}
/* sidebar */
#sidebar {
  width: 210px;
  margin: 0px;
  padding: 0px;
  float: left;
}

/* footer */
#footer {
  margin: 0px;
  text-align: center;
  clear: both;
  padding: 0px 15px;
}

#footer p {
  margin: 0px;
  padding: 0px;
}

p#footer-info {
  font-weight: bold;
  margin-top:1em;
  margin-bottom: 1em;
  font-size: 100%;
}

p#footer-tel {
  font-size: 110%;
  font-weight: bold;
  color: #C40018;
}

p#footer-time {
  font-size: 80%;
  color: #C40018;
  margin-bottom: 1.5em;
}

#footer address {
  text-align: right;
  font-size: 83%;
  font-style: normal;
  line-height: 1.4em;
  font-weight: normal;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #333333;
}

#footer a:hover, #footer a:active {
  color: #B80000;
  text-decoration: underline;
}

/* bottom menu */
ul#menu-bottom {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  font-size: 83%;
}

#menu-bottom li {
  margin: 0px;
  padding: 0px 5px;
  display: inline;
  border-right: 1px solid #CCCCCC;
}

#menu-bottom li.noline {
  border-right-style: none;
  font-weight: bold;
  color: #B8000B;
}

.column-left {
  float: left;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  width: 350px;
}

.column-right {
  float: right;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  width: 350px;
}

.entry/* -----------------------------------------------
classes
 ----------------------------------------------- */ /* wrapper */ {
  margin: 0px;
  padding: 0px;
}

.entry-inner {
}

/* box */
.box {
  padding: 0px;
  margin: 0px auto;
  background: #F5F5F5 url(../images/img_box01_03.jpg) no-repeat center bottom;
  width: 650px;
}

.box-inner {
  padding: 10px 15px 25px;
  margin: 0px;
  background: url(../images/img_box01_01.jpg) no-repeat center top;
}

h2.box-header, h3.box-header {
  font-size: 100%;
  color: #FFFFFF;
  letter-spacing: 0.5em;
  line-height: 2em;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 20px;
  height: 2em;
  display: inline;
}

.box li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.box dl {
  padding: 0px;
}

.box dt {
  background: url(../images/bullet02.gif) no-repeat left center;
  margin: 0px 0px 0.5em;
  padding: 0px 0px 0px 16px;
  font-weight: bold;
  color: #C40608;
  border-bottom: 1px dashed silver;
  font-size: 110%;
  line-height: 1.8em;
}

.box dd {
  padding-left: 18px;
  margin: 0px 0px 0px 1em;
  padding-right: 0px;
  background: url(../images/bullet_book.gif) no-repeat left center;
}

.box dd p {
  margin-top: 0px;
}

.box-left {
  width: 350px;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  float: left;
}

.box-right {
  width: 350px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  float: right;
}

.box-small {
  background: #F4F4F4 url(../images/img_box02_03.jpg) no-repeat center bottom;
  margin: 0px;
  padding: 0px;
}

.box-small-inner {
  background: url(../images/img_box02_01.jpg) no-repeat center top;
  padding: 10px 2px 15px;
}

.box-left-small {
  float: left;
  width: 200px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.box-left-small p {
  margin: 0em 0px;
  padding: 0px;
}

.box-right-small {
  float: right;
  width: 420px;
  padding: 0px;
  margin: 0px;
}

.box-right-small dl, .box-right-small ul {
  padding: 0px;
}

.box-right-small dd, .box-right-small li {
  padding: 0px;
  margin: 0.5em 0px 0px;
  list-style: none;
}

.box-right-small dd p, .box-right-small li p {
  padding: 0px;
  margin-top: 0em;
  margin-bottom: 0em;
}


.box-black {
  padding: 0px;
  margin: 0px auto;
  width:100%;
}

.box-bottom {
  float:left;
  padding: 10px;
  margin: 0px;
  text-align: center;
  width:510px;
}

.box-bottom-mega {
  padding: 10px;
  margin: 0px;
  text-align: center;
  width:430px;
}

.box-black,.box-bottom p {
  padding: 0px;
  margin: 0px;
  line-height: 100%;
  color:#000000;
  font-size:80%;
}

.box-black {
  text-align:center;
  margin: 0px auto;
}

.box-black,.box-bottom p.big {
  padding-top: 3px;
  font-size: 25px;
}

.box-black,.box-bottom p.yellow {
  font-size:15px;
  color:yellow;
  padding-top: 3px;
}

.box-black,.box-bottom a:link, #footer a:visited {
  text-decoration: none;
  color: #333333;
}

.box-black,.box-bottom a:hover, #footer a:active {
  color: #B80000;
  text-decoration: none;
}
.box-black p {
  font-weight:bold;
}

.box-btn {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.box-btn p {
  padding: 0px;
  margin: 0px;
}

.wrapper {
  width: 640px;
  margin-top: 10px;
}

.en {
  font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
}

.info {
  font-weight: bold;
  color: #333;
}

.caption {
  font-size: 80%;
  margin-top: 0px;
  line-height: 1.6em;
}

.note {
  font-size: 80%;
  line-height: 1.4em;
}

.note-right {
  font-size: 80%;
  line-height: 1.4em;
  text-align: right;
}

.note-small {
  float: right;
  width: 600px;
  font-size: 80%;
  line-height: 1.4em;
  text-align: right;
  padding-top: 0;
  margin-top: 0;
}

a:hover.noline {
  border-style: none;
}

a.external {
  background: url(../images/bullet_window.gif) no-repeat right center;
  padding-right: 16px;
  margin-right: 5px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.padding-top-em {
  padding-top: 1em;
}

.text-indent {
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
  height: 0px;
  /*\*/
   overflow: hidden;  /**/
}

p.img-right {
  float: right;
  margin: 0em 0px 10px 10px;
}

p.img-left {
  float: left;
  margin: 0em 15px 15px 0px;
}

p.img-non-css {
  display: none;
}

img.photo {
  background: url(../images/img_photoframe.gif) no-repeat center center;
  padding: 30px;
  height: 180px;
  width: 240px;
}

img.frame {
  margin: 0px;
  padding: 7px;
  height: 124px;
  width: 164px;
  background: url(../images/img_frame.jpg) no-repeat center center;
}

#box-info-qrcode {
  width: 310px;
  border: 3px double #CCC;
  padding: 5px;
  margin-top: 10px;
}

#box-info-qrcode p {
  margin-top: 0px;
}

#box-info-qrcode strong {
  color: #000;
  border-bottom-style: none;
}

#box-info-qrcode .note {
  font-size: 83%;
  color: #666666;
  line-height: 1.2em;
  margin: 0px;
  padding: 0px;
}

#box-info-qrcode .url {
  color: #B8000B;
  font: bold 110% "Trebuchet MS", "Lucida Grande", sans-serif;
  margin: 0px;
}

#box-navi-bottom {
  width: 100%;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#prev {
  float: left;
  width: 100px;
}

#next {
  text-align: right;
  width: 100px;
  float: right;
}

/* -----------------------------------------------
do not move
 ----------------------------------------------- */
 /* hack for Mac IE */
pre {
  font: 90%/1.5em "ＭＳ ゴシック", "Osaka－等幅", monospace;
  width:90%;
  margin:0em auto 1em;
  padding: 0.5em;
  background-color:#FBFBFB;
  border: 1px solid #ccc;
  overflow: visible;
  /*¥*/
  overflor: auto;
  /*_overflow: scroll;*/
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */

