/*-------------------

  format.css

--------------------*/

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
caption,
img,
form,
label {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}

table,
th,
td {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

input {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

textarea {
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

:focus {
  outline: 0;
}

hr {
  display: none;
}

/*-------------------

  font.css

--------------------*/
/*
html>body *{ font-size:96%; }
*html body{ font-size:75%; }
*/

body {
  background: url(../cmn_images/bg.jpg) #ffffff top repeat-x;
  color: #666666;
  line-height: 120%;
  font-size: 78%;
}

body,
x:-moz-broken {
  font-size: 75%;
}
body,
x:x {
  font-size: 78%;
}

a {
  color: #2f8bc7;
}

a:link {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.small {
  font-size: 80%;
}

.nomal {
  font-size: 100%;
}

.big {
  font-size: 120%;
}

.moreBig {
  font-size: 130%;
}

.red {
  color: #cc0000;
}

.white {
  color: #ffffff;
}

.gray {
  color: #999999;
}

.blue {
  color: #002060;
}

.green {
  color: #95c42f;
}

.cBlue {
  color: #72a1bc;
}

.cRed {
  color: #bc6f71;
}

.cGreen {
  color: #7dbc97;
}

.cYellow {
  color: #bcaa7f;
}

.cGray {
  color: #90a5b5;
}

.bold {
  font-weight: bold;
}

a.noDecoration {
  text-decoration: none;
}

/*-------------------

  baselayout.css

--------------------*/
div#page {
  width: 100%;
  background: url(../cmn_images/page_bg.jpg) center top no-repeat;
}
div#page.index {
  background: url(../images/page_bg.jpg) center top no-repeat;
}

div#header {
  width: 760px;
  height: 79px;
  margin: 0 auto;
  background: url(../cmn_images/head_bg.jpg) repeat-x top;
}

div#navigation {
  width: 760px;
  margin: 0 auto;
  background-color: #64b024;
}

div#titleBox {
  width: 760px;
  margin: 0 auto;
  padding: 18px 0 15px 0;
  /* background:url(../cmn_images/box_top_bg.png) no-repeat bottom; */
}
div#mainBoxTop {
  background: url(../cmn_images/box_top_bg.png) no-repeat bottom;
  width: 760px;
  height: 13px;
  margin: 0 auto;
}

div#titleBox.top {
  text-align: right;
  padding: 15px 0 0 0;
  height: 300px;
}

div#box {
  clear: both;
  width: 760px;
  background: #f0f0f0;
  margin: 0 auto;
  padding: 15px 0 22px 0;
}

div#content {
  width: 531px;
  float: right;
  margin-right: 23px;
  background: #ffffff;
}
* html div#content {
  margin-right: 12px;
}

div#sidebar {
  width: 175px;
  float: left;
  margin-left: 13px;
}
* html div#sidebar {
  margin-left: 6px;
}

div#content.index {
  background: #f0f0f0;
}

div#footer {
  clear: both;
  width: 760px;
  margin: 0 auto 15px auto;
  background: url(../cmn_images/box_btm_bg.gif) no-repeat top;
}

/*-------------------

  #header

--------------------*/
#header {
}

#header h1.logo {
  float: left;
}

#header #headCenterBox {
  float: left;
  width: 199px;
  margin: 14px 0 0 50px;
}
#header #headCenterBox ul {
  margin: 7px 0 0 44px;
}
#header #headCenterBox ul li {
  float: left;
}

#header #headOmousikomiBox {
  width: 199px;
  float: right;
  height: 58px;
  margin: 14px 0 0 0;
  background: url(../cmn_images/omousikomi_btm.jpg) no-repeat bottom;
}
#header #headOmousikomiBox ul {
  margin-left: 8px;
}

#header #headOmousikomiBox ul li {
  float: left;
  margin-right: 7px;
}
/*-------------------

  #sidebar

--------------------*/
#sidebar {
}
#sidebar ul li {
  margin-bottom: 16px;
}
#sidebar ul li ul {
  padding: 7px 0 13px 0;
}

#sidebar ul li ul.otoku {
  background: url(../cmn_images/sub_navi_btm_bg.jpg) no-repeat bottom;
}
#sidebar ul li ul.shisetsu {
  background: url(../cmn_images/sub_navi_btm_bg2.jpg) no-repeat bottom;
}

#sidebar ul li ul li {
  margin-bottom: 6px;
  margin-left: 6px;
}
* html #sidebar ul li ul li {
  margin-bottom: -10px;
}

#sidebar ul li ul li a {
  text-decoration: none;
  display: block;
  background: url(../cmn_images/sub_navi_li_bg.jpg) no-repeat left bottom;
  padding: 7px;
  margin-right: 10px;
}
#sidebar ul li ul.otoku li a {
  color: #7ca426;
}

#sidebar ul li ul.shisetsu li a {
  color: #946a50;
}
/*-------------------

  #navigation

--------------------*/
#navigation {
}
/* clearfix */

#navigation ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#navigation ul {
  width: 760px;
  margin-left: 2px;
  padding: 1px 0;
}
/* Hides from IE-mac \*/
* html #navigation ul {
  height: 1%;
}
#navigation ul {
  display: block;
}
/* End hide from IE-mac */

#navigation li {
  float: left;
  margin-right: 1px;
}

/*-------------------

  #content

--------------------*/
#content {
}
#content #pankuzuNavi {
  background: url(../cmn_images/pankuzu_navi_bg.jpg) no-repeat;
  width: 523px;
  height: 23px;
  margin: 2px 0 10px 2px;
}

#content #pankuzuNavi p {
  padding: 4px 0 0 10px;
}

#content #main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content #main {
  width: 503px;
  margin: 10px 0 20px 16px;
}

/* Hides from IE-mac \*/
* html #content #main {
  height: 1%;
}
#content #main {
  display: block;
}
/* End hide from IE-mac */
#content #main h3,
#content #main h4 {
  clear: both;
}

#content #main h3.title {
  border-bottom: 2px solid #95c42f;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

#content #main h4.title {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

ul.priceList:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.priceList {
}

/* Hides from IE-mac \*/
* html ul.priceList {
  height: 1%;
}
ul.priceList {
  display: block;
}
/* End hide from IE-mac */

ul.priceList li {
  margin-right: 16px;
  float: left;
  margin-bottom: 30px;
}

ul.priceList li p {
  margin-top: 5px;
  height: 35px;
}
* html ul.priceList li p {
  width: 226px;
}

/*-------------------

  #footer

--------------------*/
#footer #footTop {
  padding-top: 5px;
  height: 24px;
}

#footer #footTop ul {
  margin-left: 10px;
}
* html #footer #footTop ul {
  margin-left: 5px;
}

#footer #footTop li {
  float: left;
  margin-right: 22px;
  background: url(../cmn_images/sankaku_bg_green.gif) no-repeat top left;
  background-position: 0 2px;
  padding-left: 15px;
}

#footer #footTop address {
  display: block;
  float: right;
  margin-right: 6px;
}
* html #footer #footTop address {
  margin-right: 3px;
}

#footer #footBtm:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#footer #footBtm {
  clear: both;
  margin-top: 11px;
}
/* Hides from IE-mac \*/
* html #footer #footBtm {
  height: 1%;
}
#footer #footBtm {
  display: block;
}
/* End hide from IE-mac */

#footer #footBtm p.footCopy {
  float: left;
  margin: 10px 0 0 4px;
}
* html #footer #footBtm p.footCopy {
  margin-left: 2px;
}

#footer #footBtm p.footBannar {
  float: right;
}
/*-------------------

　共通クラス

--------------------*/

.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}

/* clear */
.clear {
  clear: both;
}

/* clearfix */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

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

.toTop {
  clear: both;
  text-align: right;
  margin: 0 auto 0 auto;
  padding: 15px 25px 0 0;
}

.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}

.marBtm5 {
  margin-bottom: 5px;
}

.marBtm10 {
  margin-bottom: 10px;
}

.marBtm15 {
  margin-bottom: 15px;
}

.marBtm20 {
  margin-bottom: 20px;
}
.marBtm25 {
  margin-bottom: 25px;
}
.marBtm30 {
  margin-bottom: 30px;
}
.marBtm35 {
  margin-bottom: 35px;
}
.marBtm40 {
  margin-bottom: 40px;
}
.marBtm45 {
  margin-bottom: 45px;
}
.marBtm60 {
  margin-bottom: 60px;
}
.marBtm65 {
  margin-bottom: 65px;
}
.marLeft5 {
  margin-left: 5px;
}
.marLeft10 {
  margin-left: 10px;
}
.marLeft15 {
  margin-left: 15px;
}
.marLeft20 {
  margin-left: 20px;
}
.marTop20 {
  margin-top: 20px;
}
.padBtm40 {
  padding-bottom: 40px;
}
.marRight10 {
  margin-right: 10px;
}
table.normalTable,
table.custamQTable,
table.custamPTable,
table.custamATable {
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

table.normalTable th,
table.normalTable td,
table.custamQTable th,
table.custamQTable td,
table.custamPTable th,
table.custamPTable td,
table.custamATable th,
table.custamATable td {
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  padding: 10px 15px;
  text-align: center;
}

table.normalTable th,
table.custamPTable th,
table.custamATable th {
  background: #d1f0b3;
  font-weight: bold;
}
table.custamQTable th {
  background: #ffffff;
}

table.custamATable th,
table.custamATable td {
  padding: 5px 10px;
  text-align: left;
}

table.custamQTable th,
table.custamQTable td {
  text-align: left;
}
table.custamQTable th {
  padding: 0;
  vertical-align: top;
}
table.custamQTable th p {
  vertical-align: middle;
  font-weight: bold;
  background: #d1f0b3;
  padding: 8px 13px;
  margin: 2px;
  display: block;
}

table.custamPTable th {
  padding: 5px 0;
  text-align: center;
}
table.custamPTable td {
  padding: 2px;
  text-align: left;
}

ul.normalList {
}

ul.normalList li {
  background: url(../cmn_images/sankaku_bg_white.gif) no-repeat top left;
  background-position: 0 1px;
  padding-left: 15px;
  margin-bottom: 5px;
}

.lower {
  text-indent: -1em;
  padding-left: 1em;
}

/**/
/*
div#titleBox.top {
    text-align: right;
    padding: 15px 0 0px 0;
}
.omimai{
	width:760px;
	height:290px;
	background:#fff;
	text-align:center;
	margin:15px auto 0;
	margin-top:15px;
	padding:20px 0 0;
	font-size:14px;
	line-height:1.6em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.omimai span{
	display:block;
	padding-bottom:16px;
	line-height:1.6em;
	font-size:22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*/
