/* WARNING: Do not edit this file. It is dynamically generated. Any edits you make will be overwritten. */
/* This file generated using Weaver 2.2.6 subtheme: My Saved Theme */
/* General Options */
#main {padding: 40px 0 0 0;}
ul {list-style:none;list-style-image: url(http://blog.washo3.com/wp-content/themes/weaver/images/bullets/arrow4-blue.gif);}
.widget-area ul ul {list-style:none; list-style-position:inside; list-style-image: url(/wp-content/themes/weaver/images/bullets/star1-blue.gif);}
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #access2 .menu, #access2 div.menu ul,
#access3 .menu, #access3 div.menu ul,
#cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar,
.comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th,
.entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation,
.page-title, .pingback p, .reply, .widget_search label, .widget-title, input[type=submit] {font-family: "Georgia", "Times New Roman", Times, serif;}
#container, #primary, #secondary, #altleft, #altright, #ttw-top-widget, #ttw-bot-widget,
  #ttw-site-top-widget, #ttw-site-bot-widget, #per-page-widget {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
#access2 {-moz-border-radius-bottomleft: 7px; -moz-border-radius-bottomright: 7px;
 -webkit-border-bottom-left-radius: 7px; -webkit-border-bottom-right-radius: 7px; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px;}
#access {-moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px;
 -webkit-border-top-left-radius: 7px; -webkit-border-top-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px;}
#wrapper {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-top: 15px; margin-bottom: 15px;}
#access a, #access2 a, #access3 a { padding-left:10px; padding-right:10px;}
/* Sidebar arrangement */
#container { float: left; margin: 0 0px 4px 0; width: 628px; }
#content {width: 590px; overflow:hidden; margin:0 0px 10px 0px; padding: 5px 0px 0px 20px;}
#content img { max-width: 590px;}
#primary, #secondary { float: right; overflow: hidden; width: 300px; margin: 0 0 4px 0;}
#ttw-top-widget, #ttw-bot-widget, #ttw-site-top-widget, #ttw-site-bot-widget, #per-page-widget {width: 520px;}
/* Color and custom CSS */
body {background-color: #F1F1F1;}
#container {background-color: transparent;}
#content {background-color: transparent;}
#content, #content input, #content textarea {color: #444444;}
#content, #content input, #content textarea {
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
font-size: 14px;
line-height:25px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, .widget h3, .widget h4 {
color: black;
line-height: 1.5em;
margin: 0 0 20px 0;
text-shadow: white 0px 1px 1px;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#content h3{
padding-left:10px;
border-left:5px solid #ff0055;
border-bottom:1px solid #ff0055;
}

#content .entry-title {
color: black;
font-size: 24px;
font-weight: normal;
line-height: 1.3em;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #E7E7E7;
padding-top: 0;
}

#content img{
padding: 3px;
background-color: white;
border: 1px solid #DDD;
}


/* tegaki img */
#content  img.tegaki{
    border: 0;
    padding: 0;
    vertical-align:middle;
}
#site-description {color: #666666;}
#site-description {float:right;}
#footer {background-color: transparent;}
#colophon { border-top: 4px solid #000000 ;  }
#first,#second, #third, #fourth {background-color: transparent;padding-left: 10px; padding-top: 10px; margin-bottom: 5px;}
#header {background-color: transparent;}
#header #branding img {border-top: 4px solid #000;border-bottom: 1px solid #000;clear: both;display: block;}


blockquote {
  position: relative;
  padding: 10px 10px 10px 45px; /* Quote の文字を入れるためのスペースを確保 */
  border: 1px solid;
  border-color: #bbb #fff #fff #bbb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ddd;
  quotes: none;
}

blockquote:before {
  position: absolute;
  top: -10px;
  left: 25px; /* フォントサイズに合わせて調整 */
  width: 100px;
  transform: rotate(90deg); /* 時計回りに90度回転 */
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform-origin: 0 50%; /* 回転の基準 Xが0 Yが真ん中 */
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  color: #bbb;
  content: "Quote";
  font-size: 36px;
  font-weight: 400;
  font-style: oblique;
  font-family: Georgia normal, "Times New Roman", Times, serif;
  text-shadow: 1px -1px 0 #fff; /* 影も回転するので方向を考える */
}

blockquote:after {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #999;
  color: #555;
  font-size: 12px;
  text-align: right;
  text-shadow: 1px 1px 0 #eee;
  line-height: 1;
  content: attr(cite); /* cite属性の文字列 */
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

blockquote > :last-child {
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}

#topright-banner {
float: right;
margin-top: -96px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content dt, #content th {
border-bottom: 1px #888 solid;
}
hr {background-color: #000000;}
.page-title a:link {color: #888888;}
.entry-meta a:link {color: #888888;}
.entry-utility a:link {color: #888888;}
.navigation a:link {color: #888888;}
.comment-meta a:link {color: #888888;}
.reply a:link, a.comment-edit-link:link {color: #888888;}
.page-title a:visited {color: #888888;}
.entry-meta a:visited {color: #888888;}
.entry-utility a:visited {color: #888888;}
.navigation a:visited {color: #888888;}
.comment-meta a:visited {color: #888888;}
.reply a:visited, a.comment-edit-link:visited {color: #888888;}
.page-title a:active, .page-title a:hover {color: #FF4B33;}
.entry-meta a:hover, .entry-meta a:active {color: #FF4B33;}
.entry-utility a:hover, .entry-utility a:active {color: #FF4B33;}
.navigation a:active, .navigation a:hover {color: #FF4B33;}
.comment-meta a:active, .comment-meta a:hover {color: #FF4B33;}
.reply a:active, a.comment-edit-link:active, .reply a:hover, a.comment-edit-link:hover {color: #FF4B33;}
#comments .pingback p {color: #888888;}
#respond label, #respond dt, #respond dd {color: #888888;}
.entry-meta, .entry-content label, .entry-utility {color: #888888;}
#content .wp-caption, #content .gallery .gallery-caption {color: #888888;}
.navigation {color: #888888;}
.entry-format {color: default-style-color!important;}
.entry-meta {background-color: transparent;}
.entry-utility {background-color: transparent;}
input[type="text"], textarea, input[type="submit"], ins {background-color: #F0F0F0;}
a:link {color: #0066CC;}
a:visited {color: #743399;}
a:active, a:hover {color: #FF4B33;}
#main {background-color: transparent;}
#content .wp-caption p.wp-caption-text, #content .gallery .gallery-caption {color: #333333;}
#content .size-full, #content .size-large, #content .size-medium, #content .size-thumbnail,#content .size-thumbnail {background-color: transparent;}
#content .wp-caption p.wp-caption-text,
#content .wp-caption .size-full, #content .wp-caption .size-large, #content .wp-caption .size-medium,
#content .wp-caption .size-thumbnail, #content .wp-caption .size-thumbnail {background-color: #F1F1F1;}
#access, #access2, #access3 {background-color: #000000;}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {color: #FFFFFF;}
#access2 ul li.current_page_item > a, #access2 ul li.current-menu-ancestor > a,
#access2 ul li.current-menu-item > a, #access2 ul li.current-menu-parent > a {color: #FFFFFF;}
#access3 ul li.current_page_item > a, #access3 ul li.current-menu-ancestor > a,
#access3 ul li.current-menu-item > a, #access3 ul li.current-menu-parent > a {color: #FFFFFF;}
#access li:hover > a, #access ul ul :hover > a {color: #FFFFFF;}
#access2 li:hover > a, #access2 ul ul :hover > a {color: #FFFFFF;}
#access3 li:hover > a, #access3 ul ul :hover > a {color: #FFFFFF;}
#access ul ul a, #access li:hover > a, #access ul ul :hover > a  {background-color: #333333;}
#access2 ul ul a, #access2 li:hover > a, #access2 ul ul :hover > a  {background-color: #333333;}
#access3 ul ul a, #access3 li:hover > a, #access3 ul ul :hover > a  {background-color: #333333;}
#access a, #access2 a, #access3 a {color: #AAAAAA;}
#wrapper {background-color: #FFFFFF;}
.entry-title a:link {color: #4E4E4E;}
.widget_rss a.rsswidget:link {color: #4E4E4E;}
.entry-title a:visited {color: #494F57;}
.widget_rss a.rsswidget:visited {color: #494F57;}
.entry-title a:active, .entry-title a:hover {color: #4778FF;}
.widget_rss a.rsswidget:active, .widget_rss a.rsswidget:hover {color: #4778FF;}
.entry-title a:link {
text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);
font-size:120%;
font-weight:bold;
line-height:1.3em;
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
}
.widget_rss a.rsswidget:link {
text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);
font-size:120%;
font-weight:bold;
line-height:1.3em;
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
}
.post {background-color: transparent;}
#primary {background-color: transparent;padding-left: 10px; padding-top: 10px; margin-bottom: 5px;}
#secondary {background-color: transparent;padding-left: 10px; padding-top: 10px; margin-bottom: 5px;}
#altright, #altleft {background-color: transparent;padding-left: 10px; padding-top: 10px; margin-bottom: 5px;}
.home .sticky, #entry-author-info, #container.page-with-posts .sticky {background-color: #CFCFCF;}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content dt, #content th {color: #000000;}
h1, h2, h3, h4, h5, h6 {color: #000000;}
.page-title {color: #000000;}
.page-link {color: #000000;}
#entry-author-info h2 {color: #000000;}
h3#comments-title, h3#reply-title {color: #000000;}
.comment-author cite {color: #000000;}
.entry-content fieldset legend {color: #000000;}
#content .entry-title {color: #00000;}
#site-title a { color: #000000; }
#ttw-top-widget, #ttw-bot-widget, #ttw-site-top-widget, #ttw-site-bot-widget, #per-page-widget {background-color: transparent;padding-left: 10px; padding-top: 10px; margin-bottom: 10px;}
table { border-collapse:collapse;border-spacing:0;}
th { text-align:left; padding:4px 4px; }
td { margin:0;padding:4px 4px; }
#content table {border: 1px solid #e7e7e7;margin: 0 -1px 24px 0;text-align: left;width: 100%;}
#content tr th, #content thead th {color: #888;font-size: 12px;font-weight: bold;line-height: 18px;padding: 9px 24px;}
#content tr td {border-style:none; border-top: 1px solid #e7e7e7; padding: 6px 24px;}
#content tr.odd td {background: #f2f7fc;}
.widget-area {color: #666666;}
.widget-title {border-bottom: 1px solid #222222; margin-bottom:5px;}
.widget-container {background-color: transparent;}
.widget-title {color: #222222;}
.widget_search label {color: #222222;}
#wp-calendar caption {color: #222222;}
#primary a:link, #secondary a:link, #altleft a:link, #altright a:link, #footer-widget-area a:link {color: #0066CC;}
#primary a:visited, #secondary a:visited, #altleft a:visited, #altright a:visited, #footer-widget-area a:visited {color: #743399;}
#primary a:hover, #secondary a:hover, #altleft a:hover, #altright a:hover, #footer-widget-area a:hover {color: #FF4B33;}
#wrapper {box-shadow: 0 0 3px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.25); -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.25);}

/* end Weaver CSS */
