@import url(http://fonts.googleapis.com/css?family=Monoton|Play);

*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #000;
	color: #666;
	font-size: 15px;
	font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
	line-height: 1;
}
a:link,a:visited{
	color: #fff;
	text-decoration: none;
}
a:hover,a:active{
	color: #f90;
	text-decoration: underline;
}
form,ul,ol,li,dl,dt,dd,div,p,table,tr,td,caption,h1,h2,h3,h4,img{
	margin: 0;
	padding: 0;
	border: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea{
	font-size: 15px;
	font-family: Verdana,メイリオ,"ＭＳ Ｐゴシック",Osaka,Sans-Serif;
}
img{
	vertical-align: middle;
}
.clear{
	clear: both;
}
#body_wrap{
	z-index: 0;
	padding: 20px 0 0 0;
}
#fixed_header{
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
}
#fixed_footer{
	z-index: 2;
	position: fixed;
	width: auto;
	height: auto;
	right: 0;
	bottom: 40px;
}

/*========== Blog Header ==========*/
#body_header{
	width: 960px;
	height: 200px;
	margin: 0 auto;
	background: #1a1a1a url("https://blog-imgs-132.fc2.com/m/t/k/mtkisak3/2020-03.jpg") no-repeat;
	clear: both;
}
#body_header a{
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
}
#body_header a:hover{
	color: #f90;
}
.blog_title{
	margin: 0 5px;
	font-size: 24px;
	font-family: Play,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
.blog_description{
	margin: 5px 10px;
	color: #fff;
	font-weight: lighter;
}
#blog_menu{
	width: 960px;
	margin: 10px auto;
}

/*========== Main Column ==========*/
#main{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/*========== Footer Column ==========*/
#footer_wrap{
	margin: 20px 0 0 0;
	background-color: #000;
}
#footer_wrap .content{
	width: 960px;
	margin: 0 auto;
}
#body_footer{
	position: relative;
	padding: 50px 0 0 0;
	color: #666;
	text-align: left;
	line-height: 1.2em;
	clear: both;
}
#body_footer a{
	color: #666;
	text-decoration: underline;
}
#body_footer a:hover{
	color: #f90;
}
#body_footer img{
	margin: -5px 5px 0 0;
	float: left;
}
#body_footer img.login{
	position: absolute;
	right: 0;
	bottom: 10px;
}
.subtitle{
	padding: 5px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #fff;
}
.subtitle i{
	font-weight: lighter;
}

/*========== Entry ==========*/
#entry{
	margin: 50px 0 0 0;
	border: 1px solid #333;
	clear: both;
}
.entry_header{
	margin: -26px 0 20px 0;
	clear: both;
}
.entry_header a{
	color: #4d4d4d;
	text-decoration: none;
}
.entry_header a:hover{
	color: #f90;
}
.entry_footer{
	position: relative;
	color: #808080;
	clear: both;
}
.entry_footer .right{
	position: absolute;
	right: 5px;
	bottom: -1px;
}
.entry_footer .right a{
	margin: 0 0 0 5px;
	padding: 5px;
	background-color: #333;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: center;
	text-decoration: none;
	float: right;
	display: block;
}
.entry_footer .right a:hover{
	background-color: #f90;
	color: #000;
}
.entry_footer .left{
	padding: 5px;
}
.entry_footer img{
	vertical-align: bottom;
}
.entry_date{
	font-size: 28px;
	font-family: Monoton,cursive;
	text-transform: uppercase;
}
.entry_date p{
	margin: 0 0 0 -1px;
	padding: 0 5px 0 0;
	background-color: #000;
	font-size: 58px;
	line-height: 0.9;
	float: left;
}
.entry_description{
	margin: 5px 0 0 0;
}
.entry_description a{
	color: #808080;
	text-decoration: none;
}
.entry_description a:hover{
	text-decoration: underline;
}
.entry_title{
	width: 940px;
	margin: 0 auto;
	color: #999;
	font-size: x-large;
	font-family: "Arial Black","Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
	clear: both;
}
.entry_title a{
	color: #fff;
	text-decoration: none;	
}
.entry_title a:hover{
	color: #f90;
	text-decoration: underline;
}
.entry_body{
	width: 920px;
	margin: 30px auto;
	color: #999;
	font-family: Verdana,メイリオ,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
	line-height: 1.8em;
	overflow-x: hidden;
	clear: both;
}
.entry_body a{
	text-decoration: underline;
}
.entry_body a:hover{
	text-decoration: none;
}
.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;
}
.entry_body ul{
	margin: 0 0 0 15px;
}
.entry_body blockquote{
	margin: 10px 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;
	clear: both;
}
.more{
	padding: 10px 0;
	font-size: x-large;
	font-family: "Arial Black",Sans-Serif;
	line-height: 1;
	clear: both;
}
.more a{
	background-image: -ms-linear-gradient(top, #333 0%, #000 100%);
	background-image: -moz-linear-gradient(top, #333 0%, #000 100%);
	background-image: -o-linear-gradient(top, #333 0%, #000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #000));
	background-image: -webkit-linear-gradient(top, #333 0%, #000 100%);
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	border: 1px solid #999;
	padding: 0 0 5px 0;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	display: block;
}
.more a:hover{
	border: 1px solid #f90;
	color: #f90;
}
hr.entry_more{
	margin: 0 0 30px 0;
	visibility: hidden;
	clear: both;
}

/*---------- FC2 default elements ----------*/
.relate_dl{
	margin: 10px 0 0 0;
	border-top: 1px solid #333;
	clear: both;
}
.relate_dt{}
.relate_dd{}
.relate_ul{
	margin: 0 0 5px 0 !important;
	padding: 0;
	border-bottom: 1px solid #333;
	list-style: none;
}
.relate_li{
	border-top: 1px dotted #333;
}
.relate_li_nolink{
	border-top: 1px dotted #333;
}
.relate_li a{
	text-decoration: none;
}
.fc2_footer{
	margin: 20px 0 0 0;
	clear: both;
}
.fc2_footer table{
	border-spacing: 0;
	float: left;
}
.fc2_footer table td{
	vertical-align: top;
}
/*---------- FC2 default elements ----------*/

#function{
	width: 960px;
	clear: both;
}
#function h1{
	color: #4d4d4d;
	font-size: 28px;
	font-family: Monoton,"Arial Black",Impact,Sans-Serif;
	font-weight: lighter;
}
#function h2{
	font-size: x-large;
}
#function h3{
	margin: 20px 0 0 0;
	font-size: large;
}
#function dl{
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 1.6em;
}
#function p.line{
	width: 100%;
	margin: 20px 0;
	height: 1px;
	background: url("https://blog-imgs-34.fc2.com/s/l/u/slugsupper/line_gradation_808080-trans.png") no-repeat 50% 50%;
	font-size: 0;
}
.page_navi{
	margin: 20px 0 0 0;
	clear: both;
}
.page_navi p{
	width: 50px;
	height: 50px;
	background-color: #000;
	border-top: 2px solid #1a1a1a;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #1a1a1a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page_navi .prev{
	float: right;
}
.page_navi .next{
	margin: 0 0 0 10px;
	float: right;
}
.page_navi a{
	width: 44px;
	height: 44px;
	margin: 2px;
	background-image: -ms-linear-gradient(top, #333 0%, #000 100%);
	background-image: -moz-linear-gradient(top, #333 0%, #000 100%);
	background-image: -o-linear-gradient(top, #333 0%, #000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #000));
	background-image: -webkit-linear-gradient(top, #333 0%, #000 100%);
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	border: 1px solid #999;
	border-top: 1px solid #333;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	border-left: 1px solid #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 48px;
	font-family: "Arial Black",sans-serif;
	text-align: center;
	line-height: 0.7;
	text-decoration: none;
	display: block;
}
.page_navi a:hover{
	border-top: 1px solid #f90;
	border-right: 1px solid #c60;
	border-bottom: 1px solid #c60;
	border-left: 1px solid #f90;
	color: #f90;
}
.entry_navi{
	position: relative;
	height: 50px;
	margin: 20px 0;
	clear: both;
}
.entry_navi p{
	border: 1px solid #333;
	text-align: center;
}
.entry_navi p.left{
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
}
.entry_navi p.right{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}
.entry_navi p.left a{
	background: url("https://blog-imgs-45.fc2.com/s/l/u/slugsupper/arrow_single_left_333.gif") no-repeat 0.5% 50%;
}
.entry_navi p.right a{
	background: url("https://blog-imgs-45.fc2.com/s/l/u/slugsupper/arrow_single_right_333.gif") no-repeat 99.5% 50%;
}
.entry_navi p a{
	width: auto;
	height: 44px;
	padding: 2px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.entry_navi p a:hover{
	background-color: #f90 !important;
	color: #000;
}
.entry_navi p a i{
	margin: 0 0 5px 0;
	color: #666;
	font-size: x-small;
	display: block;
}

/*========== Comment ==========*/
.comment_area{
	width: 560px;
	float: left;
}
.comment{
	padding: 10px 0;
	border-top: 1px solid #333;
	color: #999;
}
.comment .header img{
	float: right;
}
.comment .body,.comment .footer{
	margin: 0 10px;
}
.comment .body{
	padding: 10px 0;
	line-height: 1.6em;
}
.form{
	width: 350px;
	float: right;
}
.comment_form{
	padding: 10px 20px;
	background-color: #1a1a1a;
	color: #999;
}
.comment_form p{
	margin: 0 0 10px 0;
}
.comment_form input.txt{
	width: 300px;
	margin: 2px 0 0 0;
	padding: 5px;
	background-color: #fff;
	border: none;
	color: #000;
}
.comment_form input.btn{
	padding: 2px 5px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}
.comment_form textarea{
	width: 300px;
	height: 150px;
	padding: 5px;
	background-color: #fff;
	border: none;
	color: #000;
	scrollbar-base-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #1a1a1a;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

/*========== Trackback ==========*/
.trackback_ping{
	margin: 0 0 10px 0;
}
.trackback_ping a{
	font-size: x-small;
}
.trackback_ping input{
	width: 560px;
	margin: 0 0 5px 0;
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 14px;
	font-family: Play,Sans-Serif;
}
.trackback{
	width: 560px;
	padding: 10px 0;
	border-top: 1px solid #333;
	color: #999;
}
.trackback .body,.trackback .footer{
	margin: 0 10px;
}
.trackback .body{
	padding: 10px 0;
	line-height: 1.6em;
}

/*========== Plugin ==========*/
#plugin{
	padding: 30px 0 0 0;
	float: left;
}
.plugin{
	margin: 0 0 20px 0;
	color: #999;
}
.plugin1{
	width: 360px;
}
.plugin1 .title,.plugin2 .title{
	padding: 2px 5px;
	border: 1px solid #4d4d4d;
}
.plugin2{
	width: 540px;
	margin: 0 0 0 29px;
	padding: 0 0 20px 29px;
	border-left: 2px dotted #333;
}
.plugin3{
	margin: 0 0 10px 0;
	border: 1px double #333;
}
.plugin3 .title{
	padding: 8px 10px;
}
.plugin3 .body,.plugin3 .header,.plugin3 .footer{
	margin: 0 10px !important;
}
.plugin .title{
	background-color: #333;
	color: #808080;
	font-weight: bold;
}
.plugin .body,.plugin .header,.plugin .footer{
	margin: 0 5px;
}
.plugin .body{
	padding: 10px 0;
	line-height: 1.6em;
	overflow-x: hidden;
}
.plugin .body ul{
	list-style-type: square;
	list-style-position: inside;
}
.plugin .header{
	padding: 10px 0 0 0;
}
.plugin .footer{
	padding: 0 0 10px 0;
}

/*========== Calendar ==========*/
.calendar{
	width: 960px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	font-family: Play,Sans-Serif;
	text-align: left;
}
.calendar a{
	width: 24px;
	color: #fff;
	text-decoration: none;
}
.calendar a:hover{
	background-color: #f90;
	color: #000;
}
.calendar .day{
	width: 24px;
	height: 20px;
	color: #333;
	text-align: center;
	float: left;
}
.calendar .day a{
	width: 100%;
	height: 100%;
	display: block;
}
.calendar .day a:hover{}
.calendar .month{
	float: right;
}
.calendar .month a{
	width: 24px;
	height: 20px;
	text-align: center;
	display: block;
	float: right;
}

/* ========== jQuery Drop Down Menu ========== */
#jsddm{
	margin: 0;
	padding: 0;
}
#jsddm li{
	list-style: none;
	float: left;
}
#jsddm li a.subject{
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #666;
	color: #fff !important;
	font-size: 12px;
	font-family: Play,Sans-Serif;
	text-align: center;
}
#jsddm li a{
	width: auto;
	text-align: left;
	text-decoration: none;
	display: block;
}
#jsddm li a:hover{
	color: #f90 !important;
}
#jsddm li ul{
	width: 240px;
	margin: 0 0 0 -1px;
	padding: 0;
	background: url("https://blog-imgs-37.fc2.com/s/l/u/slugsupper/alpha_ffffff_70-trans.png");
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	-webkit-box-shadow: 0 2px 2px #000;
	-moz-box-shadow: 0 2px 2px #000;
	box-shadow: 0 2px 2px #000;
	position: absolute;
	visibility: hidden;
}
#jsddm li ul.monthry{
	height: 240px;
	overflow-y: scroll;
	scrollbar-base-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #000;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
#jsddm li ul li{
	float: none;
}
#jsddm li ul li.sub a{
	padding-left: 15px;
	border: none;
}
#jsddm li ul li a{
	width: auto;
	padding: 5px;
	border-top: 1px dotted #000;
	color: #000 !important;
	text-align: left;
}
#jsddm li ul li a:hover{
	background-color: #f90;
	color: #000 !important;
}
#jsddm li ul li a i{
	margin: 5px 0 0 0;
	text-align: right;
	display: block;
}
.search{
	margin: -3px 0 0 0;
	float: right;
}
.search input{
	vertical-align: middle;
}
.search input.txt{
	width: 150px;
	padding: 1px;
	background-color: transparent;
	border: 1px dotted #fff;
	color: #fff;
}
.search input.btn{
	margin: 0 0 0 5px;
	cursor: pointer;
	float: right; 
}

/* ========== Page Navigator ========== */
.navi_menu{
	background: url("https://blog-imgs-45.fc2.com/s/l/u/slugsupper/alpha_ffffff_10-trans.png");
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.75), inset 0 0 20px 5px rgba(255,255,255,0.50);
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.75), inset 0 0 20px 5px rgba(255,255,255,0.50);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.75), inset 0 0 20px 5px rgba(255,255,255,0.50);
	font-size: large;
	font-family: Impact,Sans-Serif;
	line-height: 1.5em;
}
.navi_menu div{
	border-top: 1px dotted #999;
}
.navi_menu div.top{
	border: none;
}
.navi_menu div a{
	width: 100%;
	height: 100%;
	padding: 0 10px;
	color: #999;
	text-decoration: none;
	display: block;	
}
.navi_menu div a:hover{
	color: #f90;
}