/* basic elements */

@import url(base.css);

body {
   background: url(images/back.gif) repeat-y top center;
   line-height: 1.5em;
}

a {
   font-weight: bold;
   color: #0000ff;
   text-decoration: underline;
}

a:hover {
   color: #ff6600;
}

/***** containerの設定 ここから *****/
#container {
   width: 750px;
   margin: 0px auto; /* center on everything else */
   padding: 0px;
   text-align: left;
}

/***** containerの設定 ここまで *****/

/***** headerの設定 ここから *****/
#header {
   background: url(images/head-back.gif) no-repeat 0 0;
   margin: 0px;
   padding: 0px;
   height: 120px;
}

#site-logo {
   float: left;
   margin-left: 20px;
}

#mailto {
   margin-top: 55px;
   margin-left: 140px;
   padding: 0px;
}

#head-copy {
   margin-top: 5px;
   margin-left: 15px;
   padding: 0px;
}
/***** headerの設定 ここまで *****/

/***** head-infoの設定 ここから *****/
#head-info {
   clear: both;
   margin: 0px;
   padding: 0px;
}

.float-left {
   display: inline;   /* IE フロートさせた時マージンが２倍になるバグの回避 */
   float: left;
   width: 120px;
   margin-left: 30px;
}

.float-left a {
   display: block;
}

.float-right {
   display: inline;   /* IE フロートさせた時マージンが２倍になるバグの回避 */
   float: right;
   width: 550px;
}

/***** head-infoの設定 ここまで *****/

/***** h-naviの設定 ここから *****/
#h-navi {
   clear: both;
   margin-left: 6px;
   padding: 0px;
}

#h-navi ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

#h-navi li {
   list-style-type: none;
   float: left;
   margin: 0px;
   padding: 0px;
}

/***** h-naviの設定 ここまで *****/

/***** contentの設定 ここから *****/
#content {
   float: left;
   width: 750px;
   margin: 0px;
   padding: 0px 0px 20px;
   background: url(images/c-back.gif) repeat-y 0 0;
   z-index: 1;
   letter-spacing: 1px;
}

#content ul {
   list-style: none;
   margin: 0px;
   padding: 10px 0px 10px 30px;
}

#category-index #main ul {
   margin-bottom: 100px;
}


#content li {
   list-style: none;
   margin: 0px;
   padding: 0px 0px 0px 30px;
   line-height: 2.0;
   background: url(images/check.gif) no-repeat 0 0.2em;
}

#category-index #main li {
   padding: 0px 0px 0px 20px;
   background: url(images/catepage-list.gif) no-repeat 0 0.5em;
}

.one-column #content {
   clear: both;
   display: inline;   /* IE フロートさせた時マージンが２倍になるバグの回避 */
   width: 670px;
   background: none;
   margin: 10px 0px 10px 30px;
}
/***** contentの設定 ここまで *****/

/***** mainの設定 ここから *****/
#main {
   display: inline;   /* IE フロートさせた時マージンが２倍になるバグの回避 */
   float: right;
   width: 530px;
   margin-right: 15px;
   padding: 0px;
   font-size: 12px;
}

.go {
   padding-left: 25px;
   background: url(images/link.gif) no-repeat 0 50%;
}
/***** mainの設定 ここまで *****/

/***** subの設定 ここから *****/
#sub {
   display: inline;   /* IE フロートさせた時マージンが２倍になるバグの回避 */
   float: left;
   width: 170px;
   margin-left: 15px;
   padding: 0px;
   font-size: 12px;
}

.sub-title, .sub-top-title {
   background: url(images/side-ue.gif) no-repeat 0 0;
   color: #336633;
   font-weight: bold;
   margin: 20px 0px 0px;
   padding: 12px 23px 9px;
   width: 170px;
}

.sub-top-title {
   margin: 0px;
}

.sub-naka {
   background: url(images/side-naka.gif) repeat-y 0 0;
   margin: 0px;
   padding: 0px;
   width: 170px;
}

.sub-sita {
   background: url(images/side-sita.gif) no-repeat 0 bottom;
   margin: 0px;
   padding: 0px;
   width: 170px;
}

#hakamada-kao {
   margin: 20px 20px 0px;
}

#sub dl {
   margin: 0px;
   padding: 10px;
}

#sub dt {
   margin: 8px 0px;
   padding: 0px 0px 0px 10px;
   border-left: solid #cc3300 5px;
   line-height: 1.2;
}

#sub dd {
   margin: 0px;
   padding: 0px;
}

#sub dt a {
   color: #cc3300;
   font-weight: bold;
   text-decoration: none;
}

#sub dt a:hover {
   text-decoration: underline;
}

#sub ul {
   margin: 0px 0px 0px 10px;
   padding: 0px;
   list-style-type: none;
}

#sub li {
   margin: 10px 0px;
   padding: 0px 0px 0px 12px;
   background: url(images/side-list.gif) no-repeat 0 50%;
   line-height: 1.2;
}

#sub li a {
   color: #336633;
   font-weight: normal;
   text-decoration:none;
}

#sub li a:hover {
   text-decoration: underline;
}

.sub-content {
   margin: 5px 0px;
   padding: 0px;
}

#to-toiawase {
   margin: 10px;
}

#to-order {
   margin: 0px 10px;
}
/***** subの設定 ここまで *****/

/***** f-naviの設定 ここから *****/
#f-navi {
   clear: both;
   height: 25px;
   margin: 0px;
   padding: 5px;
   background-color: #006699;
}

#f-navi ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

#f-navi li {
   list-style-type: none;
   display: inline;
   margin: 0px;
   padding: 0px 8px;
   color: #ffffff;
   background: url(images/shiro.gif) no-repeat right center;
}

#f-navi li.bnone {
   background: none;
}

#f-navi li a {
   color: #ffffff;
   text-decoration: none;
}

#f-navi li a:hover {
   text-decoration: underline;
}

/***** f-naviの設定 ここまで *****/

/***** footerの設定 ここから *****/
#footer {
   clear: both;
   width: 750px;
   border-top: solid #cbebc6 5px;
}

address {
   font-style: normal;
   font-size: smaller;
   padding: 15px 0px 5px;
   margin: 0px 20px;
}
/***** footerの設定 ここまで *****/

/* パンくず */
#pan {
   clear: both;
   margin: 0px 0px 10px;
   padding: 0px 0px 10px;
   border-bottom: dashed #999999 1px;
}

#category-index #pan ul, #entry-index #pan ul {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

#category-index #pan li, #entry-index #pan li {
   display: inline;
   list-style-type: none;
   margin: 0px;
   padding: 0px 5px 0px 17px;
   background: none;
}
/*   background: url(images/pan-list.gif) no-repeat 0 50%;*/

#category-index #pan li.arrow-none, #entry-index #pan li.arrow-none {
   padding: 0px 5px 0px 0px;
   background: none;
}

#category-index #pan li.block, #entry-index #pan li.block {
   display: block;
}

#pan a {
   text-decoration: none;
}

#pan a:hover {
   text-decoration: underline;
}

img.pan-list {
   vertical-align: bottom;
   margin-right: 8px;
}

/* 文字修飾の設定 */
h1 {
   font-size: 12px;
   padding: 0px;
   margin: 0px 10px;
   text-align: right;
   color: #333333;
}

h2 {
   clear: both;
   padding: 7px 0px 5px 10px;
   font-size: 18px;
   color: #8b0000;
   background-color: #eae8e1;
}

h2#h2-title {
   clear: both;
   padding: 0px;
   background-color: #ffffff;
}


h3 {
   clear: both;
   background-color: #ffffcc;
   font-size: 16px;
   padding: 5px 0px 5px 15px;
   color: #ff6600;
   border-right: solid #999999 1px;
   border-bottom: solid #999999 1px;
   border-left: solid #ff6600 5px;
}

h4 {
   background: url(images/h4-list.gif) no-repeat left 50%;
   font-size: 16px;
   padding: 3px 0px 3px 20px;
   color: #cc3300;
   border-bottom: solid #f8b866 2px;
}

h5 {
   font-size: 12px;
   color: #ff0000;
}

#sub p {
   margin: 10px 15px;
}

p {
   margin: 15px;
}

h2, h3, h4 {
   margin: 20px 0px;
}

.marg5 {
   margin: 0px 5px;
}

.go {
   margin-left: 5px;
}

.navi1, .navi2, .navi3 {
   margin: 20px 0px 30px;
   padding: 10px 40px;
}

.navi1 {
   clear: both;
   background-color: #cbebc6;
}

.navi2 {
   font-weight: bold;
   background-color: #f5cb99;
}

.navi3 {
   background-color: #cfecee;
}

.area {
   font-size: 10px;
}

.midashi1 {
   font-size: 14px;
}

.layout {
   float: right;
   margin: 0px 20px;
}

.layout1 {
   clear: both;
   margin: 20px 0px;
   padding: 10px 0px;
}

.monitor {
   font-weight: bold;
   color: #ff0000;
   font-size: 16px;
}

.tell {
   font-weight: bold;
   color: #ff0000;
   font-size: 18px;
}

#powered {
   clear: both;
   margin: 0;
   padding: 0;
}

#powered p {
   margin: 0;
   padding: 0;
}

.yellow {
   background-color: #ffff00;
}

.bg-yellow {
   background-color: #ffff00;
}

.bg-pink {
   background-color: #ffbbbb;
}

.red {
   color: #ff0000;
}

.f-size1 {
   font-size: large;
}


#copy {
   width: 750px;
   margin: 0px auto;
   padding: 0px;
   text-align: right;
   font-weight: bold;
   color: #ff6600;
}

#copy-inner {
   display: block;
   padding: 0px 15px;
}

.bold {
   font-weight: bold;
}

.line-through {
   text-decoration: line-through;
}

.large {
   font-size: 140%;
}

/* その他 */
#what-index table {
}

#what-index th {
   width: 120px;
   background-color: #ffcc99;
   color: #cc3300;
   text-align: center;
   font-weight: normal;
   font-size: 12px;
}

#what-index th.h18 {
   height: 18px;
}

#what-index th.h25 {
   height: 25px;
}

#what-index td {
   padding-left: 10px;
   font-size: 12px;
}

#what-index td.w120 {
   text-align: center;
   width: 120px;
   padding-left: 0px;
}

#toiawase-index table, #order-index table, #sample-index table {
   margin-left: 30px;
   border: solid #cc3300 1px;
   border-collapse: separate;
}

#toiawase-index th, #order-index th, #sample-index th {
   width: 200px;
   padding: 10px;
   border: solid #cc3300 1px;
   background-color: #f5f8ca;
   text-align: left;
}

#toiawase-index td, #order-index td, #sample-index td {
   width: 400px;
   padding: 10px;
   border: solid #cc3300 1px;
}

.button {
   text-align: center;
}

#chiiki-ue {
   background: url(images/chiiki-ue.gif) no-repeat 0 0;
   width: 530px;
   margin: 20px 0px;
   padding: 30px 0px 0px;
}

#chiiki-naka {
   background: url(images/chiiki-naka.gif) repeat-y 0 0;
   width: 530px;
   padding: 10px 0px 0px;
}

#chiiki-naka h4{
   background: url(images/chiiki-h4.gif) no-repeat 0 50%;
   margin: 10px 20px;
   padding: 0px 0px 0px 25px;
   font-size: 14px;
   color: #006699;
   border: none;
}

#chiiki-naka p {
   font-weight: bold;
   margin: 10px 30px;
}

#chiiki-naka hr {
   margin: 0px 20px;
   border-top: dashed #999999 1px;
   color: #ffffff;
   background-color: #ffffff;
}

#chiiki-sita {
   background: url(images/chiiki-sita.gif) no-repeat 0 bottom;
   width: 530px;
   padding: 0px 0px 20px;
}

#navi-ue {
   background: url(images/navi-ue.gif) no-repeat 0 0;
   width: 530px;
   margin: 20px 0px;
   padding: 30px 0px 0px;
}

#navi-naka {
   background: url(images/navi-naka.gif) repeat-y 0 0;
   width: 530px;
   padding: 10px 0px 0px;
}

#navi-naka p {
   padding: 0px 30px;
   font-weight: bold;
}

#navi-sita {
   background: url(images/navi-sita.gif) no-repeat 0 bottom;
   width: 530px;
   padding: 0px 0px 20px;
}

.one-column #chiiki-ue {
   background: url(images/chiiki-ue1.gif) no-repeat 0 0;
   width: 650px;
}

.one-column #chiiki-naka {
   background: url(images/chiiki-naka1.gif) repeat-y 0 0;
   width: 650px;
}

.one-column #chiiki-sita {
   background: url(images/chiiki-sita1.gif) no-repeat 0 bottom;
   width: 650px;
}

.one-column #navi-ue {
   background: url(images/navi-ue1.gif) no-repeat 0 0;
   width: 650px;
}

.one-column #navi-naka {
   background: url(images/navi-naka1.gif) repeat-y 0 0;
   width: 650px;
}

.one-column #navi-naka p {
   padding: 0px 70px;
}

.one-column #navi-sita {
   background: url(images/navi-sita1.gif) no-repeat 0 bottom;
   width: 650px;
}

.top-navi-ue, .box1-ue {
   width: 530px;
   background: url(images/box-ue.gif) no-repeat 0 0;
}

.top-navi-sita, .box1-sita {
   width: 530px;
   background: url(images/box-sita.gif) no-repeat 0 bottom;
}

.top-navi-ue {
   background-color: #f0f8ff;
}

.box1-ue {
   background-color: #ffe4e1;
}

.box1-sita {
   padding: 5px;
}

.center {
   margin-left: 60px; 
   text-align: center;
}
/**** トップページへ ***/
a#to-ue {
   color: #336633;
   text-decoration: none;
}

a:hover#to-ue {
   text-decoration: underline;
}

img#to-top {
   vertical-align: bottom;
   margin-left: 360px;
   margin-right:8px;
}

img#to-g {
   margin-bottom: 5px;
}

img#to-home {
   margin-bottom: 10px;
}
/*** 申し込みの流れ ***/
.flow-num {
   padding: 5px 0px 4px 10px;
   border-bottom: dashed #cc3300 1px;
   border-left: solid #cc3300 7px;
   font-size: 14px;
   color: #cc3300;
   font-weight: bold;
}

.sita {
   margin: 5px 247px;
}

#order-index .sita {
   margin: 5px 307px;
}

#mt {
   margin: 10px;
   float: right;
}

#to-hope {
   margin: 10px;
   float: right;
}