
/* 全部*/
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-family:Verdana,"ＭＳゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* これがボディープロパティ */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #EFF3EE;
}

/* 固定レイアウト共通（leftboxの背景色） */
.layout-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-bottom: 1px solid #897978;
    border-left: 1px solid #897978;
    border-right: 1px solid #897978;
    text-align: left;
    background-color: #FDF9CB;
}


/* セキュリティコード */
.scode {
    vertical-align: top;
}
 
#scode {
    margin-left: 5px;
}

body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin:0px;
}


/* リンク */
 a,
 a:link,
 a:visited {
    color: #42A174;
/*    text-decoration: none;*/
    line-height: 150%;
}
 a:hover{
    color: #6988CD;
    line-height: 150%;
}


/* リンク */
a img {
    border: 0;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
    border-bottom: 1px solid #897978;
    color: #999999;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("/img/header0903.png");
    text-align: right;

    position:relative;
    height:120px;
}

#header_banner{
/*    top:-50px;*/
    top:5px;
    left:670px;
    border:0px solid #FF0000;
    position:absolute;

}
#header_banner2{
    top:60px;
/*    top:32px;*/
    left:670px;
    border:0px solid #FF0000;
    position:absolute;

}

/* タイトルバナー下*/
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* エントリー日付 */
.date {
    margin: 8px 0;
}

/* エントリー日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    margin: 0px 5px 0px 0px;
    padding: 5px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 10px;
    font-weight: normal;
    font-family:meiryo;
    text-align:left;
}

/* エントリータイトル*/
.entry-header {
   border-left:4px solid #6988CD;
   border-bottom:1px dashed #666666;
   background-color:#FBF6ED;
   color:#6988CD;
   padding:0px 5px 3px 8px;
   margin-bottom:10px;
   font-size:13px;
   font-weight:bold;
   text-align:left;
   line-height:150%;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/*リスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義 */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekey*/
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートリンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
   display:block;
   color: #6988CD;
   padding: 5px 5px 5px 5px;
   border-left:4px solid #6988CD;
   background:#FDFBF8;
   margin-left:0px;
   margin-bottom:10px;
   
   font-size:11px;
   border-bottom:1px dashed #4D733A;
   text-decoration:none;
}

/* サイドメニュー */
.side {
    margin: 5px 0 10px 10px;
    background: none;
    color: #444444;
    font-size: 12px;
    _font-size: 9px;
    line-height: 150%;
}
.side ul,
.side ol {
    padding-left: 16px;
}
.side ul li {
    list-style-type: circle;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* コト・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検策 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}


.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}



/* 3カラム・レイアウト幅 */
.layout-two-column-left #box,
.layout-three-column #box {
    width: 900px;
}

/* 3カラム・レイアウト */
.layout-two-column-left #content,
.layout-three-column #content {
    float: left;
    width: 440px;
    margin: 0 0 10px 0;
    padding-left:5px;
   background-color:#FFFFFF;
}

.layout-two-column-left #content{
    float: left;
    width: 640px;
    margin: 0 0 10px 0;
    padding-left:5px;
    border-bottom: 0px solid #666699;
    border-right: 0px solid #666699;
   background-color:#FFFFFF;
}


/*右側*/

#migigawa {
    float: right;
    width: 658px;
    margin:0px;
    padding-top: 10px;
    border-left:1px dashed #897978;
    background-color:#FFFFFF;
}

/*左メニュー*/
#links-left-box{
    float: left;
    margin:auto;
    width: 240px;
}
.layout-two-column-left #links-right-box,
.layout-three-column #links-right-box {
    margin:auto;
    float: left;
    width: 200px;
}

.layout-two-column-left #links-left,
.layout-two-column-left #links-right{
    padding: 10px 15px 0 15px;
}
.layout-three-column #links-left,
.layout-three-column #links-right{
    padding: 10px 15px 0 15px;
}



/* 3カラム・レイアウト(エントリー全体) */
.layout-three-column .blog {
    padding: 10px 15px;
}

/* 2カラム・レイアウト(左サイドバー:エントリー全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}



/* フッタ */
#footer {
    margin: auto;
    border-left: 1px solid #897978;
    border-right: 1px solid #897978;
    border-bottom: 1px solid #897978;
    height: 40px;
    background:#D4E9EB;
    padding:3px 0px 0px 0px;
    text-align:center;
}

#footer{
    width: 900px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*メニュー部分番組名*/
#menu {
   display:block;
   margin-left:0px;
   font-size:12px;
   color:#666666;
   font-weight:bold;
}
#menu a:link, #menu a:visited{
   display:block;
   color: #363636;
   padding: 3px 3px 3px 5px;
   border-left:4px solid #6988CD;
   border-bottom:1px dashed #666666;
   margin-left:0px;
   margin-bottom:5px;
   text-decoration:none;
}

#menu a:hover
{
color: #630749;
border-left:4px solid #93B28A;
}

#menux{
   display:block;
   color: #333333;
   padding: 3px 3px 3px 5px;
   border-left:4px solid #6988CD;
   margin-left:0px;
   font-size:11px;
   font-weight:bold;
   margin-bottom:8px;
   border-bottom:1px dashed #4D733A;
   text-decoration:none;
}


#menu_noap{
   border:0px;
   
   font-size:10px;
   font-weight:normal;
   color: #333333;
   padding: 0px 0px 0px 4px;
}
#menu_noap a:link, #menu_noap a:visited{
   color: #6988CD;
   font-size:13px;
   font-weight:bold;
   text-decoration:none;
}
#menu_noap img{
   border:0px;
   margin-right:3px;
}
#menu_noa_time{
   border:0px;
   padding:5px 0px 0px 3px;
   margin:auto;
   
   font-size:9px;
   line-height: 130%;
   color:#666666;
   font-weight:bold;
}
#menu_noa_song{
   padding:0px 0px 5px 3px;
   margin:auto;
   font-size:10px;
   line-height: 130%;
   color:#666666;
   font-weight:bold;
}

#menu_home{
}
#menu_home a,
#menu_home a:link,
#menu_home a:active,
#menu_home a:visited{
   border-left:4px solid #98B287;
   border-bottom:1px dashed #666666;
   padding:5px;
   font-size:14px;
   color:#333333;
   line-height: 140%;
   font-weight:bold;
   margin-bottom:8px;
   margin-top:5px;
   display:block;
   text-decoration:none;
}
#menu_home a:hover{
   color:#F72C6A;
   border-left:4px solid #FC6794;
}
/*(cat_title)*/
#p_title{
   border-left:4px solid #6988CD;
   border-bottom:1px dashed #666666;
   background-color:#EBF1EF;
   color:#7A93CB;
   padding:8px;
   margin-bottom:15px;
   font-size:17px;
   font-weight:bold;
   text-align:center;
}
#p_detail{
   padding:15px 5px 0px 20px;
   margin:auto;
   
   font-size:13px;
   color:#333333;
   border-bottom:0px dashed #4D733A;
   font-weight:normal;
   text-align:left;
   line-height:140%;
   text-align:left;
}
#p_detail img{
   pading:0px;
   float:right;
   margin-left:20px;
   margin-right:10px;
}
#p_detail2{
   padding:5px 10px 0px 10px;
   margin-bottom:20px;
   
   font-size:12px;
   color:#333333;
   border-bottom:0px dashed #4D733A;
   font-weight:normal;
   text-align:left;
   line-height:130%;
   clear:both;
}

#kotira a,
#kotira a:link,
#kotira a:active,
#kotira a:visited {
    color:#DD2929;
    font-size:11px;
    text-decoration:none;
    line-height:130%;
    background-image: url("/img/message.png");
    background-position:2px 4px;
    background-repeat: no-repeat;
    padding:2px 0px 0px 17px;
    margin-top:10px;
    font-weight:bold;
}
#kotira a:hover {
    color:#FF00BD;
    background:#FFF2F6;
    background-image: url("/img/message.png");
    background-position:2px 4px;
    background-repeat: no-repeat;
    font-weight:bold;
}


/* CSS Document */

#navlist5
{
margin:0px;
padding:0px;
}

#navlist5 ul, #navlist5 li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist5 a:link, #navlist5 a:visited
{
	display:block;
	color: #333333;
/*	background:#FFFFFF;*/
	padding: 3px 5px 3px 5px;
	border-left:2px solid #630749;
	margin:auto;
	font-weight:100;
	text-decoration: none;
	font-size: 11px;
}

#navlist5 a:hover
{
background: #FFFFFF;
border-left:2px solid #7D97CD;
color: #680044;
}


#copyright{
/*   background-color: #481F18;*/
   border:0px solid #FFFFFF;
   
   font-size:8px;
   color:#481F18;
}



#heartbeat_back{
  border:0px solid #FF0000;
  width: auto;
  padding-right:10px;
  float:left;
}




#category_menu{
   padding:0px 10px 10px 0px;
   margin:auto;
   
   font-size:13px;
   color:#333333;
   border-bottom:0px dashed #4D733A;
   font-weight:normal;
   text-align:right;
   line-height:140%;
   text-align:firht;
}
