@import url(http://fonts.googleapis.com/css?family=Alfa+Slab+One);

*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #000;
	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: #f30;
	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: 12px;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,Sans-Serif;
}
img{
	vertical-align: middle;
}
.clear{
	clear: both;
}
#body_wrap{
	z-index: 0;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#fixed_footer{
	z-index: 1;
	position: fixed;
	width: auto;
	height: auto;
	right: 0;
	bottom: 40px;
}

/*========== Blog Header ==========*/
#body_header{
	width: 960px;
	height: 200px;
	background: url("http://blog-imgs-43-origin.fc2.com/j/o/h/johs/20111229_090308_8100.jpg") no-repeat;
}
#body_header a{
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
}
#body_header a:hover{
	color: #f30;
}
.blog_title{
font-style: oblique;
padding: 10px;
	margin: 0 5px;
	font-size: 40px;
	font-family: "Arial Black","Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
	letter-spacing: -1px;
}
.blog_description{
font-size: 21px;
padding: 10px;
margin: 0 30px;
background-image: url(http://blog-imgs-45-origin.fc2.com/j/o/h/johs/hiyodori08.gif);
background-repeat: no-repeat;
	color: #fff;
	font-weight: lighter;
}
.blog_menu{
	padding: 2px 5px;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	text-align: left;
	word-spacing: 10px;
	line-height: 1.2em;
}

/*========== Blog Footer ==========*/
#body_footer{
	width: 960px;
	margin: 100px 0 10px 0;
	color: #333;
	text-align: left;
	word-spacing: 2px;
	line-height: 1.2em;
	clear: both;
}
#body_footer a{
	color: #333;
	text-decoration: underline;	
}
#body_footer a:hover{
	color: #f30;
}

/*========== Main Column ==========*/
#main{
	width: 720px;
	margin: 30px auto 0 0;
	float: left;
}

/*========== Side Column ==========*/
#side_r{
	width: 210px;
	margin: 30px 0 0 0;
	float: right;
}

/*========== Entry ==========*/
#entry{
	width: auto;
	margin: 0 0 100px 0;
	clear: both;
}
#article{
	width: auto;
	margin: 0 0 20px 0;
	clear: both;
}
.entry_date{
	width: 75px;
	height: 75px;
	margin: 0 10px 0 0;
	font-size: 20px;
	font-family: "Arial Black",Arial,Sans-Serif;
	line-height: 1.2em;
	text-transform: uppercase;
	float: left;
}
.entry_date a{
	width: 75px;
	height: 75px;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
}
.entry_date a:hover{
	color: #f30 !important;
}
.entry_date p{
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	-webkit-transform: rotate(-15deg);  
	-moz-transform: rotate(-15deg); 
}
.entry_day{
	font-size: 40px;
}
.entry_year{
	font-size: 18px;
}
.entry_header{
	overflow: hidden;
}
.entry_title{
	color: #fff;
	font-size: 24px;
	font-weight: bolder;
	font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
.entry_description{
	margin: 5px 0 0 0;
	line-height: 1.2em;
}
.entry_body{
	padding: 20px 0;
	color: #c0c0c0;
	font-size: 12px;
	font-family: Verdana,メイリオ,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
	line-height: 1.8em;
	overflow-x: hidden;
	clear: both;
}
.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: 5px 0;
	padding: 5px 10px;
	background-color: #1a1a1a;
	border-left: 10px solid #333;
	clear: both;
}
.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_more{
	margin: 30px 0 0 0;
	clear: both;
}
.entry_footer{
	border-bottom: 1px solid #1a1a1a;
	clear: both;
}
.entry_footer .left{
	width: 50%;
	text-align: left;
	float: left;
}
.entry_footer .left input{
	margin: 0 0 2px 0;
	background-color: #666;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-size: smaller;
	cursor: pointer;
}
.entry_footer .right{
	width: 50%;
	text-align: right;
	float: right;
}
.theme{
	margin: 5px 0 0 0;
	font-size: smaller;
	clear: both;
}

/*---------- 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 !important;
	padding: 0;
	border-bottom: 1px solid #333;
	list-style: inside;
}
.relate_li{
	border-top: 1px dotted #333;
}
.relate_li_nolink{
	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 10px 0;
	padding: 10px;
	background-color: #1a1a1a;
	border: 1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}
.comment a{
	text-decoration: underline;
}
.comment a:hover{
	text-decoration: none;
}
.cm_header{}
.cm_header input{
	background-color: transparent;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: smaller;
	cursor: pointer;
	float: right;
}
.cm_body{
	padding: 10px 0;
	line-height: 1.6em;
	clear: both;
}
.form{
	width: auto;
	border: 1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.comment_form{
	width: 80%;
	margin: 10px auto;
}
.comment_form div{
	padding: 5px;
	color: #666;
}
.comment_form input.txt{
	width: 60%;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: transparent;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}
.comment_form input.btn{
	padding: 5px;
	background-color: transparent;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	cursor: pointer;
}
.comment_form textarea{
	width: 98%;
	height: 100px;
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: transparent;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

/*========== 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: transparent;
	border: none;
	font-weight: bolder;
	color: #fff;
}
.trackback{
	padding: 10px 0;
	border-bottom: 1px solid #333;
	clear: both;
}
.trackback a{
	text-decoration: underline;
}
.trackback a:hover{
	text-decoration: none;
}
.tb_header{}
.tb_body{
	padding: 10px 0;
	line-height: 1.6em;
}
.tb_footer{}

/*========== Plugin ==========*/
.plugin1{
	margin: 0 0 20px 0;
	clear: both;
}
.plugin1 .plugin_title{
	font-size: large;
	font-weight: bolder;
	clear: both;
}
.plugin1 .plugin_body{
	padding: 5px 0;
}
.plugin1 .plugin_header{
	margin: 5px 0 0 0;
}
.plugin1 .plugin_footer{
	margin: 0 0 5px 0;
}
.plugin2{
	margin: 0 0 10px 0;
	background-color: #1a1a1a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}
.plugin2 .plugin_title{
	padding: 5px;
	font-size: large;
	font-weight: bolder;
}
.plugin2 .plugin_body{
	margin: 0 5px;
	padding: 5px 0;
}
.plugin3{
	margin: 0 0 20px 0;
	padding: 5px;
	background-image: -ms-linear-gradient(bottom, #1A1A1A 0%, #000 100%);
	background-image: -moz-linear-gradient(bottom, #1A1A1A 0%, #000 100%);
	background-image: -o-linear-gradient(bottom, #1A1A1A 0%, #000 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1A1A1A), color-stop(1, #000));
	background-image: -webkit-linear-gradient(bottom, #1A1A1A 0%, #000 100%);
	background-image: linear-gradient(to top, #1A1A1A 0%, #000 100%);
	border: 1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}
.plugin3 .plugin_title{
	padding: 5px;
	font-size: large;
	font-weight: bolder;
}
.plugin3 .plugin_body{
	margin: 0 5px;
	padding: 5px 0;
}
.plugin_body{
	line-height: 1.6em;
	overflow-x: hidden;
}
.plugin_body ul{
	margin: 0;
	list-style-type: square;
	list-style-position: inside;
}
.plugin_header{
	margin: 0 5px;
	padding: 5px 0 0 0;
}
.plugin_footer{
	margin: 0 5px;
	padding: 0 0 5px 0;
}
.search{
	margin: 10px 0;
	clear: both;
}
.search input.txt{
	width: 180px;
	padding: 2px;
	background-color: transparent;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	vertical-align: middle;
	float: left;
}

/* ========== calendar ========== */
#calendar{
	margin: 0 0 20px 0;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#calendar a{
	color: #333;
	text-decoration: none;	
}
#calendar a:hover{
	color: #f30;
}
#calendar table,#calendar th,#calendar td{
	border-collapse: collapse;
	border: 1px solid #333;
}
#calendar table{
	margin: 0 auto 2px auto;
}
#calendar caption{
	color: #333;
	font-size: 16px;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	text-align: left;	
}
#calendar caption p{
	margin: -5px 0 0 0;
	font-size: x-large;
	float: right;
}
#calendar th{
	color: #333;
	font-size: smaller;
	text-align: center;
}
#calendar th.sun{ color: #666; }
#calendar th.sat{}
#calendar td{
	width: 28px;
	color: #333;
	font-size: 12px;
	font-family: Arial,Verdana,Sans-Serif;
	text-align: center;
	vertical-align: top;
}
#calendar td a{
	width: 100%;
	height: 100%;
	background-color: #4d4d4d;
	color: #000 !important;
	text-decoration: none;
	display: block;
}
#calendar td a:hover{
	background-color: #f30;
}

.navi_menu{
	background-color: #fff;
	background-image: -ms-linear-gradient(bottom left, #fff 0%, #999 100%);
	background-image: -moz-linear-gradient(bottom left, #fff 0%, #999 100%);
	background-image: -o-linear-gradient(bottom left, #fff 0%, #999 100%);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #fff), color-stop(1, #999));
	background-image: -webkit-linear-gradient(bottom left, #fff 0%, #999 100%);
	background-image: linear-gradient(to top right, #fff 0%, #999 100%);
	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: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	box-shadow: 0px 1px 2px #666;
	font-family: "Alfa Slab One","Arial Black",Impact,Sans-Serif;
	line-height: 2em;
}
.navi_menu div{
	padding: 0 10px;
	border-top: 1px dotted #999;
}
.navi_menu div.top{
	border: none;
}
.navi_menu div a{
	width: 100%;
	height: 100%;
	color: #666;
	text-decoration: none;
	display: block;	
}
.navi_menu div a:hover{
	color: #f30;
}