/* -------------------------------------------------------------------------- */
/*                                                                            */
/* カスタマイズｏｋ                                                           */
/* 同人サイトの使用ｏｋ                                         　　          */
/* 商用/宗教/年齢制限/パス,クイズ制/実写アダルト/違法サイトの使用を禁止       */
/* 画像,テンプレ(カスタマイズ後も)の再配布を禁止                              */
/*                                                                            */
/* 背景画像・アイコン・ライン等の素材を 全部 差し換える場合は、               */
/* 　　HTML編集フォームの●著作表示●素材サイト様のリンクを削除ください       */
/* 上記素材を一つでも御使用中の際は、リンクを削除しないで下さい               */
/*                                                                            */
/* -------------------------------------------------------------------------- */


* {
margin: 0;
padding: 0;
}

/* ボディ */
body {
	color:#000; /* 文字色 */
 /* 文字サイズ(px),行間高さ(%),文字種 */
	font: 13px/160% "Verdana", "ヒラギノ丸ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin:0px;
	padding:0px;

 /* ブログ背景画像設定 */
	background-color:#fff; /* 背景色 */
	background-attachment:fixed; /* 画像固定,スクロールしません */
	background-image:url(http://img-cdn.jg.jugem.jp/758/2777931/20200417_6340321.png); /* 画像url */
	background-repeat: repeat; /* 画像繰り返し表示 */
	background-position: left top; /* 画像表示開始位置 */
	}


/* 外枠 */
#back {
	width:700px; /* 幅 */
	margin:0 auto; /* 中央に設定 */
	border:1px #999 dashed; /* 枠線設定,太さ,色,種類 */

 /* メインエントリー背景画像設定 */
	background-color:#fff; /* 背景色 */
	}

/* トップ部分 */
#top {
	width:700px; /* 幅 */
	margin:0 auto; /* 中央に設定 */
	}

/* エントリー部分 */
#box {
	width:645px; /* 幅 */
	margin:0 auto; /* 中央に設定 */
	margin-left: 20px; /* 枠外左に間隔を取っています */
	}

/* リンク文字 */
a { text-decoration: none; /* リンク下線なし */}
a:link {color : #333; /* リンク色 */}
a:visited {color :#333; /* 訪問済み色 */}
a:hover {color :#fff; /* オンマウス色 */}
a:active {color : #ccc; /* クリック色 */}


ul {
	list-style-type: square; /* リストマーク,四角 */
	line-height:120%; /* 行間高さ */
	margin-left:20px; /* 枠外左に間隔を取っています */
	}

li {
	margin-bottom:5px; /* 枠外下に間隔を取っています */
	}


img {
	border:none; /* 投稿画像枠線なし */
	}

form {
	margin: 0px;
	padding: 0px;
	}

/* 入力エリアの設定 */
input,textarea {
	color: #333; /* 文字色 */
	font-size :12px; /* 文字サイズ */
	border:1px #333 dashed; /* 枠線設定 */
	background-color:#fff; /* 背景色 */
	padding: 2px; /* 枠内に間隔を取っています */
}



/* サイトタイトル------------------------------------------------------------ */

h1 {
	margin: 10px 1px 0px 1px; /* 枠外に間隔を取っています */
	padding: 0px; /* 枠内に間隔を取っています */
	text-align: center; /* 文字中央揃え */
	}

/* サイトタイトル */
.site_title {
	font-size: 15px; /* 文字サイズ */
	}


/* サイトタイトル下の画像設定はHTML編集フォーム<!-- BEGIN title -->の部分にあります */

 /* サイトサブタイトル */
.description {
	font-weight:normal; /* 文字太さノーマル */
	margin: 0px 0px 20px 10px; /* 枠外下と左に間隔を取っています */
	color: #999; /* 文字色 */
	font-size: 12px; /* 文字サイズ */
	}


/* メニュー------------------------------------------------------------------ */

.linkmenu {
	font-size: 12px; /* 文字サイズ */
	color: #443c2d; /* 文字色 */
	margin : 20px 1px 50px 1px; /* 枠外に間隔を取っています */
	text-align: center; /* 文字中央揃え */
}

.linkmenu a { text-decoration: none; }
.linkmenu a:link {color: #333; }
.linkmenu a:visited {color: #333; }
.linkmenu a:hover {color: #fff;}
.linkmenu a:active {color: #ccc;}


/* メニュービュー設定 */
.MENU {
	visibility: hidden;
	z-index: 999;
	position: absolute;

	width:200px; /* 幅 */
	margin-top:5px;
	padding-top:5px;

 /* メニュービュー背景画像url */
	background-image:url(http://img-cdn.jg.jugem.jp/509/311366/20161117_1398895.png);
	border:1px #999 dashed;
	}

 /* メニュービューリンク設定 */
.MENU a { text-decoration: none; /* リンク下線なし */}
.MENU a:link {color : #333; /* リンク色 */}
.MENU a:visited {color :#666; /* 訪問済み色 */}
.MENU a:hover {color :#ddd; /* オンマウス色 */}
.MENU a:active {color : #fff; /* クリック色 */}

.list{
	}

 /* ビューリストタイトル */
.list_title{
	margin-top:15px;
	font-size:18px;
	color: #333;
	text-align:center;
	}

 /* ビューリストテキスト設定 */
.list_text{
	color: #333;
	font-size: 10px;
	padding:5px 10px;
	text-align:left;
	line-height:150%;
	}


/* カレンダー */

.calendar {
	font-family: "Verdana"; /* 文字種 */
	font-size: 10px; /* 文字サイズ */
	color: #333;
	margin:0px auto; /* 中央に設定 */
	}

.calendar_month {
	font-family: "Verdana"; /* 文字種 */
	margin-bottom: 10px; /* 枠外下に間隔を取っています */
	font-size: 10px; /* 文字サイズ */
	}

.weekday {
	width: 25px; /* 幅 */
	height: 20px; /* 高さ */
	padding: 0px;
	text-align:center; /* 文字中央寄せ */
	font-size: 10px; /* 文字サイズ */
	}

.cell {
	width: 25px; /* 幅 */
	height: 20px; /* 高さ */
	padding: 0px;
	text-align:center; /* 文字中央寄せ */
	font-size: 10px; /* 文字サイズ */
	}

.calendar table {
	margin:0 auto; /* 中央に設定 */
	}



/* アマゾン */
.amazon {
	margin-bottom:10px;
	}

.amazon_text {
	font-size:10px;
	text-align: left;
	}

.amazon_text strong {
	}



/* エントリー---------------------------------------------------------------- */


.entry_head {
	width: 700px; /* 幅 */
	text-align: center;
	position: relative;
	top: 35px;
	}

.entry {
	width: 645px; /* 幅 */
	margin-bottom: 30px;
	}

 /* エントリーリンク設定 */
.entry a { text-decoration: none; /* リンク下線なし */}
.entry a:link {color : #999; /* リンク色 */}
.entry a:visited {color :#999; /* 訪問済み色 */}
.entry a:hover {color :#fff; /* オンマウス色 */}
.entry a:active {color : #ccc; /* クリック色 */}

.entry_top {
	}

 /* メインエントリー */
.entry_in {
	margin-bottom:-1px;
	padding: 20px 25px 0px 25px; /* 枠内に間隔を取っています */
	}

.entry_bottom {
	}

 /* エントリータイトルと日付けのエリア */
.entry_headline {
	width: 645px; /* 幅 */
	margin: 20px 10px 30px 0px; /* 枠内に間隔を取っています */
	}

 /* エントリータイトル */
.entry_title {
	font-size: 12px; /* 文字サイズ */
	font-weight: bolder; /* 太文字指定 */
	padding: 3px 0px 0px 20px; 

 /* エントリータイトルアイコン */
 	background-image:url(http://img-cdn.jg.jugem.jp/509/311366/20161117_1398865.gif);  /* 画像url */
 	background-repeat: no-repeat; /* 画像をリピートしません*/
 	background-position: left center; /* 画像表示位置 */
	}

 /* エントリー年月日 */
.entry_date {
	font-size: 10px; /* 文字サイズ */
	color: #333; /* 文字色 */
	text-align:right; /* 文字右寄せ */
	padding: 3px 10px 0px 0px; 
	}


 /* 続きを読む設定 */
.entry_more {
	padding-top: 20px; /* 枠内上に間隔を取っています */
	}

.entry_state {
	font-size: 10px; /* 文字サイズ */
	color: #999; /* 文字色 */
	text-align: center; /* 文字中央揃え */
	margin: 15px 0px 30px 0px;
 	padding-bottom: 50px; 

 /* 記事仕切りライン画像設定 */
 	background-image:url(http://img-cdn.jg.jugem.jp/509/311366/20161118_1399084.png); /* 画像url */
 	background-repeat: repeat-x; /* 画像を横方向へ繰り返し表示 */
 	background-position: center bottom; /* 画像表示位置 */
	}

/* 引用文設定 */
blockquote {
	font-size :11px; /* 文字サイズ */
	border:1px dashed #999; /* 枠線設定 */
	margin: 10px 0;
	padding: 10px;
	}

 /* 投稿画像設定 */
.pict {
	display:block;
	text-align:center; /* 画像を中央へ表示 */
	margin:0 auto;
	border:1px #ccc dashed; /* 枠線設定 */
	}


.entry_navi {
	text-align:center;
	margin:30px 0;
	font-size: 10px;
	}


/* コメント・トラックバック・プロフィール */

.commnet_form {
	margin:20px auto;
}

.tb_main_title {
	width: 520px;
	border-bottom:1px #999 dashed;
	margin:40px 0 10px 0;
	padding-bottom: 3px;
	text-align:center;
	font-size: 12px;
	font-family: Arial;
	}


#tb {
	width: 520px;
	margin-bottom:30px;
	font-size:12px;
	line-height:170%;
	}

.tb_url {
	margin:20px 0;
	text-align:center;
	}


.tbentry_title {
	font-weight:bolder;
	margin:20px 20px 0 20px;
	}

.tb_area {
	margin:0 20px 0 20px;
	}


.tb_state {
	font-size:10px;
	text-align:right;
	border-bottom:1px #999 dashed;
	margin:0 20px 10px 20px;
	}

.profile_name {
	font-weight:bolder;
	margin-bottom:5px;
	}





/* フッタ-------------------------------------------------------------------- */

#footer {
	width: 520px;
	margin-bottom:30px;
	font-size:10px;
	}


/* AD------------------------------------------------------------------------ */
#ad .linktext {
	line-height:160%;
	text-align:right;
	}


/* サーチ-------------------------------------------------------------------- */
.search {
	
	}

.search input {
	color: #333; /* 文字色 */
	font-size :12px; /* 文字サイズ */
	border-bottom:1px #333 dashed; /* 下線設定 */
	background-color:#fff; /* 背景色 */
	padding: 3px; /* 枠内に間隔を取っています */
	}

.button {
	margin-left:5px;
	padding:0px;
	}

/* フリーエリア-------------------------------------------------------------- */
.f_t {
	font-weight:bolder;
	margin:10px 0 5px 0;
}

.f_c {

}