@import url(http://fonts.googleapis.com/css?family=Alfa+Slab+One);

*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #999;
	font-size: 12px;
	font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
a:link,a:visited{
	color: #000;
	text-decoration: none;	
}
a:hover,a:active{
	color: #0cf;
	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;
}
#body_wrap{
	z-index: 0;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#anchor_top{
	z-index: 1;
	right: 0;
	bottom: 25px;
	position: fixed;
}
#anchor_top input{
	padding: 0 25px 0 5px;
	background: #000 url("http://blog-imgs-34.fc2.com/s/l/u/slugsupper/anchor_top_arrow_fff-trans.png") no-repeat 100% 50%;
	border-top: 1px dotted #fff;
	border-right: none;
	border-bottom: 1px dotted #fff;
	border-left: 1px dotted #fff;
	-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: #fff;
	font-size: 18px;
	font-family: Impact,"Arial Black",Sans-Serif;
	cursor: pointer;
}

/*========== Blog Header ==========*/
#body_header{
	width: 960px;
	height: 200px;
	background: url("http://blog-imgs-37.fc2.com/s/l/u/slugsupper/sup03_header_sample2.gif") no-repeat;
}
#body_header a:link,#body_header a:visited{
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	display: block;
}
#body_header a:hover,#body_header a:active{
	color: #0cf;
}
.blog_title{
	margin: 0 5px;
	font-size: 36px;
	font-family: "Arial Black","Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
	letter-spacing: -1px;
}
.blog_description{
	padding: 0 10px;
	color: #000;
	font-weight: lighter;
}
.blog_menu{
	padding: 2px 5px;
	border: 1px solid #ccc;
	-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;
}

/*========== Blog Footer ==========*/
#body_footer{
	width: 960px;
	margin: 100px 0 10px 0;
	color: #ccc;
	text-align: left;
	word-spacing: 2px;
	clear: both;
}
#body_footer a:link,#body_footer a:visited{
	color: #ccc;
	text-decoration: underline;	
}
#body_footer a:hover,#body_footer a:active{
	color: #0cf;
	text-decoration: underline;
}

/*========== 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;
}
#entry a:link,#entry a:visited{
	color: #000;
	text-decoration: none;	
}
#entry a:hover,#entry a:active{
	color: #0cf;
	text-decoration: underline;
}
#article{
	width: auto;
	margin: 0 0 20px 0;
	clear: both;
}
#article a:link,#article a:visited{
	color: #000;
	text-decoration: none;	
}
#article a:hover,#article a:active{
	color: #0cf;
	text-decoration: underline;
}
.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:link,.entry_date a:visited{
	width: 75px;
	height: 75px;
	background: url("http://blog-imgs-34.fc2.com/s/l/u/slugsupper/sup03_circle2-trans.png") no-repeat 100% 100%;
	color: #ccc !important;
	text-decoration: none !important;
	display: block;
}
.entry_date a:hover,.entry_date a:active{
	background: url("http://blog-imgs-34.fc2.com/s/l/u/slugsupper/sup03_circle2_2-trans.png") no-repeat 100% 100%;
	color: #999 !important;
	text-decoration: none !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: #000;
	font-size: 24px;
	font-weight: bolder;
	font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
	line-height: 1em;
}
.entry_description{
	margin: 5px 0 0 0;
	color: #000;
}
.entry_description a:link,.entry_description a:visited{
	border-bottom: 1px dotted #333 !important;	
}
.entry_description a:hover,.entry_description a:active{
	border-bottom: 1px solid #0cf !important;
	text-decoration: none !important;
}
.entry_body{
	padding: 20px 0;
	color: #666;
	font-size: 12px;
	font-family: Verdana,メイリオ,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
	line-height: 1.8em;
	overflow-x: hidden;
	clear: both;
}
.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: 5px 0;
	padding: 5px 10px;
	background-color: #f2f2f2;
	border-top: 1px dotted #e5e5e5;
	border-right: 1px dotted #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
	border-left: 4px solid #e5e5e5;
	color: #666;
	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{
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
}
.entry_footer .left{
	width: 50%;
	text-align: left;
	float: left;
}
.entry_footer .left input{
	background-color: #e5e5e5;
	border: none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #999;
	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 #ccc;
	clear: both;
}
.relate_dt{
	padding: 0 5px;
}
.relate_dd{}
.relate_ul{
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	list-style: inside;
}
.relate_li{
	border-top: 1px dotted #ccc;
}
.relate_li_nolink{
	border-top: 1px dotted #ccc;
}
.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{
	color: #ccc;
	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.7em;
}

.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;
}
.page_navi a:link,.page_navi a:visited{
	color: #000;
	text-decoration: none;
}
.page_navi a:hover,.page_navi a:active{
	color: #0cf;
	text-decoration: underline;
}

/*========== Comment ==========*/
.comment{
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #999;
	clear: both;
}
.cm_header{}
.cm_body{
	padding: 10px 0;
	line-height: 1.7em;
}
.cm_footer input{
	background-color: #f2f2f2;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	font-size: smaller;
	cursor: pointer;
}
.form{
	width: auto;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.comment_form{
	width: 480px;
	margin: 10px auto;
}
.comment_form div{
	padding: 5px;
	color: #666;
}
.comment_form input.txt{
	width: 250px;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.comment_form input.btn{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	cursor: pointer;
}
.comment_form textarea{
	width: 458px;
	height: 100px;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}

/*========== Trackback ==========*/
.tb_ping{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tb_ping input{
	width: 99%;
	margin: 5px 0;
	background-color: #fff;
	border: none;
	font-weight: bolder;
	color: #000;
}
.trackback{
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
}
.tb_header{}
.tb_body{
	padding: 10px 0;
	line-height: 1.7em;
}
.tb_footer{}

/*========== Plugin ==========*/
.plugin1{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	clear: both;
}
.plugin1 .plugin_title{
	padding: 0 5px 5px 5px;
	border-top: 1px solid #e5e5e5;
	color: #b3b3b3;
	font-size: 16px;
	font-weight: bolder;
	clear: both;
}
.plugin1 a:link,.plugin1 a:visited{
	color: #666;
	text-decoration: none;	
}
.plugin1 a:hover,.plugin1 a:active{
	color: #0cf;
	text-decoration: underline;
}
.plugin2{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background-color: #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}
.plugin2 .plugin_title{
	padding: 5px;
	color: #b3b3b3;
	font-size: 16px;
	font-weight: bolder;
}
.plugin2 a:link,.plugin2 a:visited{
	color: #4d4d4d;
	text-decoration: none;	
}
.plugin2 a:hover,.plugin2 a:active{
	color: #0cf;
	text-decoration: underline;
}
.plugin3{
	margin: 0 0 20px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}
.plugin3 .plugin_title{
	padding: 5px;
	color: #b3b3b3;
	font-size: 16px;
	font-weight: bolder;
}
.plugin3 a:link,.plugin3 a:visited{
	color: #0cf;
	text-decoration: none;	
}
.plugin3 a:hover,.plugin3 a:active{
	color: #000;
	text-decoration: underline;
}
.plugin_body{
	margin: 5px;
	line-height: 1.7em;
	overflow-x: hidden;
}
.plugin_body ul{
	margin: 0;
	list-style-type: square;
	list-style-position: 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: 180px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	vertical-align: middle;
	float: left;
}

/* ========== calendar ========== */
#calendar{
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#calendar a:link,#calendar a:visited{
	color: #b3b3b3;
	text-decoration: none;	
}
#calendar a:hover,#calendar a:active{
	color: #0cf;
}
.calendar{
	margin: 0 auto 2px auto;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.calendar caption{
	padding: 0 0 2px 0;
	color: #b3b3b3;
	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{
	margin: 0;
	padding: 0;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	color: #b3b3b3;
	font-size: 10px;
	text-align: center;
}
.calendar th.sun{}
.calendar th.sat{}
.calendar td{
	width: 28px;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	color: #b3b3b3;
	font-size: 12px;
	font-family: Arial,Verdana,Sans-Serif;
	text-align: center;
	vertical-align: top;
}
.calendar td a:link,.calendar td a:visited{
	width: 28px;
	background-color: #d9d9d9;
	color: #000 !important;
	text-decoration: none;
	display: block;
}
.calendar td a:hover,.calendar td a:active{
	background-color: #0cf;
	text-decoration: none;
}