@import url(http://fonts.googleapis.com/css?family=Alfa+Slab+One);

*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #000; /* Don't change. */
	color: #666;
	font-size: 12px;
	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: #0cf;
	text-decoration: underline;
}
form, ul, ol, li, dl, dt, dd, div, p, table, caption{
	margin: 0;
	padding: 0;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea{
	font-size: 12px;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,Sans-Serif;
}
img{
	margin: 0;
	border: none;
	vertical-align: middle;
}
.clear{
	clear: both;
}
#body_wrap{
	z-index: 0;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#fixed_header{
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
}
#fixed_footer{
	z-index: 2;
	position: fixed;
	right: 0;
	bottom: 40px;
}
#fixed_footer input{
	padding: 0 25px 0 5px;
	background: #fff url("http://blog-imgs-34.fc2.com/s/l/u/slugsupper/anchor_top_arrow_000-trans.png") no-repeat 100% 50%;
	border-top: 1px dotted #000;
	border-right: none;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	color: #000;
	font-size: 16px;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	cursor: pointer;
}

/*========== Blog Header ==========*/
#body_header{
	width: auto;
	margin: 0 0 20px -40px;
	background-color: #000;
}
#body_header a{
	color: #fff;
	text-decoration: none;
}
#body_header a:hover{
	color: #c33;
}
/*----------------------------------------------------------------------
	Header Image width/height size cannot be changed
----------------------------------------------------------------------*/
#body_header .image{
	width: 300px;
	height: 300px;
	background: url("http://blog-imgs-73.fc2.com/o/w/a/owarigahazimari/201506262216175a8.jpg") no-repeat 50% 50%;
	float: left;
}
/*--------------------------------------------------------------------*/
#body_header .container{
	width: 700px;
	height: 300px;
	float: right;
}
#body_header ul{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: url("http://blog-imgs-34.fc2.com/s/l/u/slugsupper/listmark_eyelet_10px_fff-trans.png") inside;
}
#body_header ul li{
	margin: 0 10px 5px 0;
	float: left;
}
#body_header ul li.sub{
	list-style: none;
}
#body_header .content{
	padding: 10px 0 0 10px;
	border-top: 1px solid #fff;
}
.blog_title{
	margin: 50px 0 5px 0;
	font-size: 48px;
	font-family: "Arial Black","Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
	text-align: right;
	letter-spacing: -1px;
	line-height: 1em;
}
.blog_description{
	color: #fff;
}
.blog_menu{
	margin: 0 0 10px 0;
	padding: 2px 5px;
	background-color: #c33;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	text-align: right;
	word-spacing: 10px;
}
.blog_menu a:hover{
	text-decoration: none;
}

/*========== Blog Footer ==========*/
#body_footer{
	width: auto;
	margin: 100px 0 0 0;
	color: #333;
	text-align: left;
	word-spacing: 2px;
	clear: both;
}
#body_footer a{
	color: #333;
	text-decoration: underline;	
}
#body_footer a:hover{
	color: #0cf;
	text-decoration: underline;
}
#body_footer img{
	margin: -5px 5px 0 0;
	border: none;
	float: left;
}
/*========== Main Column ==========*/
#main{
	width: 640px;
	float: left;
}

/*========== Side Column ==========*/
#side_r{
	width: 260px;
	margin: -20px 0 0 auto;
	float: right;
}

/*========== Entry ==========*/
#entry{
	width: auto;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #1a1a1a;
	clear: both;
}
#article{
	width: auto;
	margin: 0 0 25px 0;
	clear: both;
}
.entry_header{
	margin: 0 0 0 -10px;
	overflow: hidden;
}
.entry_header a{}
.entry_header a:hover{
	border-bottom: 1px solid #0cf;
	color: #c33;
	text-decoration: none;
}
.entry_header .icon{
	width: 80px;
	height: 80px;
	background: url("http://blog-imgs-35.fc2.com/s/l/u/slugsupper/sup12_ornament_fff-trans.png") no-repeat 50% 50%;
}
.entry_title{
	padding: 0 0 0 5px;
	color: #fff;
	font-size: 24px;
	font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
.entry_description{
	margin: 0;
	color: #999;
	line-height: 1.3em;
}
.entry_description a{
	border-bottom: 1px dotted #666;
	color: #999;
	text-decoration: none;	
}
.entry_description a:hover{
	border-bottom: 1px solid #0cf;
	color: #0cf;
	text-decoration: none;
}
.entry_body{
	padding: 20px 0;
	color: #ccc;
	font-size: 12px;
	font-family: Verdana,メイリオ,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
	line-height: 1.8em;
	overflow-x: hidden;
	clear: both;
}
.entry_body a{
	color: #0cf;
	text-decoration: none;	
}
.entry_body a:hover{
	color: #c33;
	text-decoration: underline;
}
.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 blockquote{
	margin: 10px 0;
	padding: 0 0 0 10px;
	border-left: 10px solid #333;
	color: #b3b3b3;
	clear: both;
}
.entry_body .more{
	margin: 10px 0 0 0;
	font-size: 24px;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	text-align: right;
	clear: both;
}
.entry_body .entry_more{
	margin: 30px 0 0 0;
	clear: both;
}
.entry_body .theme{
	margin: 5px 0 0 0;
	font-size: smaller;
	clear: both;
}
.entry_footer{
	clear: both;
}
.entry_footer input{
	padding: 0 2px;
	background-color: transparent;
	border: 1px solid #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: smaller;
	cursor: pointer;
	float: right;
}

/*---------- FC2 default elements ----------*/
.relate_dl{
	margin: 10px 0 0 0;
	border-top: 1px solid #333;
	clear: both;
}
.relate_dt{
	padding: 0 5px;
}
.relate_dd{}
.relate_ul{
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #333;
	list-style: none;
}
.relate_li{
	padding: 0 5px;
	border-top: 1px dotted #333;
}
.relate_li_nolink{
	padding: 0 5px;
	border-top: 1px dotted #333;
}
.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{
	margin: 20px 0 0 0;
	clear: both;
}
#function h1{
	font-size: 24px;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	font-weight: lighter;
}
#function h2{
	font-size: 20px;
}
#function h3{
	font-size: 16px;
}
#function dl{
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 1.6em;
}

.page_navi{
	font-size: 16px;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	clear: both;
}
.page_navi .prev{
	width: 50%;
	text-align: left;
	float: left;
}
.page_navi .next{
	width: 50%;
	text-align: right;
	float: right;
}

/*========== Comment ==========*/
.comment{
	margin: 0 0 1px 0;
	background-color: #1a1a1a;
	color: #ccc;
	clear: both;
}
.comment a{
	color: #0cf;
	text-decoration: underline;
}
.comment a:hover{
	color: #c33;
}
.cm_header{
	padding: 10px;
	background-color: #333;
	color: #fff;
}
.cm_body{
	padding: 10px;
	line-height: 1.6em;
}
.cm_footer{
	padding: 10px;
}
.cm_footer input{
	padding: 0 2px;
	background-color: #333;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: smaller;
	cursor: pointer;
}
.form{
	width: auto;
	padding: 10px;
	background-color: #333;
}
.comment_form{
	width: auto;
}
.comment_form div{
	margin: 0 0 5px 0;
	color: #999;
}
.comment_form input.txt,.comment_form textarea{
	margin: 5px 5px 0 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #666;
	color: #000;
}
.comment_form input.txt{
	width: 250px;
}
.comment_form textarea{
	width: 450px;
	height: 100px;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #333;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}
.comment_form input.btn{
	padding: 5px;
	background-color: #999;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	cursor: pointer;
}

/*========== Trackback ==========*/
.tb_ping{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tb_ping input{
	width: 99%;
	margin: 5px 0;
	background-color: #000;
	border: none;
	font-weight: bolder;
	color: #fff;
}
.trackback{
	padding: 10px 0;
	border-bottom: 1px solid #333;
	clear: both;
}
.tb_header{}
.tb_body{
	padding: 10px 0;
	line-height: 1.6em;
}
.tb_footer{}

/*========== Plugin ==========*/
.plugin1{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #999;
	clear: both;
}
.plugin1 .plugin_title{
	padding: 0;
	border-bottom: 1px solid #666;
	color: #666;
	font-size: large;
	font-weight: bolder;
	clear: both;
}
.plugin1 a{
	color: #fff;
	text-decoration: none;	
}
.plugin1 a:hover{
	color: #0cf;
	text-decoration: underline;
}
.plugin2{
	margin: 0 0 10px 0;
	padding: 5px 5px 10px 5px;
	background-color: #1a1a1a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}
.plugin2 .plugin_title{
	padding: 0 5px 5px 5px;
	color: #666;
	font-size: large;
	font-weight: bolder;
}
.plugin2 a{
	color: #fff;
	text-decoration: none;	
}
.plugin2 a:hover{
	color: #0cf;
	text-decoration: underline;
}
.plugin3{
	margin: 0 0 20px 0;
	padding: 5px 5px 10px 5px;
	background-color: #000;
	border: 1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}
.plugin3 a{
	color: #0cf;
	text-decoration: none;	
}
.plugin3 a:hover{
	color: #fff;
	text-decoration: underline;
}

.plugin3 .plugin_title{
	padding: 5px;
	color: #666;
	font-size: 16px;
	font-weight: bolder;
}
.plugin_body{
	margin: 5px;
	line-height: 1.6em;
	overflow-x: hidden;
}
.plugin_body ul{
	margin: 0 0 0 1px;
	list-style: inside;
}
.plugin_header{
	margin: 5px 5px 0 5px;
}
.plugin_footer{
	margin: 0 5px 5px 5px;
}
.search{
	width: auto;
	margin: 10px 0;
	clear: both;
}
.search input.txt{
	width: 190px;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
	vertical-align: middle;
	float: left;
}
:root .search input.txt{
	width: 190px;
	height: 20px;
	margin: -2px 5px 0 0;
	padding: 0 5px;
	background-color: #000;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	vertical-align: middle;
	float: left;
}

/* ========== calendar ========== */
#calendar{
	margin: 0 0 20px 0;
}
#calendar a{
	color: #666;
	text-decoration: none;	
}
#calendar a:hover{
	color: #0cf;
}
#calendar table,#calendar th,#calendar td{
	border: 1px solid #666;
}
.calendar{
	margin: 0 auto;
}
.calendar caption{
	padding: 0 0 2px 0;
	color: #666;
	font-size: 16px;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	text-align: left;
	line-height: 1em;
}
.calendar caption p{
	font-size: x-large;
	float: right;
}
.calendar th{
	font-size: 10px;
	text-align: center;
}
.calendar th.sun{}
.calendar th.sat{}
.calendar td{
	width: 36px;
	font-size: 12px;
	font-family: Arial,Verdana,Sans-Serif;
	text-align: center;
	vertical-align: middle;
}
.calendar td a{
	width: 36px;
	background-color: #333;
	color: #fff !important;
	text-decoration: none;
	display: block;
}
.calendar td a:hover{
	background-color: #0cf;
	color: #000 !important;
	text-decoration: none;
}