@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: top;
}
body {
  color: #279C9B;
  font-size: 0.9em;
  line-height: 1.9;
  text-align:center;
  background: #ffffff;
  font-weight: lighter;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
  color: #ff0033;
}
a:hover {
  color: #E6B715;
  text-decoration: none;
}
h1 {
  margin: 0;
  padding: 0;
}
#wrapper {
  width: 840px;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.floatleftimg {
  float: left;
  margin: 0 5px 5px 0;
}
.floatrightimg {
  float: right;
  margin: 0 0 5px 5px;
}
/*
########################################################
	header
########################################################
*/
#header {
  width: 840px;
  height: 75px;
  margin-bottom: 4px;
}
#header #logo a {
  float: left;
  width: 270px;
  height: 75px;
  outline: none;
  display: block;
  margin-bottom: 4px;
  text-indent: -700em;
  background: url(../images/logomark.png) no-repeat;
}
#title {
  float: left;
  width: 570px;
  height: 75px;
  margin-bottom: 4px;
}
#title h1 {
  color: #006666;
  font-weight: normal;
  font-size: 1.1em;
  padding-left: 4px;
}
#title p {
  padding-left: 4px;
  font-size: 1.0em;
  line-height: 1.4;
}
/*
########################################################
	mainmenu
########################################################
*/
#mainmenu {
  width: 840px;
  height: 70px;
  margin-bottom: 9px;
}
#mainmenu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
#mainmenu li a {
  width: 140px;
  height: 70px;
  outline: none;
  display: block;
  text-indent: -700em;
  background-repeat: no-repeat;
  background: url(../images/mainmenu.png);
}
#mainmenu li a.menu01 {
  background-position: 0px 0px;
}
#mainmenu li a.menu01:hover {
  background-position: 0px -70px;
}
#mainmenu li a.menu02 {
  background-position: 700px 0px;
}
#mainmenu li a.menu02:hover {
  background-position: 700px -70px;
}
#mainmenu li a.menu03 {
  background-position: 560px 0px;
}
#mainmenu li a.menu03:hover {
  background-position: 560px -70px;
}
#mainmenu li a.menu04 {
  background-position: 420px 0px;
}
#mainmenu li a.menu04:hover {
  background-position: 420px -70px;
}
#mainmenu li a.menu05 {
  background-position: 280px 0px;
}
#mainmenu li a.menu05:hover {
  background-position: 280px -70px;
}
#mainmenu li a.menu06 {
  background-position: 140px 0px;
}
#mainmenu li a.menu06:hover {
  background-position: 140px -70px;
}
/*
########################################################
	main
########################################################
*/
#content {
  float: left;
  width: 600px;
  margin-bottom: 9px;
}
.post {
  margin-bottom: 9px;
}
.entry {
  padding: 10px 0;
  border-left: solid #16902d 5px;
  border-right: solid #16902d 5px;
  border-bottom: solid #16902d 5px;
}
.entry p {
  padding: 0 10px;
}
.title {
  width: 600px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 9px;
  background: url(../images/titlebar.png) no-repeat;
}
.title h2 {
  clear: both;
  color: #ff3366;
  font-size: 1.6em;
  padding-left: 9px;
  font-weight: lighter;
  letter-spacing: -1px;
}
.subtitle h3 {
  clear: both;
  color: #ff3366;
  font-size: 1.4em;
  font-weight: lighter;
  letter-spacing: -1px;
  margin-bottom: 9px;
  border-bottom: dotted 2px #279C9B;
}
.byline {
  color: #16902d;
  text-align: right;
}
/*
########################################################
	sidebar
########################################################
*/
#sidebox {
  float: right;
  width: 230px;
  height:auto;
}
#sidemenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidemenu li {
  margin-bottom: 9px;
}
/*
########################################################
	footer
########################################################
*/
#pagetop {
  clear: both;
  width: 840px;
  height: 67px;
  text-align: right;
}
#footer {
  clear: both;
  width: auto;
  height: auto;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
  background: url(../images/back.png);
}
#footer p a {
  color: #ffffff;
  text-decoration: none;
}
#footer p a:hover {
  color: #ff0033;
  text-decoration: none;
}
#footercontents {
  clear: both;
  width: 840px;
  height: auto;
  margin: 0 auto;
  color: #ffffff;
  text-align: left;
}
#undermenu {
  font-size: 1.2em;
}
#undermenu li {
  padding: 4px;
  display: inline;
  list-style-type: none;
}
#undermenu li a {
  color: #ffffff;
  text-decoration: none;
}
#undermenu li a:hover {
  color: #ff0033;
  text-decoration: none;
}
/*
########################################################
	top
########################################################
*/
#topmenu {
  text-align: center;
  margin-bottom: 9px;
}
#topmenu li {
  padding: 2px;
  display: inline;
  xtext-align: left;
  list-style-type: none;
}
#topmenu li a {
  width: 160px;
  height: 160px;
}
/*
########################################################
	price
########################################################
*/
.price {
  margin-bottom: 9px;
}
.price tr th.short {
  padding: 4px;
  text-align: center;
  color: #ffffff;
  width: 60px;
  border: #279C9B solid 2px;
  background: #279C9B;
}
.price tr th.middle {
  padding: 4px;
  text-align: center;
  color: #ffffff;
  width: 170px;
  border: #279C9B solid 2px;
  background: #279C9B;
}
.price tr th.long {
  padding: 4px;
  text-align: center;
  color: #ffffff;
  width: 370px;
  border: #279C9B solid 2px;
  background: #279C9B;
}
.price tr td.list {
  padding: 4px;
  text-align: left;
  border: #279C9B solid 1px;
}
.price tr td.note {
  padding: 4px;
  text-align: left;
  border: #279C9B solid 1px;
}
.price tr td.num {
  padding: 4px;
  text-align: center;
  border: #279C9B solid 1px;
}
/*
########################################################
	contact
########################################################
*/
.red {
  color: #ff0000;
}
#contact {
  margin-bottom: 9px;
}
#contact table tr th {
  width: 210px;
  padding: 19px;
  text-align: left;
  color: #ffffff;
  border: #279C9B solid 2px;
  background: #279C9B;
}
#contact table tr td {
  width: 390px;
  padding: 19px;
  text-align: left;
  border: #279C9B solid 2px;
}
#contact table tr td input,#textbox,.select,.enter {
  border: #279C9B solid 4px;
}