﻿/*
Theme Name: おとボク
Author: 瑞樹ミライ
Description: おとボクテーマ
*/



/**************/
/*    一般    */
/**************/

body {
   color:#287e7c;
   text-align:center;
   padding:0px:
   margin:0px;
   background-color:#e3f2f5;
}


a {
   color:#0080ff;
   text-decoration: none;
}

a:hover {
   color:#ff7e0b;
   text-decoration: none;
}

a:active {
   color:#ff5353;
   text-decoration: none;
}

/**************/
/*    全体    */
/**************/

#container {
   width:880px;
   text-align:left;
   margin: 0px auto 0px auto;
   font-size:12px;
}

/*
#banner {
   width: 100%;
   height: 450px;
   margin-bottom: 25px;
   border: solid 1px #e3f2f5;
   padding-left:50px;
}
*/

#banner {
   width: 100%;
   height: 300px;
   margin-bottom: 25px;
   border: solid 1px #e3f2f5;
   padding-left:50px;
}

#side-left {
   width:200px;
   padding:2px;
   float:left;
}

#content {
   width:458px;
   padding:2px;
   margin:0px 3px 0px;
   float:left;
}

#side-right {
   width:200px;
   padding:2px;
   float:right;
}

#footer {
   clear: both;
   text-align: center;
   padding: 20px;
}

/*****************/
/*    ヘッダー    */
/*****************/

#blog_title , #blog_title a {
   font-size:18px;
   line-height:120%;
   color: #ff7e0b;
   text-decoration: none;
}

#description {
   font-size:10px;
   line-height:120%;
   color:#ff7e0b;
}

/**************/
/*    記事    */
/**************/

.blog {
}


/*  日付  */
.date {
   text-align: left;
   margin: 0px 0px 5px 8px;
}


.date1 {
   padding-top:8px;
}


/*  タイトル  */
.title {
   font-size: 18px;
   font-weight: bold;
   text-align: left;
   margin: 8px 0px 5px 8px;
}

.blogbody {
   border: 1px solid ;
   margin-bottom: 15px;
}

.blog-middle {
   line-height: 1.4em;
   margin: 20px 20px 20px 28px;
}

.blog-footer {
   padding-top: 8px;
   margin-bottm: 8px;
}

.text {
}

.com-tag {
   border-top: 1px solid;
   text-align: left;
   padding: 8px 0px 0px 8px;
   margin-bottom: 8px;
}

.navi {
   font-size: 13px;
   text-align: center;
}


/*********************/
/*    コメント・TB    */
/*********************/

#coment_box {
   margin: 0px;
   padding: 0 20px 0 15px;
}

#respond, #tb_box {
   margin: 4em 0 0 0;
   padding: 0 20px 0 15px;
}

.commentlist ol {
   padding: 0px;
   margin: 0px;
}

.commentlist li {
   margin: 0;
}

.commentlist p{
   margin:0.5em 0 1.5em 0;
   padding:0;
   line-height: 1.5em;
}

.commentlist em{
   color: red;
}

.commentlist ul.children {
   list-style-type: disc;
}

.trackback_field{
   width: 98%;
}


/*******************/
/*    カレンダー    */
/*******************/

#wp-calendar {
   font-weight:normal;
   width:200px;
/*   margin-bottom:30px; */
   text-align:left;
}

#wp-calendar table {
   width:100%;
}

#wp-calendar th {
   text-align:center;
   font-size:12px;
}

#wp-calendar td {
   text-align:center;
   font-size:12px;
}

#wp-calendar caption {
   font-size:12px;
   font-weight:bolder;
   padding:15px 0px 15px 0px;
   text-align:center;
}

#wp-calendar tbody a {
   color:#0080ff;
   font-weight:bolder;
   text-decoration: underline;
}

#wp-calendar tbody a:hover {
   color:#ff7e0b;
   font-weight:bolder;
   text-decoration: underline;
}

#wp-calendar tbody a:active {
   color:#ff5353;
   font-weight:bolder;
   text-decoration: underline;
}


#wp-calendar tfoot a {
   color:#0080ff;
   font-weight:bolder;
   text-decoration: none;
}

#wp-calendar tfoot a:hover {
   color:#ff7e0b;
   font-weight:bolder;
   text-decoration: none;
}

#wp-calendar tfoot a:active {
   color:#ff5353;
   font-weight:bolder;
   text-decoration: none;
}


/************************/
/*    サイドコンテンツ    */
/************************/

.sidetitle {
   font-weight:bold;
   text-align:left;
   font-size:12px;
}

.side {
   font-size:12px;
   font-weight:normal;
   line-height:1.2em;
   margin-bottom:10px;
   padding:3px 0px 30px 0px;
   text-align:left;
   border-top:2px solid #287e7c;
}

.prf-img {
   border-radius: 3px;
   margin: 0px 4px 8px 0px;
}

.prof {
   font-size:9pt;
   color:#333333;
   font-weight:bold;
   line-height: 1.5;
}

.center {
   text-align:center;
}

.kakolog {
   overflow:auto;
   height:7em;
}

.new_com {
   list-style-type: none;
   font-size: 9pt;
   margin-bottom: 1em;
}


/********************/
/*    ブックマーク    */
/********************/

#bm {
   line-height: 135%;
}

#bm a {
   font-weight :bold;
}

#bm hr {
   margin-top: 2em;
}

#bm a.bm-reg {
   font-weight :normal;
}


/*******************/
/*    ページャー    */
/*******************/

.tablenav {
   font-size: 12px;
   text-align: center;
}

a.page-numbers {
   border: solid 1px #287e7c;
   padding: 2px .4em;
   text-decoration: none;
}

a.page-numbers:hover {
   border: solid 1px #ff7e0b;
}

.tablenav .current {
   color: #e3f2f5;
   background: #287e7c;
   border: solid 1px #287e7c;
   padding: 2px .4em;
}



.tablenav .next, .tablenav .prev {
   border: 0 none;
   background: transparent;
   text-decoration: none;
   font-weight: bold;
}

.tablenav .next:hover, .tablenav .prev:hover {
   border: 0 none;
   background: transparent;
   text-decoration: none;
   font-weight: bold;
}


/****************/
/*    single    */
/****************/

.singlenavi {
   padding: 0 5%;
}

.singlenavi .alignleft {
   float: left;
}


.singlenavi .alignright {
   text-align: right;
}

.singlenavi .clear {
   clear: both;
}



/*  色   */
/*　a{color:  #0080ff:} */
/*　a:hover{color: #ff7e0b;}　*/
/*　a:active{color: #ff5353;}  */


