@charset "utf-8";

/*  テンプレートについて ---------------------
Name         : NVflat2
Author       : Neriko
License      : CC3.0(http://creativecommons.org/licenses/by-nc-sa/3.0/deed.ja)
Last update  : 2013/6/11
Blog         : http://novicetemplate.blog61.fc2.com/
■2カラム。左右カラム入れ替え可。幅固定960px。記事部分590px。サイドバー300px。
プラグイン3を記事上に常に表示。
プラグイン2はフッターエリアに表示。
個別ページのみ表示される、記事直下のフリースペースあり。
----------------------------------------------*/

/* ▼ カラム配置の設定 ▼
----------------------------------------------
htmlの「class=～」の部分を変更してください。
右サイドバー→クラス名「side-right」
左サイドバー→クラス名「side-left」
/* ▲ カラム配置の設定 ▲ */

.side-right div#main {float:left;}
.side-right div#side {float:right;}
.side-left div#main {float:right;}
.side-left div#side {float:left;}

/* ▼　記事直下のフリースペース用css　▼ */
#entry-freespace {
	margin:30px 0;
}
/* ▲　記事直下のフリースペース用css　▲ */

/* 基本設計 */
body {
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: #fff;
  background-color: #fff;
  color: #111;
  line-height: 1.6;
  font: 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#container {
  margin: 0;
  padding: 0;
  width: 100%;
  }

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  text-align: left;
}

#content-wrapper {
	margin:0;
	padding:0;
	width:960px;
	background-color: #fff;
}
#content-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
	}

#main {
  margin: 0;
  padding: 0;
  width : 590px;
  overflow : hidden;
}

#side {
  margin: 0;
  padding: 0;
  width : 300px;
  overflow: hidden;
}

.clear {
  clear: both;
}

hr.hide{
  display : none;
  clear: both;
}

img {
  border: 0;
}

pre,code {
  font-family : monospace;
}

.entry-body h3 {
  background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_h3_bg.png') no-repeat left bottom;
  font-weight: bold;
}

.entry-body h4 {
  padding-left: 8px;
  border-left: 5px solid #314a6a;
  font-size: 100%;
}

.entry-body h5 {
  padding-left: 8px;
  border-bottom: 1px dotted #cfcfcf;
  font-size: 100%;
}

/* 基本リンク */
a:link,
a:visited {
  color: #698dba;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ヘッダー */
#header {
  margin: 0;
  padding: 0;
  height: 150px;
  position:relative;
}
#title {
	float:left;
	border-top:5px solid #263a53;
}
#title h1 {
  padding: 30px 0 0 50px;
  background:url(https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_blog_title_bg.png) no-repeat 0 33px;
}
#title h1 a{
  color:#333;
  display:block;
}
ul#socialmenu {
	list-style:none;
	position:absolute;
	top:120px;
	right:20px;
	width:120px;
}
ul#socialmenu li{
	margin:0 0 0 10px;
	padding:0;
	display:inline;
	float:left;
}
.twitter a:link,
.twitter a:visited {
	display:block;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_twitter.png') no-repeat left bottom;
	width:30px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}
.twitter a:hover {
	display:block;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_twitter.png') no-repeat left top;
	width:30px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}

.rss a:link,
.rss a:visited {
	display:block;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_rss.png') no-repeat left bottom;
	width:30px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}
.rss a:hover {
	display:block;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_rss.png') no-repeat left top;
	width:30px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}

.fb a:link,
.fb a:visited {
	display:block;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_fb.png') no-repeat left bottom;
	width:30px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}
.fb a:hover {
	display:block;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_fb.png') no-repeat left top;
	width:30px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}

#introduction {
	clear:both;
	font-size:0.875em;
}
div#title-bg {
  margin: 0;
  padding: 0;
}
/* -------- メイン部分 -------- */
#main {
  margin: 0;
  padding: 0 0 20px 20px;
	background-color: #fff;
}

/* プラグイン3 */
div.plg3 h2 {
  margin: 0 7px;
  padding: 0 0 0 10px;
  font-size: 1.25em;
}

div#wrapper div#main div.entry div.side-body {
  padding: 0.5em 1em;
  font-size: 0.875em;
  clear: both;
}

div#wrapper div#main div.entry div.side-body .plugin-freearea {
	padding-bottom:30px;
}

/* エントリー枠 */
.entry {
  overflow: hidden;
  clear: both;
}

.entry-inner {
  margin: 0;
  padding: 0;
}

.entry-header {
  margin: 20px 0 0 0;
  padding: 0 0 0 30px;
  background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_content_title_bg.png') no-repeat left top;
}

.entry-title h2 {
  margin: 0 7px;
  padding: 0 0 10px 10px;
  font-size: 1.25em;
  color: #111;
		}

.entry-header h2 a:link,
.entry-header h2 a:visited {
  color: #111;
}

.entry-header h2 a:hover {
  color: #bbb;
  text-decoration: none;
}


.entry-title {
}

.entry-meta {
	display:block;
	position:absolute;
	height:2em;
	width:588px;
	background:#263a53;
	color:#fff;
  font-size: 0.688em;
}
.entry-meta a {
		color:#fff;
}

.entry-meta div:before {
	content:"";
	display:block;
	width:60px;
	height:2em;
	position:absolute;
	background:#263a53;
	top:0;
	left:-60px;
}


.ymd {
	padding:3px 0 0 0;
  text-align: left;
  float:left;
}
.ymd a{
	text-decoration:none;
}

.entry-category {
	padding:3px 10px 0 0;
	float:right;
}

.entry-category ul {
	list-style:none;
}

.entry-category li {
	padding-left:20px;
	background:url(https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_category_li.png) no-repeat left center;
}

.entry-body {
  margin: 30px 0 0 0;
  padding: 15px 5px;
  font-size: 0.875em;
  clear: both;
}

.entry-more a:link, .entry-more a:visited {
	display:block;
	margin:20px 0;
	padding:7px 10px 3px;
	height:2em;
	color:#fff;
	text-align:center;
	background-color:#698dba;
}

.entry-more a:hover {
	background-color:#ADC1DA;
}

.theme {
  margin: 0;
  font-size: 0.75em;
}

.theme ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.theme li {
  margin-right: 5px;
  padding: 0;
  display: inline;
}

.entry-footer {
  margin: 2em 1em;
  padding: 0;
  font-size:0.875em;
  text-align: right;
}
.entry-footer ul {
  margin: 0;
}

.entry-footer li {
  display: inline;
}

.entry-footer li.tagli {
	background:url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_tag_li.png') no-repeat left center;
	padding-left:15px;
}

.pagetop {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  text-align: right;
}

/* fc2 socialbtn */
.fc2_socialbtn {
	margin:20px auto;
}

/* 関連記事 */
.relate_dl {
	margin:20px 0;
}
.relate_dt {
	margin-bottom:20px;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_h3_bg.png') no-repeat left bottom;
	font-weight:bold;
	font-size:1.125em;
	height:28px;
}
.relate_li {
	margin-left:20px;
	padding:0 0 0 20px;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_entry_li.png') no-repeat left center;
  list-style-type: none;
}
.relate_li_nolink {
	margin-left:20px;
	padding:0 0 0 20px;
	background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_entry_li.png') no-repeat left center;
	list-style-type:none;
}

/* コメント・トラックバック */
.subtitle h3#tb {
  margin: 30px 7px 15px 7px;
  padding: 0 0 0 40px;
  display:block;
  height:34px;
  background:url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_trackback_title_bg.png') no-repeat left center;
  font-size: 100%;
}

.subtitle h3#cm {
  margin: 30px 7px 15px 7px;
  padding: 0 0 0 40px;
  display:block;
  height:31px;
  background:url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_comment_bg.png') no-repeat left center;
  font-size: 100%;
}

.sub-body h4 {
}

.sub-body {
  padding: 0 1em 2em 1em;
  font-size: 0.875em;
}

.tb-footer {
  font-size: 0.75em;
  text-align: right;
  font-family: 'Georgia';
  margin-bottom:30px;
}

.tb-footer li {
  display: inline;
}

dl.comment-body {
  margin: 0;
  padding: 1em;
  font-size: 0.875em;
  background:url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_comment_line.png') no-repeat right bottom;
}

.comment-body dt {
  padding-left: 5px;
  padding-bottom:5px;
  font-weight: bold;
}

.comment-body dd {
  margin: 0.2em 0 0 0;
  padding: 0.2em 0 0 0.8em;
  font-size: 0.875em;
}

.comment-date {
  margin: 1em 1em 2em 0;
  text-align: right;
  font-size: 0.75em;
  font-family: 'Georgia';
}

.comment-date li {
  display: inline;
}

#post-com {
  margin: 30px 7px 15px 7px;
  padding: 0 0 0 40px;
  display:block;
  height:31px;
  background:url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_docomment_bg.png') no-repeat left center;
  font-size: 100%;
}

/* コメントフォーム */
#comment_form {
	padding-bottom:50px;
}
.comment-submit {
  margin: 0;
  padding: 0 1em;
  font-size: 88%;
}
.comment-submit dl {
}

.comment-submit dt{
  float:left;
  width: 8em;
}

.comment-submit dd{
  margin-left: 8em;
}

div.comment-submit p.form_btn {
  text-align: center;
}

input,
textarea {
  margin: 0.3em;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #ddd;
  color: #333;
}

input.submit {
  width: 7em;
  height: 2em;
  background-color: #666;
  background-image: none;
  border: none;
  color: #fff;
  font-size: 85%;
  font-family: 'Arial';
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
}

input.submit:hover {
  color: #fff;
  background-color: #ddd;
}

input:hover,
textarea:hover {
  border: 1px solid #ddd;
}

input:focus,
textarea:focus {
  border: 1px solid #314A6A;
}

input[type="submit"]{
  background-color: #666;
  background-image: none;
  border: none;
  color: #e1e1e1;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;  
}

input[type="submit"]:hover {
  color: #fff;
  background-color: #698dba;
}

ul.submit li{
  padding-left: 3em;
  display: inline;
  list-style-type: none;
}

/* 全記事リスト・Search */
.arch-title {
	padding: 20px 0 10px 20px;
  color: #fff;
}
div#wrapper div#main div.entry ul.list-body {
  font-size: 88%;
}

/* ページナビ */
div.page-navi {
  margin: 30px auto;
  text-align: center;
  font-size: 75%;
  clear: both;
}

/* サイドバー */
div#wrapper div#side {
  padding-bottom: 15px;
  margin:5px 20px 0 0;
}

div#wrapper div#side div.side-plugin h3 {
	margin: 15px 0;
	padding: 5px 0 15px 20px;
	/*border-left: #cc3333 solid 5px;*/
	background:url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_sidebar_title_bg.png') no-repeat left bottom;
	font-size: 88%;
	text-align: left;
	display: block;
	color: #fff;
	height: 1.6em;
  font-family: 'Georgia';
}

div#wrapper div#side div.side-plugin div.side-body {
  margin: 0 auto;
  padding: 0 0 15px 0;
  font-size: 75%;
}

div#wrapper div#side a:link,
div#wrapper div#side a:visited {
  color: #314a6a;
}

div#wrapper div#side a:hover {
  color: #698dba;
  text-decoration: underline;
}

div#wrapper div#side div.side-plugin div.side-body ul {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
}

div#wrapper div#side div.side-plugin div.side-body ul li{
  margin: 5px;
  padding-left: 20px;
  background: url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_side_li.png') no-repeat 0 5px;
}

/* フッタ */
div#footer {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 100%;
  background-color:#263a53;
  font-size: 75%;
  clear: both;
  color :#fff;
}

div#footer a{
  color : #fff;
}

div#footer p{
  margin: 0;
}

#footer-menu {
	width:960px;
	margin:0 auto;
}

#footer-menu:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
	}

#footer-menu .side-plugin {
	float:left;
	width:285px;
	padding:0 10px 30px 25px;
}

#footer-menu .side-plugin h3 {
	background:url('https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_footer_line.png') no-repeat left bottom;
	margin-bottom:10px;
	text-align:left;
}

#footer-menu .side-plugin ul {
	list-style-position:inside;
}

#copyright {
	clear:left;
	padding:20px 0 10px 0;
	border-top:#111 1px solid;
	background-color:#141f2c;
	text-align:center;
}


/* バトン */
p.baton_title a {
  font-weight : bold;
}

dl.blog_baton {
  padding: 1em;
  border: 1px solid #111;
}

.baton_q {
  margin-top: 0.8em;
  color: #669;
  border-bottom: 1px dotted #111;
}

.q_number {
  color: #39f;
  font-weight: bold;
}

dd.baton_a {
  margin-left: 1em;
  color: #930;
}

.a_number {
  color: #f63;
  font-weight: bold;
}

/* 引用 */
blockquote {
	position: relative;
	padding: 20px 50px;
	min-height: 20px;
	background: url(https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_blockquote_before.png) no-repeat 10px 10px #eeeeee;
}
blockquote:after {
	position: absolute;
	bottom: 10px; right: 10px;
	content: url(https://blog-imgs-59.fc2.com/n/o/v/novicetemplate/flat_blockquote_after.png);
}

blockquote pre,
blockquote pre code {
  margin: 0;
  overflow: auto;
}

/* カレンダー */
table.calender {
  margin-bottom: 10px;
  width : 95%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-family: 'Georgia';
  }

.calender caption {
  padding: 0.5em;
}

.calender th {
  border-bottom: 1px dotted #a0a8b2;
  text-align: center;
}

.calender th#sun{
  color: red;
}

.calender th#sat{
  color: blue;
}

.calender td {
  text-align: center;
  font-size: 110%;
}

.calender a:link,
.calender a:visited {
  color: #fff;
  text-decoration: underline;
}

/* ▼▼横ナビゲーションメニューバー▼▼ */ 
ul#menu_bar { 
font-size: 90%; /* 文字のサイズ */ 
height:35px; /* 高さ */ 
background-color:#add8e6; /* 背景色 */ 
padding-left:0px; 
margin-left:0px; 
margin-top:0px; /* 上の間隔 */ 
margin-bottom:5px; /* 下の間隔 */ 
} 

#menu_bar li { 
list-style-type:none; 
float:left; 
line-height:35px; /* 高さ */ 
margin:0px; 
padding:0px; 
} 

#menu_bar li a { 
display:block; 
text-align:center; 
width:105px; /* メニューボタンの幅 */ 
border-right:1px solid #ffffff; /* 区切り線 */ 
color:#000000; /* リンク文字の色 */ 
background-color:#add8e6; /* メニューボタンの背景 */ 
text-decoration:none; 
} 

#menu_bar li a:hover{ 
color:#ffffff; /* マウスが乗ったときのリンク文字色 */ 
background-color:#1e90ff; /* マウスが乗ったときの背景色 */ 
text-decoration:none; 
} 
/* ▲▲横ナビゲーションメニューバー▲▲ */ 