/*
Theme Name: cleant
Theme URI: http://www.cleant.jp/
Description:
Version: 0.9
Author: cleaning tateiwa
Author URI: http://www.cleant.jp/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
  margin:0;
  padding:0;
}

body,html {
  min-height:101%;
}

body {
  padding: 0px 0 25px 0;
  color: #505050;
}

body, select, input, textarea {
  font: 100% Arial, Verdana, Sans-Serif;
  line-height: 1.4em;
}

p {
  margin: 15px 0;
}

em {
  color: black;
  font-style:normal;
}


a:link, a:visited {
  color: #7da939;
  text-decoration:none;
  text-decoration:underline;
        color: #3465a4;
  }

a:hover, a:active {
  color:#333;
  text-decoration:underline;
  color: #204a87;
  color: #a40000;
  }

hr {
  display: block;
  height:1px;
  background:#333;
  border:0;
  }

small {
  font-size: 0.95em;
  background:#eef5e1;
  padding:3px 6px;
  }

img, a:link img, a:visited img {
  border:0
  }



/* Structure */

#page {
  width:880px;
  margin:0 auto;
  background:white;
  padding: 10px 25px 35px 25px;
  }

#wh {
  background-repeat: repeat-x;
  background-image: url('/img/clback.jpg');
  background-position: 0px 0px;
  background-color: #204a87;
}

#wh,
#wh a,
#wh a:link,
#wh a:visited {
  color: white;
}

#wh a:hover {
  color: #fce94f;
  text-decoration:underline
}

#header {
  margin:0 auto;
  width:880px;
}

#branding {
  width:625px;
  padding-bottom:15px;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#sidebar {
  width: 250px;
  float:right
  }

#leftcol {
  width:287px;
  border-right:1px dotted #b6b6b6;
  padding-right:18px;
  }

#leftcol, #rightcol {
  float:left
  }

#rightcol {
  width:277px;
  padding-left:18px;
  }



/*  Headers */

h1 {
  font:2.95em Georgia, "Times New Roman", Times, serif;
    font-family: Impact;
  font-weight:bold;
  letter-spacing:-0.02em;
  color: white;
  }

h1 a:visited,
h1 a:link,
h1 a:active {
  text-decoration:none
}
h1 a:hover {
  text-decoration:underline
}

h2 {
  font: 2.3em Georgia, "Times New Roman", Times, serif;
  padding-bottom:8px;
  border-bottom:1px solid #333;
  margin: 20px 0;
  color: black;
  }


h3, h4 {
  font-size:1.3em;
  margin-bottom:6px;
  color: black;
  }

.schedule h2,
#sidebar h2 {
  font: 1em Arial, Verdana, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.1em;
  }

#sidebar h3,
#sidebar h2,
.schedule h2 {
  font-family:Verdana,"Times New Roman",Times,Georgia,serif;
  border-top:5px solid #BBB;
  border-bottom:1px solid #BBB;
  padding:6px 0 6px 2px;
  margin:22px 0 15px 0;
  font-size:1em;
  font-weight:bold;
  color:#5f5f5f;
  }


h3#respond {
  border-top:1px dotted #b6b6b6;
  margin-top:25px;
  padding-top:20px
  }

h4 {
  padding:  2px  5px  4pt 40px;
  color: #000099;

  background: transparent url('/img/iron.gif') no-repeat 20px top;

  background-position: left top;
}
  h5 {
    font-size: 1.1em;
    padding: 0px 5px 0px 40px;
    line-height: 1em;

    background-repeat: no-repeat;
    background-image: url('/img/rarrow.png');
    background-position: 0px 0px;
  }

.event h4 {
  padding-bottom: 0px;
}
.event h5 {
  background-image: none;
  padding: 0px;
  margin-bottom: 1em;
}
.event ul {
  padding-left: 1em;
}

/* Content */

#content {
  width:605px;
  float:left
  }

.description {
  font-size: 1em;
  font-weight: bold;
  font-style:italic;
  color:#edd400;
  margin-top:-4px;
  }

.feature {
  background:#f2f2f2;
  padding:15px 0;
  border-bottom:1px dotted #b6b6b6;
  border-top:1px dotted #b6b6b6;
  }

.feature:hover {
  background:#e9e9e9;
  }

.feature p, #rightcol p {
  margin:0;
  }

.feature img, #rightcol img {
  padding:1px;
  border:1px solid #000;
  }

#leadpic {
  float:left;
  margin: 0 18px 8px 0;
  }

#lead {
  margin-top:22px;
  }

.title {
  font-size:1.2em;
  font-weight:bold;
  line-height:115%;
  }

.feature#lead .title {
  font:1.8em Georgia, "Times New Roman", Times, serif;
  line-height:100%;
  display:block;
  padding-bottom:7px;
  }

#leftcol .feature {
  margin-bottom: 5px;
  border-bottom:none
  }

#rightcol img {
  float:left;
  margin:3px 10px 4px 0;
  }

#leftcol img {
  margin-bottom: 4px;
  display:block
  }

#rightcol .clearfloat {
  padding:12px 0;
  }
#leftcol .clearfloat {
  padding:12px 0;
  }

#sidelist li {
  list-style:none
  }

#writer {
  background:#eef5e1;
  margin:25px 0 15px 0;
  padding:12px;
  }

#writer img {
  padding:1px;
  border:1px solid #7da939;
  float:left;
  width:80px;
  }

#writer span {
  display:block;
  padding-top:4px;
  border-top:1px solid #cbd8b4;
  margin-top:12px;
  }

#writer p {
  margin:0;
  width:482px;
  }

.entry {
  padding-bottom:28px;
  }

h3 a:link, h3 a:visited {
  color:#5f5f5f;
  }



/*Post Formatting*/

.picleft {
  float:left;
  margin:3px 14px 10px 0;
  border:7px solid #f2f2f2;
  }

.picright {
  float:right;
  margin:3px 0 10px 14px;
  border:7px solid #f2f2f2;
  }

.post blockquote {
  color:#76767a;
  background:#f2f2f2;
  padding:6px 14px;
  margin:18px 35px;
  border-right:1px solid #DDD;
  border-bottom:1px solid #DDD;
  }

.post ul li {
  list-style:square;
  margin-bottom:5px;
  line-height:115%;
  margin-left:42px;
  }

.post ol li {
  margin-bottom:5px;
  line-height:115%;
  margin-left:48px;
  }

#tags {
  padding:3px;
  border-bottom:1px solid #DDD;
  border-top:1px solid #DDD;
  }


/* Form Elements */

select {
  background:#f2f2f2;
  border:1px solid #9c9c9c;
  width:100%
  }

#searchform {
  padding:16px 5px 0 0;
  }

.button {
  padding: 1px;
  background:#000;
  color:#e7e7e7;
  border:none;
  }

.button:hover {
  background:#777;
  color:#FFF;
  text-decoration:none
  }


/* Float Properties*/

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

.clearfloat {
  display:inline-block
  }

.clearfloat {
  display:block
  }



/* Footer*/

#footer {
  margin: 0 auto;
  width: 900px;
  font-size:0.7em;
  padding-top:15px;
  border-top: 1px solid #999999;
  }


.storeimage img {
  float: left;
}
.clear {
  clear: both;
}
.storeinfo {
  margin-left: 220px;
}

  div.siteimage {
    text-align: center;
    height: 150px;
    margin: 22px 0 0 0px;
    padding: 0 0 0 0px;

    background: white url('/img/topimg7.jpg') no-repeat left top;

    color: black;
    vertical-align: text-bottom ;
  }
  div.siteimage H2 {
    border: 0px;
    color: #333300;
    text-align: left;
    background-color: transparent ;
    font-size: 32px;
    font-weight: bolder;
    margin: 0px;
    background-image: none;
    padding: 40px 4px 0px 60px;
    color: white;
    opacity:0.8;
    filter: alpha(opacity=80);
  }
  div.siteimage p {
    margin: 24px 0px 0px 128px;
    padding: 0px 5px 0px 18px;
    color: #000066;
    font-size: 12px;
    line-height: 15px;
    width: auto;
    font-weight: normal;
    text-align: left;
  }

  .topcal {
    float: right;
    width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: #e4efd5;
  }

  .section {
    margin: 1em 0;
    padding-bottom: 1em;

    border-bottom:1px dotted #b6b6b6;
  }
#footer ul {
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
}
#footer li {
  display: inline;
  margin: 0px 5px 0px 5px;
}


dt {
  font-weight: bold;
  margin-bottom: .5em;
}
dd {
  padding-left: 1em;
  margin-bottom: .5em;
}
.breadcrumb {
  color: white;
  background-color: #3399CC; /*#000066;*/
  background-color: #3465a4;
  margin: 0px;
    margin-top: 22px;
  padding: 3px 1em 2px 1em;
  text-align: left;
  line-height: 1.3em;
}
.breadcrumb a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
.breadcrumb a:visited {
  color: #DDDDDD;
}
.breadcrumb a:hover {
  color: white;
  background-color: #0000FF;
}

/*- FAQ ----------------------------------------- */
  H3.faqq {
    font-size: 120%;
    margin: 1px 3px 0px 1px;
    padding: 8px 10px 16px 45pt;
    color: #000099;

    background-image: url('/img/faq-fmini.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;

    background-color: white;

    border-top: 0px none #000088;
    border-left: 0px none #000000;
    border-right: 0px none #000033;
    border-bottom: 1px solid #DDDDDD;
  }

  div.faqa {
    background-image: url("/img/faq-amini.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;

    padding: 0 0 0 55px;
  }


    div.metadata {
        margin: 10px;
        padding: 10px;
        background-color:#DDDDDD;
    }
    div.metadata a {
        margin: 0px;
        padding: 0px;
        background-color:#DDDDDD;
    }


/* ---------------------------------------------
   PAGE: environment
   ---------------------------------------------  */

.spsale {
  margin: 0.2em;
  padding: 4px 3px 3px 10px;
  background-color: #FF0000;
  color: #FFFFFF;
  text-align: center;
  font-size: 130%;
}

#hangermessages {
  text-align: center;
  vertical-align: top;
}
#hangermessages table {
  width: 100%;
}
#hangermessages table td{
  width: 50%;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

#hangermessages div.hanmsg {
  background-color: #EEEEEE;
  text-align: left;
}

#hangermessages div.hanimage div {
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
#hangermessages .hanimage div.hantype {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bolder;
  width: 11em;

  margin: 0px;
  padding: 3px 0px 3px 0px;

  background-color: #FFCC33;
  border-top: 1px solid #FF9900;
  border-left: 3px solid #FF9900;
  border-right: 3px solid #FF9900;
  border-bottom: 1px solid #FF6600;
}
#hangermessages .hanimage div.handesc {
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
#hangersample .hansmp {
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 240px;
}
#hangersample .hansmp div {
  text-align: center;
  vertical-align: top;
}
#hangersample .hanfotter {
  clear: both;
}


/* plistmain =============================================*/

table#plistmain {
  background-color: #ebe9e1;
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}

table#plistmain td {
  vertical-align: top;
  padding: 10px;
  width: auto;
}

table#plistmain table.plist {
  background-color: #FFFFFF;
  padding: 0;
  margin:  10px 0px 10px 0px;
  width: 100%;
  border: 1px solid #999999;
}


table#plistmain table.plist caption,
table#plistmain table.plist th,
table#plistmain table.plist td {
  margin: 0;
  padding: 3px 4px;
  width: auto;
  vertical-align: top;
  white-space: nowrap;
}
#plistmain table.plist caption {
  background-color: #928c7c;
  color: white;
  font-weight: bolder;
  margin: 0;
}
#plistmain table.plist td {
  text-align: right;
}
#plistmain table.plist td,
#plistmain table.plist th {
  white-space: nowrap;
  border-bottom: 1px solid #EEEEEE;
}

#sidelist .widget_pages ul ul {
  background:#e4efd5;
  }

#sidelist .widget_pages ul ul li {
  list-style: none;
  margin-left:1em;
  border-bottom:1px solid #e4efd5;
  }

#sidelist .widget_pages ul li a,
#sidelist .widget_pages ul li a:visited {
  color: #336633;
}

#sidelist .widget_pages ul ul li a,
#sidelist .widget_pages ul ul li a:visited {
  border:0;
  background:#eef5e1;
  }

#sidelist .current_page_item a,
#sidelist .current_page_item a:link,
#sidelist .current_page_item a:visited,
#sidelist .widget_pages ul li a:hover,
#sidelist .widget_pages ul li a:active {
  color:#a40000;
  }


#sidelist .widget_pages li {
  list-style:none;
  border-bottom:1px solid #FFF;
  }

#sidelist .widget_pages li a:link,
#sidelist .widget_pages li a:visited {
  background:#e4efd5;
  display:block;
  padding:4px 4px 4px 8px;
  border-left:4px solid #e4efd5;
  }

#sidelist .widget_pages li a:hover,
#sidelist .widget_pages li a:active {
  background:#eef5e1;
  }
#sidelist .widget_pages ul ul li a:link,
#sidelist .widget_pages ul ul li a:visited {
  background:#eef5e1;
  border-left: 0px;
  border-left:none
  }
#sidelist .widget_pages ul ul li a:hover,
#sidelist .widget_pages ul ul li a:active {
  background:#e4efd5;
}

#sidelist .widget_pages ul .current_page_item,
#sidelist .widget_pages ul .current_page_item a,
#sidelist .widget_pages ul .current_page_item a:link,
#sidelist .widget_pages ul .current_page_item a:active,
#sidelist .widget_pages ul .current_page_item a:visited {
  background-color: #B2D281;
  border-color: #e4efd5 #e4efd5 #e4efd5 #a40000;
  color: #182D0A;
}
#sidelist .widget_pages ul .current_page_item {
  text-decoration: none;
}
#sidelist .widget_pages ul .current_page_item a:hover {
  font-weight: bold;
  border-color: #e4efd5 #e4efd5 #e4efd5 #a40000;
  color: #cc0000;
}

#home H3 {
  padding: 0px;
  margin: 0px;
  background-image: none;
}

.schedule ul {
  list-style-type: none;
}
.schedule li {
  line-height: 2em;
}

#nav a {
  font-size: small;
}


.tips {
  margin: 0.2em;
  background-color: #FF9900;
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 130%;
  text-align: center;
  width: 10em;
  line-height: 1.4em;
}
div.returntop {
  margin: 20px 5px 10px 5px;
  padding: 0.5em;
  background-color: #e4efd5;

  text-align: center;
  }

.section .right {
  margin-left: 1em;
  margin-bottom: 1em;
}

.section .left {
  margin-right: 1em;
  margin-bottom: 1em;
}
.section .ul {
  padding-left: 1em;
}

.inline {
  display: inline;
}

.strongsale {
  margin: 0.2em;
  padding: 0.5em 1em 0.3em 1em;
  background-color: #FF9900;
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 130%;
  text-align: center;
  width: auto;
  font-family: fantasy;
}
.supplement {
  clear: both;
  margin: 0px 1em 0px 1em;
}


.section .advicestep {
  margin: 12px 8px 12px 8px;
  padding: .5em 1em;
  background-color: #f5f4ec;

  border-style: solid;
  border-width: 1px;
  border-color: white #cccccc #cccccc white;
}

.fmessage {
  background-color: #ebe9e1;
  text-align: center;
  margin: 0px;
  border-width: 1px 0 ;
  border-style:solid;
  color: #83807d;
  font-weight: bold;
  border-color: #83807d 0 #f0f0f0 0;
}

.linkbox {
  text-align: center;
  border: 3px solid #f5f4f0;
  padding: 8px 0;
}

.postmetadata {
  margin: .5em 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0 0;
  font-size: small;
  }

.postmetadata ul li {
  display: inline;
  margin-left: 0px;
  padding-left: 1em;
}

.ec3_eventday a {
  color: #7da939;
}


.endevent {
  background-color: #e0e0e0;
}
.endevent .endevent {
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 1em;
  border: 2px solid red;
  font-weight: bold;
  color: red;
}

.schedule {
  display: block;
}

#rightcol img.noborder,
.noborder {
  border-width: 0px;
}

#wp-calender table {
border-collapse:collapse;
border-spacing:0;
}
#wp-calender caption {
  background-color: #f0f0f0;
}
#wp-calender thead {
  background-color: #ddeeff;
}
