@charaset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Black+Ops+One|Loved+by+the+King);
/*!
 * "Black Ops One","Loved by the King" are lisenced under the SIL Open Font License 1.1
 *  http://www.google.com/webfonts/
 */
*{
	margin: 0;
	padding: 0;
}
body{
	background: #333 url("http://blog-imgs-36.fc2.com/s/l/u/slugsupper/templateBG_shutter.jpg");
	color: #999;
	font-size: 12px;
	font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1;
}
a{
	color: #fff;
	text-decoration: none;	
}
a:hover{
	color: #fc0;
}
form,ul,ol,li,dl,dt,dd,div,p,table,tr,td,caption,h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea{
	font-size: 12px;
	font-family: Verdana,"ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
}
img{
	margin: 0;
	border: none;
	vertical-align: middle;
}
.clear{
	clear: both;
}

/*---------- OPTION HEADER |----------
.option_header{
	width: 960px;
	height: 200px;
	margin: 10px auto;
	background: url("upload the image of 960px in width") no-repeat;
	border: 1px solid #999;
	-webkit-box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	-moz-box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	filter: Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	clear: both;
}
.option_header a{
	width: 100%;
	height: 100%;
	display: block;
}
----------| OPTION HEADER ----------*/

#body_wrap{
	z-index: 0;
	width: 960px;
	margin: 0 auto;
	clear: both;
}
#fixed_footer{
	z-index: 1;
	position: fixed;
	width: auto;
	height: auto;
	right: 0;
	bottom: 60px;
}

/*========== Blog Header ==========*/
#body_header{
	padding: 10px 0;
	clear: both;
}
#body_header a{
	filter: Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#body_header a:hover{
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.blog_title{
	font-size: 50px;
	font-family: Impact,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.blog_description{
	color: #fff;
	font-weight: lighter;
}

/*========== Blog Footer ==========*/
#body_footer{
	position: relative;
	width: auto;
	margin: 100px 0 10px 0;
	color: #999;
	text-align: left;
	line-height: 1.2;
	clear: both;
}
#body_footer a{
	color: #999;
	text-decoration: underline;	
}
#body_footer a:hover{
	color: #fff;
	text-decoration: none;
}
.login{
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

/*========== Main Column ==========*/
#main{
	width: 560px;
	float: left;
}
#side_l{
	width: 210px;
	margin: 0 0 0 10px;
	float: left;
}
#side_r{
	width: 170px;
	margin: 0 0 0 10px;
	float: right;
}

/*========== Entry ==========*/
#entry{
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0;
	background: url("http://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ffffff_75-trans.png");
	border: 1px solid #bfbfbf;
	-webkit-box-shadow: 0 1px 3px 0 #000, 0 0 70px 5px rgba(100,75,50,0.75) inset;
	-moz-box-shadow: 0 1px 3px 0 #000, 0 0 70px 5px rgba(100,75,50,0.75) inset;
	box-shadow: 0 1px 3px 0 #000, 0 0 70px 5px rgba(100,75,50,0.75) inset;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #000;
}
#entry input.edit{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 20px;
	font-family: "Black Ops One","Arial Black",sans-serif;
	text-shadow: -1px -1px 1px #ccc, 1px -1px #ccc, -1px 1px 1px #ccc, 1px 1px 1px #ccc;
	line-height: 1;
	cursor: pointer;
}
#entry input.edit:hover{
	color: #000;
}
#entry a{
	text-decoration: none;	
}
.entry_header,.entry_body,.entry_footer{
	margin: 0 25px;
	clear: both;
}
.entry_footer{
	margin: 0;
	padding: 5px 25px;
	border-top: 3px dotted #000;
}
.entry_header a,.entry_footer a{
	color: #000;
	font-weight: bolder;
}
.entry_header a:hover,.entry_footer a:hover{
	color: #066;
	text-decoration: underline;
}
.index_label{
	position: absolute;
	top: 20px;
	left: -70px;
	width: 80px;
	height: 100px;
	background: #000;
	background: -moz-linear-gradient(left, #999 0%, #666 25%, #000 90%, #999 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#999), color-stop(25%,#666), color-stop(90%,#000), color-stop(100%,#999));
	background: -webkit-linear-gradient(left, #999 0%, #666 25%, #000 90%, #999 100%);
	background: -o-linear-gradient(left, #999 0%, #666 25%, #000 90%, #999 100%);
	background: -ms-linear-gradient(left, #999 0%, #666 25%, #000 90%, #999 100%);
	background: linear-gradient(to right, #999 0%, #666 25%, #000 90%, #999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#999',GradientType=1 );
	-webkit-box-shadow: 5px 1px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    5px 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow:         5px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	filter: Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color: #fff;
	font-family: "Black Ops One",Impact,sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.entry_date{
	padding: 8px 0 0 0;
	font-size: 28px;
	line-height: 0.8;
	text-align: center;
}
.entry_date p{
	font-size: 48px;
}
.entry_date a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
.entry_date a:hover{
	color: #c96;
}
.entry_title{
	padding: 10px 0;
	border-bottom: 3px solid #000;
	color: #000;
	font-size: 24px;
}
.entry_description{
	line-height: 1.5;
}
.entry_description a{
	border-bottom: 1px dotted #000;
}
.entry_description a:hover{
	border-bottom: 1px solid #066;
}
.entry_body{
	padding: 20px 0;
	color: #000;
	font-size: 12px;
	font-family: Verdana,メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.8;
	overflow-x: hidden;
}
.entry_body a{
	color: #930;
	text-decoration: underline !important;
}
.entry_body a:hover{
	color: #066;
}
.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: 0;
	padding: 5px 10px;
	background: url("http://blog-imgs-37.fc2.com/s/l/u/slugsupper/alpha_000000_25-trans.png");
	border-left: 10px solid #e5e5e5;
	color: #e5e5e5;
}
.more{
	margin: 10px 0;
	font-size: 50px;
	font-family: "Loved by the King",cursive;
	text-align: right;
	clear: both;
}
.more a{
	text-decoration: none !important;
}
hr.entry_more{
	margin: 0 0 30px 0;
	visibility: hidden;
	clear: both;
}
.theme{
	color: #666;
	clear: both;
}
.theme a{
	text-decoration: underline;
	color: #000;
}
.theme a:hover{
	text-decoration: none;
	color: #c00;
}

/*---------- FC2 default elements ----------*/
.relate_dl{
	margin: 10px 0 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	line-height: 1.6;
	clear: both;
}
.relate_dt{
	padding: 0 5px;
}
.relate_dd{}
.relate_ul{
	margin: 0 !important;
	list-style: none;
}
.relate_ul li{
	border-top: 1px solid #000;
}
.relate_li{}
.relate_li a{
	padding: 0 7px;
	color: #066;
	text-decoration: none !important;
	display: block;
}
.relate_li a:hover{
	background-color: #066;
	color: #fff;
}
.relate_li_nolink{
	padding: 0 7px;
	color: #666;
}
.fc2_footer{
	margin: 20px 0 0 0;
	clear: both;
}

#overtureAds{
	margin: 20px 0 0 0;
	padding: 0 5px !important;
	background: url("http://blog-imgs-37.fc2.com/s/l/u/slugsupper/alpha_000000_50-trans.png");
	border: 1px solid #333;
}
#overtureAds a{
	color: #fff;
	text-decoration: none;
}
#overtureAds p.adblock{}
#overtureAds .adtitle{}
#overtureAds .snippet{}
#overtureAds .host{}
/*---------- FC2 default elements ----------*/

#function{
	margin: 30px 0 0 0;
	clear: both;
}
#function .b1{
	color: #c96;
	font-size: xx-large;
	font-family: Impact,sans-serif;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#function .b2{
	font-size: x-large;
	font-weight: bolder;
}
#function .b2 span{
	color: #fc0;
}
#function .b3{
	font-size: larger;
	font-weight: bolder;
}
#function dl{
	margin: 20px 0 0 0;
	padding: 5px;
	background: url("http://blog-imgs-37.fc2.com/s/l/u/slugsupper/alpha_000000_50-trans.png");
	border: 1px solid #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	line-height: 1.6;
}
#function dt a{
	font-weight: bolder;
}

.page_navi{
	margin: 0 0 10px 0;
	color: #fff;
	clear: both;
}
.page_navi p{
	width: 45%;
}
.page_navi span{
	margin: 0 0 5px 0;
	font-size: 36px;
	font-family: "Loved by the King",cursive;
	display: block;
}
.page_navi a{
	filter: Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	display: block;
}
.page_navi a:hover{
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.page_navi .prev{
	text-align: left;
	float: left;
}
.page_navi .next{
	text-align: right;
	float: right;
}

/*========== Comment Trackback ==========*/
.comment,.trackback{
	position: relative;
	margin: 0 0 20px 0;
	background: url("http://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ffffff_75-trans.png");
	border: 1px solid #999;
	-webkit-box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	-moz-box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
	color: #000;
	clear: both;
}
.trackback{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.comment input.edit{
	position: absolute;
	width: 50px;
	height: 18px;
	top: -18px;
	right: -1px;
	background-color: #999;
	border: 1px solid #999;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #666;
	font-family: Arial,Tahoma,sans-serif;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
.comment input.edit:hover{
	background-color: #666;
	color: #fff;
}
.comment a,.trackback a{
	border-bottom: 2px solid #c33;
	color: #000;
	text-decoration: none;
}
.comment a:hover,.trackback a:hover{
	border-bottom: 2px solid #c00;
	color: #c00;
}
.comment .header,.comment .footer,.trackback .header,.trackback .footer{
	margin: 10px;
}
.comment .body,.trackback .body{
	margin: 0 10px;
	line-height: 1.6;
}
.tb_ping{
	margin: 0 0 10px 0;
}
.tb_ping input{
	width: 99%;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family: "Loved by the King",cursive;
}

.form{
	clear: both;
}
.comment_form{
	position: relative;
	padding: 35px 0 0 0;
	background: url("http://blog-imgs-45.fc2.com/s/l/u/slugsupper/templateBG_plain_paper.jpg");
	border: 1px solid #999;
	-webkit-box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	-moz-box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #333;
	clear: both;
}
.comment_form table{
	width: 90%;
	margin: 0 auto;
	border: 1px solid #000;
}
.comment_form td{
	border: 1px solid #000;
}
.comment_form tr td:nth-of-type(1){
	padding: 0 5px;
	text-align: right;
}
.comment_form tr td:nth-of-type(2){}
.comment_form tr td:nth-of-type(3){
	text-align: right;
}
.comment_form input.txt,.comment_form textarea{
	padding: 5px;
	background-color: transparent;
	border: none;
	color: #000;
	text-align: left;
}
.comment_form input.txt{
	width: 430px;
}
.comment_form textarea{
	width: 500px;
	height: 90px;
	overflow: auto;
}
.comment_form p{
	margin: 10px 20px;
}
.comment_form .btn{
	cursor: pointer;
	float: right;
}
.comment_form .btn:hover{
	filter: Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

/*========== Plugin ==========*/
.plugin{
	position: relative;
	margin: 0 0 10px 0;
	border: 1px solid #999;
	-webkit-box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	-moz-box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	box-shadow: 0 1px 3px 0 #000, 0 0 35px 5px rgba(100,75,50,0.75) inset;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	clear: both;
}
.plugin a{
	color: #066;
}
.plugin a:hover{
	color: #930;
	text-decoration: underline;
}
.plugin .title{
	margin: 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	font-size: large;
	font-weight: bolder;
}
.plugin .body,.plugin .header,.plugin .footer{
	margin: 0 10px;
	padding: 5px 0;
	clear: both;
}
.plugin .body{
	line-height: 1.6;
	overflow-x: hidden;
}
.plugin .body ul{
	margin: 0 0 0 1px;
	list-style: square inside;
}
.plugin.first{
	background: url("http://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_b3b3b3_75-trans.png");
}
.plugin.first a{
	color: #000;
}
.plugin.first a:hover{
	color: #fff;
}
.plugin.first .title{
	margin: 0;
	padding: 5px;
	border-bottom: 3px dotted #000;
}
.plugin.second,.plugin.third{
	padding: 30px 0 10px 0;
	background: url("http://blog-imgs-45.fc2.com/s/l/u/slugsupper/templateBG_plain_paper.jpg");
}
.thumbtack,.thumbtacks{
	position: absolute;
	height: 50px;
	top: -10px;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: url("http://blog-imgs-81.fc2.com/s/l/u/slugsupper/check_magnet_pin-trans.png") no-repeat 50% 0;
}
.thumbtacks{
	background-position: 2% 0;
}
.thumbtacks p{
	height: 50px;
	margin: 0;
	padding: 0;
	background: url("http://blog-imgs-81.fc2.com/s/l/u/slugsupper/check_magnet_pin-trans.png") no-repeat 98% 0;
}

/*========== Calendar ==========*/
.calendar{
	padding: 10px 0 0 0;
	color: #000;
	font-family: "Black Ops One","Arial Black",sans-serif;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #b3b3b3, 1px -1px 1px #b3b3b3, -1px 1px 1px #b3b3b3, 1px 1px 1px #b3b3b3;
}
.calendar a{
	color: #000;
	text-decoration: none !important;
}
.calendar a:hover{
	color: #c96;
}
.calendar p{
	margin: 10px 0;
	font-size: 20px;
	text-align: center;
}
.calendar table{
	width: 95%;
	margin: 0 auto;
	color: #666;
	table-layout: fixed;
}
.calendar caption{
	font-size: 36px;
	text-align: center;
}
.calendar th{
	font-family: Arial,Tahoma,sans-serif;
	text-shadow: none;
}
.calendar td{
	font-size: 16px;
	text-align: center;
}
.calendar td a{
	width: 100%;
	height: 100%;
	display: block;
}

/*========== Search ==========*/
.search{
	margin: 10px;
}
.search input.txt{
	width: 155px;
	padding: 5px;
	background: url("http://blog-imgs-37.fc2.com/s/l/u/slugsupper/alpha_000000_50-trans.png");
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	float: left;
}
.search input.btn{
	margin: 5px 0 0 0;
	cursor: pointer;
	float: right;
}
.blog_menu{
	margin: 10px;
	font-size: 20px;
	font-weight: bolder;
	font-family: "Loved by the King",cursive;
	word-spacing: 10px;
}
.blog_menu a{
	text-decoration: none !important;
}

/* ========== Page Navigator　========== */
.navi_menu{
	font-size: 28px;
	font-family: "Loved by the King",cursive;
	line-height: 1.3;
}
.navi_menu div{}
.navi_menu div.top{}
.navi_menu div a{
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	display: block;	
}
.navi_menu div a:hover{
	color: #fc0;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}