@charset "utf-8";
/*
Theme Name: eshima
Theme URI: http://www.eshima.info
Description: eshima.info用オリジナルテーマ
Version: 1.0
Author: eshima
Author URI: http://www.eshima.info
Tags: blue, custom header, fixed width, two columns, widgets

*/

/* Tags */
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    /*background: url('images/body-back.png');*/
    background: url('images/body-back-photo.jpg') fixed;
    text-align: center;
    line-height: 1.7;
    font-size: 1.0em;
    color: #333;
}

img {
    border: none;
}

a {
    text-decoration: none;;
}

li {
    list-style: none;
}

/* Clearfix */
#body:after,
#header:after,
#header-nav ul:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#body,
#header,
#header-nav ul,
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html #body,
* html #header,
* html #header-nav ul,
* html .clearfix {
    height: 1%;
}

#body,
#header,
#header-nav ul,
.clearfix {
    display: block;
}
/* End hide from IE-mac */



/* Layout */
#container {
    position: relative;
    margin: 0 auto;
    width: 900px;
    min-height: 100%;
    text-align: left;
    border: 1px solid #1E90FF;
    margin-top: 20px;
}

* html #container {
    height: 100%;
}

#header {
    margin: 0px;
    padding: 0px;
    height: 50px;
    background: url('images/header-back.png') center top no-repeat;
}

#body {
    background: url('images/middle-back.png');
}
    
#content {
    width: 644px;
    float: left;
    background-color: #FFF;
    border-left: 3px solid #36C;
    border-right: 3px solid #36C;
}

#sidebar {
    width: 247px;
    float: right;
    border-right: 3px solid #36C;
    text-align: center;
    background: url('images/back-white-70.png');
}

#footer {
    width: 894px;
    border: 3px solid #36C;
    text-align: right;
}
#footer p{
    padding-right: 20px;
    color: #FFF;
}



/* Header */

#header h1 {
    float: left;
    height: 50px;
}
#header h1 a{
    text-indent: -999em;
    width: 381px;
    height: 31px;
    display: block;
    margin-top: 8px;
    margin-left: 33px;
    background: url('images/logo.png') no-repeat scroll 0 0;
    overflow: hidden;
}

#header .description {
    padding-top: 17px;
    padding-right: 17px;
    float: right;
    color: #FFF;
}


/* Sidebar */
#sidebar h2 {
    font-size: 1.1em;
}

#sidebar p {
    padding: 10px;
    text-align: left;
    font-size: 0.95em;
}

#sidebar ul.links ,.widget ul{
    line-height:20px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0px;
    padding:10px;
    text-align:left;
}
#sidebar ul.links li ,.widget ul li{
    padding-left:1.5em;
    line-height: 1.7;
    background:transparent url(images/right-blue.gif) no-repeat scroll 0 0.35em;
    font-size: 0.95em;
}
li.email-blue {
    background:transparent url(images/email-blue.gif) no-repeat scroll 0 0.35em !important;
}
li.home-page-blue {
    background:transparent url(images/home-page-blue.gif) no-repeat scroll 0 0.35em !important;
}

/* Footer */
#backtotop {
    margin-right: 20px;
    float: right;
    height: 122px;
    line-height: 0;
    background-color: #FFF;
}

#footer-board {
    clear: both;
    background-color: #3C3C3C;
    font-size: 0.9em;
    color: #FFF;
}

#location {
    float: left;
    width: 420px;
    margin: 15px 0 0 15px;
    display: inline;
}

#map {
    margin-right: 15px;
    float: left;
}

#address {
    float: left;
}

#address dt {
    margin-bottom: 1em;
    font-size: 1.4em;
    color: #FF7A00;
}

dl#address dd {
    color: #FFF;
    margin-bottom: 1em;
}   

#footer-nav {
    float: right;
    width: 340px;
    margin: 15px 15px 0 0;
    color: #FF7A00;
    list-style: none;
    display: inline;
}

#footer-nav li {
    width: 150px;
    padding-left: 10px;
    margin: 0 10px 5px 0;
    float: left;
    background: url(images/footermenu-square.png) 0 5px no-repeat;
}

#footer-nav a {
    text-decoration: none;
    color: #FFF;
}

#footer-nav a:hover {
    color: #FF7A00;
    text-decoration: underline;
}

#copyright {
    clear: both;
    margin: 0;
    padding: 0 5px 5px 0;
    text-align: right;
    color: #FFF;
}

#content p {
    margin: 0 0 1em 0;
    padding: 0;
}



#content h2 {
    padding-left: 10px;
    color: #555;
    margin:10px 0px 0px 0px;
    border-left: 4px solid #555;
    font-size: 1.2em;
}

#content h3 {
    color: #2675CD;
    padding: 0px;
    font-size: 1.2em;
    border-bottom: 1px solid #003366;
    margin-bottom: 10px;
}
#content h4 {
    color: #555;
    border-bottom: 1px dashed #AAA;
    margin-bottom: 10px;
}

.underline {
    border-bottom: 3px solid #36C;
}
.left {
    text-align: left;
}
.child-center p {
    text-align: center !important;
}

table.profile{
    width:620px;
    border-collapse:collapse;
    margin:10px auto;
    text-align:left;
    font-size:12pt;
    line-height: 20pt;
}
table.profile td{
    border-bottom:1px dashed #999999;
    padding:9px;
}

.post {
    margin: 30px;
    padding-bottom: 20px;
    border-bottom: 5px solid #CCC;
}

.post small { /* 日付 */
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: #666;
}

h3#comments {
    padding-left: 30px;
}
.navigation {
    padding-left: 30px;
}
ul.commentlist {
    padding: 30px;
}
ul.commentlist li{
    border-bottom: 2px solid #CCC;
    margin: 15px 0px;
    list-style: none;
}
#respond {
    padding: 30px;
}
.comment-author-site {
    float:right;
}
.comment-author {
    color: #777;
}
wpcf7-form
    /* ----------- stylized ----------- */
.wpcf7-form{
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
}
.wpcf7-form h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}
.wpcf7-form p{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:10px;
}
.wpcf7-form label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
}
.wpcf7-form .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}
.wpcf7-form input{
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:200px;
    margin:2px 0 20px 10px;
}
.wpcf7-form button{ 
    clear:both;
    margin-left:150px;
    width:125px;
    height:31px;
    background:#666666 url(img/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
}

.denbo_news {
    margin: 0px 0px 30px 0px;
    border-top: 1px solid #ADD8E6;
    border-left: 1px solid #ADD8E6;
    border-right: 2px solid #6699FF;
    border-bottom: 2px solid #6699FF;
    background-color: #E0FFFF;
}
.denbo_news p{
    padding: 5px;
    font-weight: bold;
}
.denbo_news li{
    list-style-type: none;
    padding: 5px;
}

.entry .aligncenter {
    display: block;
    line-height: 1.7;
    padding-left:1.5em;
    background:transparent url(images/right-blue.gif) no-repeat scroll 0 0.35em;
}

.entry ul {
    padding-bottom:1.5em;
}

.entry li {
    line-height: 2.0;
    padding-left:1.5em;
    background:transparent url(images/edit-blue.gif) no-repeat scroll 0 0.35em;
}
blockquote {
   background: #EEE;
   padding: 8px;
   border: 1px solid #CCC;

}

/* twitter */
div.aktt_tweets{
    background: url('http://a3.twimg.com/profile_images/474411225/myface02_bigger.png') no-repeat right top;
     -webkit-background-size: 50px 50px;　/* Safari,Google Chrome用 */  
     -moz-background-size: 50px 50px;　/* Firefox用 */  
     -o-background-size: 50px 50px;　/* Opera用 */  
}
div.aktt_tweets ul{
    background: url('http://assets0.twitter.com/images/twitter_logo_header.png') no-repeat 10px 0;
    padding-top: 40px;
}
div.aktt_tweets ul li{
    text-align: left;
    padding: 0px 10px;
    font-size: 0.8em;
    border-bottom: 1px dashed #999;
}
div.aktt_tweets ul li a{
    font-size: 0.8em;
}
div.aktt_tweets form{
    float: left;
}
div.aktt_tweets p{
    float: left;
}


p.sidebar_block_title {
    margin-top: -15px;
    font-weight: bold;
}
.sidebar_new {
    font-size: 0.7em;
    font-weight: bold;
    color: #F33;
    margin-right: 5px;
}

.w580 {
    width: 580px;
}

.none {
    display: none;
}

.commentlist .children {
    margin-left: 30px;
}
.attachment-post-thumbnail {
    margin-bottom: 30px;
}

#twitterFollowBox {
    padding: 5px;
}

.ShareInfo {
	box-shadow: 2px 2px 10px #000; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/
	margin: 40px 0px;
	font-size: 0.9em;
	padding: 10px;
}

