*{
	margin: 0;
	padding: 0;
}
body{
        margin: 0;
	padding: 0;
	background-color: #000;
	color: #666;
	font-size: 12px;
	font-family: Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
}
a:link,a:visited{
	color: #f60;
	text-decoration: none;
}
a:hover,a:active{
	color: #f90;
	text-decoration: underline;
}
ul{
	margin: 0 10px 0 20px;
}
form{
	margin: 0;
	padding: 0;
}
input{
	font-size: 12px;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,Sans-Serif;
}
textarea{
	font-size: 12px;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,Sans-Serif;
}
.clear{
	clear: both;
}

/*========== Blog Header ==========*/
#body_header{
	width: 960px;
	height: 341px;
	margin: 5px auto;
	background: #1a1a1a url("https://blog-imgs-128.fc2.com/d/e/n/denshawotorou/20190709221353041.png") no-repeat;
	text-align: left;
	clear: both;
}
.blog_menu{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.blog_menu a:link,.blog_menu a:visited{
	color: #fff;
	text-decoration: none;	
}
.blog_menu a:hover,.blog_menu a:active{
	color: #f90;
	text-decoration: none;
}
.blog_menu img{
	border: none;
	vertical-align: middle;
}
.blog_title{
	margin: 0 5px;
	font-size: 36px;
	font-weight: bolder;
	font-family: "Meiryo UI",Tahoma,"MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
.blog_title a:link,.blog_title a:visited{
	color: #fff;
	text-decoration: none;
}
.blog_title a:hover,.blog_title a:active{
	color: #f90;
	text-decoration: none;
}
.blog_description{
	width: auto;
	margin: 5px 5px 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: lighter;
	clear: both;
}

/*========== Blog Footer ==========*/
#body_footer{
	width: auto;
	margin: 50px 0 0 0;
	padding: 10px 0;
	color: #666;
	text-align: left;
	clear: both;
}
#body_footer a:link,#body_footer a:visited{
	color: #666;
	text-decoration: underline;
}
#body_footer a:hover,#body_footer a:active{
	color: #f90;
	text-decoration: underline;
}
#body_footer img{
	border: none;
	float: left;
}

/*========== Main Column ==========*/
#main{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/*========== Footer Column ==========*/
#footer_wrap{
	width: auto;
	background-color: #1a1a1a;
	border-top: 1px dotted #4d4d4d;
}
#footer{
	width: 960px;
	margin: 0 auto;
}

/*========== Entry ==========*/
.entry{
	width: auto;
	padding: 0 39px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	text-align: left;
	clear: both;
}
.entry_header{
	width: auto;
	margin: 50px 0 0 0;
	text-align: left;
	clear: both;
}
.entry_footer{
	margin: 0;
	padding: 40px 5px 2px 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	color: #333;
	clear: both;
}
.entry_footer a:link,.entry_footer a:visited{
	color: #4d4d4d;
	text-decoration: none;	
}
.entry_footer a:hover,.entry_footer a:active{
	color: #f90;
	text-decoration: none;
}
.entry_footer p.left{
	float: left;
}
.entry_footer p.right{
	float: right;
}
.entry_date{
	color: #4d4d4d;
	font-size: 20px;
	font-family: Georgia,"Times New Roman",Serif;
	font-weight: bolder;
	font-style: italic;
}
.entry_date p:first-letter{
	font-size: 54px;
	float: left;
}
.entry_date a:link,.entry_date a:visited{
	color: #4d4d4d;
	text-decoration: none;	
}
.entry_date a:hover,.entry_date a:active{
	color: #f90;
	text-decoration: none;
}
.entry_description{
	margin: 0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 1.2em;
	overflow: hidden;
}
.entry_description a:link,.entry_description a:visited{
	color: #4d4d4d;
	text-decoration: underline;
	font-weight: bolder;
}
.entry_description a:hover,.entry_description a:active{
	color: #f90;
	text-decoration: underline;
	font-weight: bolder;
}
.entry_title{
	padding: 40px 0 0 0;
	color: #ccc;
	font-size: 20px;
	font-weight: bolder;
	font-family: メイリオ,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
}
.entry_title a:link,.entry_title a:visited{
	color: #fff;
	text-decoration: none;	
}
.entry_title a:hover,.entry_title a:active{
	color: #f90;
	text-decoration: underline;
}
.entry_body{
	margin: 20px 0 0 0;
	color: #b3b3b3;
	font-family: メイリオ,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
	line-height: 2em;
	overflow-x: hidden;
	clear: both;
}
.entry_body a:link,.entry_body a:visited{
	color: #f60;
	text-decoration: underline;
}
.entry_body a:hover,.entry_body a:active{
	color: #f90;
	text-decoration: underline;
}
.entry_body img{
	margin: 0;
}
.entry_body img.left{
	margin: 0 10px 5px 0;
	float: left;
}
.entry_body img.right{
	margin: 0 0 5px 10px;
	float: right;
}
.entry_body img.emoji{
	margin: 0 2px;
	vertical-align: middle;
}
.entry_body blockquote{
	margin: 0;
	padding: 5px 10px;
	background-color: #1a1a1a;
	border-top: 1px dotted #333;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
	border-left: 7px solid #333;
	color: #999;
	clear: both;
}
.entry_body blockquote a:link,.entry_body blockquote a:visited{
	color: #f60;
	text-decoration: underline;
}
.entry_body blockquote a:hover,.entry_body blockquote a:active{
	color: #f90;
	text-decoration: underline;
}
.more{
	font-size: 16px;
	font-weight: bolder;
	font-family: Georgia,"Times New Roman",Serif;
	text-align: left;
	clear: both;
}
.more a:link,.more a:visited{
	color: #f60;
	text-decoration: none;
}
.more a:hover,.more a:active{
	color: #f90;
	text-decoration: underline;
}
.entry_more{
	padding: 30px 0 0 0;
	clear: both;
}
.relate_dl{
	margin: 20px 0 0 0;
	padding: 5px;
	border: 1px solid #333;
	color: #999;
	clear: both;
}
.theme{
	margin: 20px 0 0 0;
	padding: 0 5px;
	border: 1px dotted #333;
	color: #999;
	font-size: x-small;
	clear: both;
}
.anchor_top{
	margin: 5px 0 0 0;
	text-align: right;
	clear: both;
}
.anchor_top img{
	border: none;
	vertical-align: bottom;
}
.anchor_top a:link,.anchor_top a:visited{
	color: #333;
	text-decoration: underline;
}
.anchor_top a:hover,.anchor_top a:active{
	color: #333;
	text-decoration: underline;
}
#function{
	width: 960px;
	margin: 20px auto 0 auto;
	clear: both;
	text-align: left;
	clear: both;
}
#function h1{
	border-top: 1px solid #333;
	color: #4d4d4d;
	font-size: 24px;
	font-family: Georgia,"Times New Roman",Serif;
	text-align: right;
}
#function h2{
	font-size: 20px;
}
#function h3{
	font-size: 16px;
}
#function dl{
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 1.7em;
}
.page_navi{
	width: auto;
	margin: 20px 0;
	font-size: 16px;
	font-weight: bolder;
	font-family: "Segoe Script","Mv Boli","Brush Script MT",cursive;
	clear: both;
}
.page_navi .prev{
	width: auto;
	text-align: left;
	float: left;
}
.page_navi .next{
	width: 50%;
	text-align: right;
	float: right;
}
.page_navi a:link,.page_navi a:visited{
	color: #808080;
	text-decoration: none;
}
.page_navi a:hover,.page_navi a:active{
	color: #f90;
	text-decoration: underline;
}

/*========== Comment ==========*/
.comment{
	width: 640px;
	margin: 10px 0 0 auto;
	background-color: #1a1a1a;
	border: 1px solid #333;
	color: #999;
	clear: both;
}
.cm_title{
	padding: 10px 10px 0 10px;
}
.cm_body{
	padding: 10px 20px 0 20px;
	line-height: 1.7em;
}
.cm_footer{
	padding: 10px 20px;
}
.cm_footer input{
	cursor: pointer;
}
.form{
	width: 640px;
	margin: 0 0 20px auto;
	background-color: #000;
}
.comment_form{
	width: 100%;
}
.comment_form td{
	padding: 5px 2px;
	color: #666;
}
.comment_form td.point{
	width: 110px;
	color: #666;
	font-weight: bolder;
	font-style: italic;
	text-align: right;
}
.comment_form input.txt{
	width: 99%;
	padding: 2px;
	background-color: #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #666;
	border-left: 1px solid #000;
	color: #fff;
}
.comment_form input.btn{
	cursor: pointer;
}
.comment_form textarea{
	width: 99%;
	padding: 2px;
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
}

/*========== Trackback ==========*/
.trackback_ping{
	width: 640px;
	margin: 10px 0 0 auto;
	text-align: right;
}
.trackback_ping input{
	width: 99%;
	padding: 2px;
	background-color: #000;
	border: 1px solid #333;
	color: #666;
}
.trackback{
	width: 640px;
	margin: 10px 0 0 auto;
	color: #666;
	clear: both;
}
.tb_title{
	padding: 10px 10px 0 10px;
	border-top: 1px solid #333;
}
.tb_body{
	padding: 10px 20px 0 20px;
	line-height: 1.7em;
}
.tb_footer{
	padding: 10px 20px;
}

/*========== Plugin ==========*/
#plugin{
	width: auto;
	padding: 30px 0 0 0;
	float: left;
}
.plugin1{
	width: 360px;
	padding: 0 0 20px 0;
	color: #999;
}
.plugin1 .plugin_title{
	padding: 2px 5px;
	background-color: #333;
	border: 1px solid #4d4d4d;
	color: #808080;
	font-size: 12px;
	font-weight: bolder;
}
.plugin2{
	width: 540px;
	margin: 0 0 0 29px;
	padding: 0 0 20px 29px;
	border-left: 2px dotted #333;
	color: #999;
}
.plugin2 .plugin_title{
	padding: 2px 5px;
	background-color: #333;
	border: 1px solid #4d4d4d;
	color: #808080;
	font-size: 12px;
	font-weight: bolder;
}
.plugin3{
	width: auto;
	margin: 20px 0 0 0;
	border-bottom: 3px double #333;
	color: #999;
}
.plugin3 .plugin_title{
	padding: 2px 5px;
	background-color: #1a1a1a;
	border: 1px solid #333;
	color: #666;
	font-size: 12px;
	font-weight: bolder;
}
.plugin3 .plugin_body{
	padding: 10px 0;
	line-height: 2em;
	overflow-x: hidden;
}
.plugin_body{
	padding: 10px;
	line-height: 1.7em;
	overflow-x: hidden;
}
.plugin_body ul{
	margin: 0;
	list-style-type: square;
	list-style-position: inside;
}
.plugin_header{
	padding: 10px 10px 0px 10px;
}
.plugin_footer{
	padding: 0px 10px 10px 10px;
}

/*========== Calendar ==========*/
#calendar{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: left;
}
#calendar .day{
	width: 24px;
	color: #333;
	font-family: Arial,Tahoma,Sans-Serif;
	text-align: center;
	float: left;
}
#calendar .day a:link,#calendar .day a:visited{
	width: 24px;
	color: #fff;
	text-decoration: none;
	display: block;
}
#calendar .day a:hover,#calendar .day a:active{
	background-color: #f90;
	color: #fff;
	text-decoration: none;
}
#calendar .month{
	padding: 0;
	float: right;
}
#calendar .month img{
	border: none;
	vertical-align: middle;
}
#jsddm{
	margin: 0;
	padding: 0;
}
#jsddm li{
	list-style: none;
	float: left;
}
#jsddm li.sub_title{
	border-right: 1px solid #fff;
}
#jsddm li ul li span li{
	display: none !important;
}

#jsddm li a:link,#jsddm li a:visited{
	width: auto;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	display: block;
}
#jsddm li a:hover,#jsddm li a:active{
	color: #f90;
}
#jsddm li ul{
	margin: 0;
	padding: 0;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ff9900_75-trans.png");
	border: 1px solid #fc6;
	visibility: hidden;
	position: absolute;
}
#jsddm li ul li{
	float: none;
	display: inline;
}
#jsddm li ul li a:link,#jsddm li ul li a:visited{
	width: auto;
	padding: 2px 6px !important;
	color: #fff !important;
	font-weight: normal;
}
#jsddm li ul li a:hover,#jsddm li ul li a:active{
	background-color: #f60;
	background-image: none;
	color: #fff !important;

}
#jsddm li ul.monthry{
	width: 120px;
	height: 240px;
	overflow-y: scroll;
	scrollbar-base-color: #f90;
	scrollbar-face-color: #f90;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #f90;
	scrollbar-3dlight-color: #f90;
	scrollbar-shadow-color: #f90;
	scrollbar-darkshadow-color: #f90;
}
.search{
	margin: 0;
	padding: 0 5px;
	float: right;
}
.search input{
	vertical-align: middle;
}
.search input.txt{
	width: 150px;
	background-color: #000;
	border: 1px dotted #fff;
	color: #fff;
}
.search input.btn{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: x-small;
	cursor: pointer;
}
input.login{
	margin: 0;
	font-weight: bolder;
	cursor: pointer;
	float: right;
}