@charset "utf-8";

/* CSSリセット */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
margin: 0;
padding: 0;
}

/* 全体の設定 */
body {
background-color: #fffff5;
color: #444444;
font-size: 13px;
font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
line-height: 1.8;
text-align: center;
margin: 0;
padding: 0;
}

img,
a img {
border: none;
}

.emoji {
vertical-align: middle;
}

ul, ol, li, dl, dt, dd { 
list-style-type: none; 
}

/* 全体のリンクデザイン */
a:link {	
color: #444444;
text-decoration: none;
}
a:visited {	
color: #444444;
text-decoration: none;
}
a:hover {	
color: #3366ff;
text-decoration: underline;
}
a:active {	
color: #444444;
text-decoration: none;
}

/* ブログタイトルのリンクデザイン */
h1 a:link {	
color: #3366ff;
text-decoration: none;
}
h1 a:visited {	
color: #3366ff;
text-decoration: none;
}
h1 a:hover {	
color: #3366ff;
text-decoration: none;
}
h1 a:active {	
color: #3366ff;
text-decoration: none;
}

/* 記事の見出しのリンクデザイン */
h2 a:link {	
color: #008000;
text-decoration: none;
}
h2 a:visited {	
color: #008000;
text-decoration: none;
}
h2 a:hover {	
color: #008000;
text-decoration: none;
}
h2 a:active {	
color: #008000;
text-decoration: none;
}

/* 記事のリンクデザイン */
.entry_body a:link {	
color: #3366ff;
text-decoration: none;
}
.entry_body a:visited {	
color: #3366ff;
text-decoration: none;
}
.entry_body a:hover {	
color: #3366ff;
text-decoration: underline;
}
.entry_body a:active {	
color: #3366ff;
text-decoration: none;
}

/* 記事フッター部分のリンクデザイン */
.entry_footer a:link {	
color: #3333ff;
text-decoration: none;
}
.entry_footer a:visited {	
color: #3333ff;
text-decoration: none;
}
.entry_footer a:hover {	
color: #3333ff;
text-decoration: underline;
}
.entry_footer a:active {	
color: #3333ff;
text-decoration: none;
}

#container {
width: 840px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

/* ヘッダー */
#header {
background-image: url(https://blog-imgs-36.fc2.com/f/c/2/fc2templatecustomize/header_image.jpg);
background-repeat: no-repeat;
background-position: left top;
width: 100%;
height: 198px;
margin-top: 12px;
margin-bottom: 0;
padding: 0;
overflow: hidden;
}

/* ナビゲーションバー */
#navi_bar {
width: 100%;
height: 29px;
background-image: url(https://blog-imgs-36.fc2.com/f/c/2/fc2templatecustomize/navi_bar.png);
background-repeat: repeat-x;
margin-top: 7px;
padding: 0;
}

#navi_bar li {
display: inline;
list-style-type: none;
padding-left: 47px;
padding-right: 47px;
}

/* 左部分 */
#main {
float: left;
width: 550px;
overflow: hidden;
}

/* 右部分 */
#sidemenu {
float: right;
width: 240px;
overflow: hidden;
}

/* フッター */
#footer {
clear: both;
font-size: 12px;
width: 100%;
}

/* ブログタイトルの文字のデザイン */
#header h1 {
color: #3366ff;
font-size: 17px;
text-align: left;
padding-left: 45px;
padding-top: 12px;
padding-bottom: 5px;
}

/* ブログの説明 */
#header p {
text-align: left;
color: #3366ff;
padding-left: 60px;
}

/* 記事本体 */
.content {
width: 550px;
margin-top: 18px;
margin-bottom: 40px;
text-align: left;
}

/* 記事タイトル */
.entry_header {
background-image: url(https://blog-imgs-36.fc2.com/f/c/2/fc2templatecustomize/entry_header.png);
background-repeat: no-repeat;
background-position: left top;
width: 100%;
font-size: 13px;
color: #008000;
text-align: left;
padding: 3px 0px 3px 13px;
}

/* 記事本文 */
.entry_body {
background-color: #ffffcc;
text-align: left;
padding: 18px 18px 30px 18px;
}

/* 記事フッター部分 */
.entry_footer {
background-image: url(https://blog-imgs-36.fc2.com/f/c/2/fc2templatecustomize/entry_footer.png);
background-repeat: no-repeat;
background-position: left top;
font-size: 12px;
color: #3333ff;
text-align: right;
padding: 2px 7px 2px 0px;
}

.entry_footer li {
display: inline;
list-style-type: none;
}

/* 「続きを読む」の文字の位置 */
.entry_more {
padding: 15px 15px 15px 0px;
}

/* 追記部分 */
#more {
margin: 0;
padding-top: 30px;
}

/* ページナビゲーション */
.page_navi {
margin : 15px 15px;
text-align: center;
}

/* コメント・トラックバックのヘッダー */
.sub_header {
background-image: url(https://blog-imgs-36.fc2.com/f/c/2/fc2templatecustomize/sub_header.png);
background-repeat: no-repeat;
background-position: left top;
display:block;
width: 240px;
color: #008000;
font-weight: bold;
text-align: center;
margin-bottom: 5px;
padding: 3px 0px 3px 0px;
}

/* コメント・トラックバックのタイトル */
.sub_title {
background-color: #ffffcc;
font-size: 13px;
font-weight: bold;
margin-top: 18px;
padding: 1px 0px 1px 5px;
}

/* コメント・トラックバックの本文 */
.sub_body {
font-size: 12px;
display:block;
margin-top: 5px;
margin-bottom: 7px;
padding-left: 5px;
}

/* コメント・トラックバックのフッター部分 */
.sub_footer {
text-align: right;
}

.sub_footer li {
display: inline;
list-style-type: none;
}

/* プラグインのヘッダー */
.plug_header {
background-image: url(https://blog-imgs-36.fc2.com/f/c/2/fc2templatecustomize/plug_header.png);
background-repeat: no-repeat;
background-position: left top;
font-size: 13px;
color: #008000;
font-weight: bold;
padding: 3px 0px 3px 13px;
margin-top: 18px;
}

/* プラグインの本体 */
.plug {
background-color: #ffffcc;
background-image: url(https://blog-imgs-36.fc2.com/f/c/2/fc2templatecustomize/plug_footer.png);
background-repeat: no-repeat;
background-position: left bottom;
margin-bottom: 25px;
padding: 15px;
}

/* カレンダー（プラグイン） */
table.calender {
width: 90%;
margin: 0 auto;
text-align: center;
}

table.calender caption a {
text-decoration: none;
}

table.calender td a {
background-color: #C6f834;
color: #008000;
text-decoration: none;
display: block;
}

table.calender td a:hover {
background-color: #C6f834;
color: #008000;
text-decoration: none;
}

table.calender th#sun {
color: #ff3300;
}

table.calender th#sat {
color: #3366ff;
}