/*
Theme Name: sample
Theme URI: http://seed.sub.jp/wp/
Description: izumi用オリジナルテーマです。
Author: KUMIKO kawahara 
*/

body{
    background :#f7f7f7 url(body-bg.jpg) repeat;
    /*font-size: 14px;
    line-height: 1.6;*/
    color: #555;
}

/*container*/
#container {
  width: 900px;
  margin: auto;
  background-color: #FFF;
  padding: 0 20px;
}

/*header*/
div#header h1 {
  font-size: 1em;
  margin: 0;
  float: left;
  margin-top: 5px;
}
div#header h1 a {
  text-decoration: none;
  color: #DDD;
}
#header p#desc {
  font-size: 0.7em;
  color:#999;
  margin: 0;
  float: right;
  margin-top: 7px;
}
#header {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
#header p#image {
  margin: 8px 0 0;
}

/*ナビゲーション*/
#header {
  margin-bottom: 0;
}
#nav ul {
  /*background-color: #DDD;*/
  border: solid 1px #DDD;
  padding: 8px 0;
  margin: 0 0 20px;
}
#nav li a {
  font-size: 0.75em;
  color: #888;
  text-decoration: none;
}
#nav li a:hover {
  color: #0CF;
}
#nav li {
  display: inline;
  list-style-type: none;
  border-right: solid 1px #DDD;
  padding-left: 15px;
  padding-right: 15px;
}

/*パンくずナビゲーション*/
.breadcrumbs
{
  font-size: 0.7em;
  color: #888;
  margin: 5px 0 20px 10px;
  /*position: relative;*/
  /*float: left;*/
}

/*コンテンツ*/
#content {
  width: 630px;
  float: left;
}
p#pagetitle {
  font-size: 0.875em;
  font-weight: bold;
  color: #0c8bcd;
  border: dotted 1px #0c8bcd;
  text-align: center;
  padding: 10px 0;
  margin-top: 0;
}

/*記事*/
.post {
  border: dashed 1px #777;
  padding: 15px;
  margin-bottom: 20px;
}
.post h2 {
  background-color: #DDD;
  background-image: url(titlebar.jpg);
  font-size: 0.875em;
  padding: 10px;
  margin: 0;
}
.post h2 a {
  text-decoration: none;
  color: #666;
}
.post p {
  font-size: 0.875em;
  line-height: 1.6;
  margin-top: 10px;
}

.post li {
  font-size: 0.875em;
  line-height: 1.4;
  margin-top: 10px;
}

p.postinfo {
  color: #0c8bcd;
  text-align: right;
  margin: 20px 0 0;
  font-size: 0.7em;
  clear: both;
}
p.postinfo a {
  color: #0c8bcd;
}

/*記事内の画像*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post img {
  border: none;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.wp-caption {
  border: solid 1px #aaa;
  text-align: center;
  padding-top: 5px;
  color: #777;
  font-size: 90%;
}

/*ページリンク*/
span.oldpage {
  float: left;
}
span.newpage {
  float: right;
}
p.pagelink a {
  font-size: 0.75em;
  color: #0c8bcd;
}
p.pagelink {
  overflow: hidden;
  width: 100%;
}

/*コメント*/
#comments {
  border: solid 1px #0c8bcd;
  padding: 0 18px;
  margin: 20px 0;
}
#comments h3 {
  font-size: 0.875em;
  border-bottom: solid 1px #0c8bcd;
  padding-bottom: 3px;
  margin-top: 20px;
}
#comments p {
  font-size: 0.75em;
}
#comments p a {
  color: #0c8bcd;
}
#comments input, #comments textarea {
  display: block;
}
#comments textarea {
  width: 450px;
} 
#comments .required {
  color: #f00;
}
#comments code {
  display: block;
  margin-top: 5px;
  font-size: smaller;
}
#comments ul {
  margin: 0;
  padding: 0;
}
#comments li.compost {
  list-style-type: none;
  border-bottom: dotted 1px #0c8bcd;
  margin-bottom: 20px;
}
#comments p.cominfo {
  text-align: right;
}

#comments #comfeed {
  background-color: #EEE;
  padding: 8px;
  margin-top: 30px;
}
#comments #trurl {
  background-color: #EEE;
  padding: 8px;
  margin-bottom: 30px;
}

/*サイドバー*/
#sidebar {
  width: 240px;
  float: right;
}
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar li {
  list-style-type: none;
}
#sidebar .widget {
  background-color: #EEE;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 10px;
}
#sidebar h2 {
  font-size: 0.75em;
  color: #666;
  border-bottom: solid 1px #CCC;
  padding-bottom: 8px;
  margin: 0 0 10px;
}
#sidebar li li {
  font-size: 0.75em;
  margin-bottom: 4px;
  background-image: url(listmark.gif);
  background-repeat: no-repeat;
  padding-left: 16px;
}
#sidebar li li a {
  text-decoration: none;
  color: #666;
}


#sidebar p{
  font-size:0.75em;
  color: #888;
}

.widget_text strong{
  color:#9AC0D2;
}
  

/*フィード*/
p.feed {
  font-size: 0.75em;
  font-family: Verdana, Helvetica, sans-serif;
  /*border: solid 1px #0c8bcd;*/
  padding: 5px;
  margin: 25px 0;
}
p.feed a {
  color: #444;
  text-decoration: none;
}
p.feed img {
  vertical-align: middle;
  margin-right: 8px;
}
/*フッター*/
#footer {
  clear: both;
  border-top: solid 3px #999;
  padding: 6px 0;
}
address {
  font-size: 0.75em;
  font-style: normal;
  font-family: Verdana, sans-serif;
  margin: 0;
}
address a {
  color: #666;
}

/*固定ページ*/
#content.page {
  width: 800px;
  margin: 20px 45px 30px;
}


/*お問い合わせフォーム*/
.wpcf7-form {
  background-color: #EEE;
  padding: 20px;
  border-radius: 20px;
  margin: 50px;
}
.wpcf7-form span.req {
  color: #aa0000;
  font-size: smaller;
}
.wpcf7-form input {
  width: 80%;
}
.wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form p.submit {
  text-align: center;
}
.wpcf7-form .wpcf7-submit {
  width: 200px;
}

/*ページトップへ*/
#back-top {
    bottom: 3%;
    position: fixed;
    right: 5%;
    z-index: 9999;
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
    box-shadow: 0 10px 8px -6px #8d8c8c;
}
#back-top a {
    width: 58px;
	height: 58px;
    display: block;
}
#back-top span {
    width: 58px;
    height: 58px;
    display: block;
    margin-bottom: 7px;
    background: url(images/btn_back_to_top.png) no-repeat center center;
}

/*ギャラリー*/
.slideshowlink a {
 font-size:small;
 color:#999;
 margin-bottom: 15px;
}

/*「先頭に固定表示」の投稿をデザイン*/
.sticky {
	padding: 10px;
	border:#3CF dotted 3px;
	border-radius: 10px; 
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

/*grafhic btn*/
.textwidget img {
    opacity: 0.0;
}