@import url(http://fonts.googleapis.com/css?family=Black+Ops+One|Sansita+One|Loved+by+the+King);

*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	background: #333 url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/templateBG_shutter.jpg");
	color: #999;
	font-size: 12px;
	font-family: "Meiryo UI",Tahoma,"MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
a:link,a:visited{
	color: #fff;
	text-decoration: none;	
}
a:hover,a:active{
	color: #fc0;
}
img{
	border: none;
	vertical-align: middle;
}
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;
}
/*---------- OPTION HEADER |----------
.option_header{
	width: 900px;
	height: 200px;
	margin: 10px auto;
	background: url("upload the image of 900px in width") no-repeat;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	clear: both;
}
.option_header a{
	width: 100%;
	height: 100%;
	display: block;
}
----------| OPTION HEADER ----------*/
.blog_menu{
	font-size: 24px;
	font-family: "Loved by the King","Segoe Script","Brush Script MT",cursive;
	text-align: right;
}
#body_wrap{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#body_header{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	clear: both;
}
.blog_title{
	font-size: 48px;
	font-family: Impact,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
	font-weight: lighter;
}
.blog_description{
	color: #fff;
}
#body_footer{
	width: 900px;
	margin: 50px auto 0 auto;
	padding: 10px 0;
	text-align: left;
	clear: both;
}
#body_footer img{
	margin: 0 5px 0 0;
	border: none;
	float: left;
}
#body_footer a:link,#body_footer a:visited{
	color: #999;
	text-decoration: underline;	
}
#body_footer a:hover,#body_footer a:active{
	color: #fff;
}
#main{
	width: 620px;
	float: left;
}
#side_r{
	width: 270px;
	margin: 0 0 0 10px;
	float: right;
}
/*========== Entry ==========*/
#entry{
	width: 620px;
	margin: 0 0 10px 0;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_e5e5e5_75-trans.png");

	color: #4d4d4d;
	text-align: left;
	float: right;
}
#entry .content{
	margin: 10px 30px 10px 0;
	overflow: hidden;
}
.entry_header{
	font-family: "Sansita One","Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
.entry_footer{
	padding: 5px 10px;
	font-size: 14px;
	font-family: "Sansita One",Tahoma,Sans-Serif;
	text-align: right;
	clear: both;
}
.entry_footer p.left{
	width: 50%;
	text-align: left;
	float: left;
}
.entry_footer p.right{
	width: 50%;
	text-align: right;
	float: right;
}
.entry_footer a:link,.entry_footer a:visited{
	color: #000;
	text-decoration: none;	
}
.entry_footer a:hover,.entry_footer a:active{
	color: #c00;
	text-decoration: underline;
}
.index_label{
	margin: 30px 10px 0 -60px;
	text-align: center;
	float: left;
}
.index_label a{
	width: 80px;
	height: 100px;
	color: #fff;
	background-color: #000;
	background-image: -ms-linear-gradient(left, #999 0%, #000 100%);
	background-image: -moz-linear-gradient(left, #999 0%, #000 100%);
	background-image: -o-linear-gradient(left, #999 0%, #000 100%);	 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #999), color-stop(1, #000));
	background-image: -webkit-linear-gradient(left, #999 0%, #000 100%);
	background-image: linear-gradient(left, #999 0%, #000 100%);
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 5px 1px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 1px 3px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 1px 3px rgba(50, 50, 50, 0.75);
	text-decoration: none;
	display: block;
	filter: Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.index_label a:hover{
	background-color: #c33;
	background-image: -ms-linear-gradient(left, #fcc 0%, #c33 100%);
	background-image: -moz-linear-gradient(left, #fcc 0%, #c33 100%);
	background-image: -o-linear-gradient(left, #fcc 0%, #c33 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fcc), color-stop(1, #c33));
	background-image: -webkit-linear-gradient(left, #fcc 0%, #c33 100%);
	background-image: linear-gradient(left, #fcc 0%, #c33 100%);
	color: #000;
}
.index_label b{
	padding: 40px 0 0 0;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Sansita One",Tahoma,Sans-Serif;
	display: block;
}
.entry_date{
	font-size: 28px;
	font-family: 'Black Ops One',"Arial black",Sans-Serif;
	text-transform: uppercase;
}
.entry_date p{
	margin: -5px 0 0 0;
}
.entry_day{
	font-size: 48px;
	line-height: 1em;
}
.entry_title{
	margin: 5px 0 0 0;
	color: #000;
	font-size: 24px;
	font-weight: bolder;
}
.entry_title a:link,.entry_title a:visited{
	color: #000;
	text-decoration: none;	
}
.entry_title a:hover,.entry_title a:active{
	background-color: #c33;
	color: #ccc;
}
.entry_description{
	font-size: 14px;
}
.entry_description a:link,.entry_description a:visited{
	color: #000;
	text-decoration: none;	
}
.entry_description a:hover,.entry_description a:active{
	color: #c00;
	text-decoration: underline;
}
.entry_body{
	margin: 20px 0;
	color: #000;
	font-size: 12px;
	font-family: メイリオ,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;	
	line-height: 1.8em;
	overflow-x: hidden;
}
.entry_body a:link,.entry_body a:visited{
	color: #c00;
	text-decoration: underline;	
}
.entry_body a:hover,.entry_body a:active{
	color: #fff;
}
.entry_body img{
	margin: 0;
	vertical-align: middle;
}
.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: 0;
	padding: 5px 10px;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ffffff_25-trans.png");
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	border-left: 4px solid #fff;
	color: #333;
}
.more{
	margin: 10px 0;
	font-size: 24px;
	font-family: "Sansita One",Tahoma,Sans-Serif;
	text-align: right;
	clear: both;
}
.more a:link,.more a:visited{
	color: #000;
	text-decoration: none;
}
.more a:hover,.more a:active{
	color: #c00;
	text-decoration: underline;
}
.entry_more{
	padding: 40px 0 0 0;
	clear: both;
}
.relate_dl{
	margin: 20px 0 0 0;
	padding: 5px;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ffffff_25-trans.png");
}
.theme{
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px solid #666;
	color: #666;
	text-align: right;
	clear: both;
}
/*========== Page navi ==========*/
.page_navi{
	width: auto;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 36px;
	font-family: "Loved by the King",Kenia,Impact,Sans-Serif;
	clear: both;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
.page_navi .prev{
	width: 50%;
	margin: 0;
	text-align: left;
	float: left;
}
.page_navi .next{
	width: 50%;
	margin: 0;
	text-align: right;
	float: right;
}
/*========== Comment ==========*/
.comment{
	width: auto;
	margin: 10px 0 0 0;
	padding: 10px;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ffffff_25-trans.png");
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}
.comment a:link,.comment a:visited{
	color: #000;
	text-decoration: underline;
}
.comment a:hover,.comment a:active{
	color: #c00;
	text-decoration: none;
}
.cm_header input{
	padding: 0 2px;
	background-color: #999;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-family: "Sansita One",Tahoma,Sans-Serif;
	cursor: pointer;
	float: right;
}
.cm_body{
	padding: 10px 0;
	line-height: 1.7em;
}
.cm_footer{}
.form{
	margin: 10px 0 0 0;
	padding: 10px 20px;
	background: url("https://blog-imgs-37.fc2.com/s/l/u/slugsupper/alpha_000000_50-trans.png");
}
.form .annotate{
	color: #333;
	font-size: 48px;
	font-family: "Loved by the King",Kenia,Impact,Sans-Serif;
	text-align: center;
	line-height: 0.8em;
	float: right;
}
.comment_form p{
	padding: 5px 0;
	color: #fff;
}
.comment_form input.txt{
	width: 70%;
	padding: 5px;
	background-color: #fff;
	border: none;
	color: #000;
}
.comment_form input.btn{
	padding: 0 2px;
	background-color: #999;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-family: "Sansita One",Tahoma,Sans-Serif;
	cursor: pointer;
}
.comment_form textarea{
	width: 70%;
	height: 100px;
	padding: 5px;
	background-color: #fff;
	border: none;
	color: #000;
}
/*========== Trackback ==========*/
.trackback_ping{
	width: 100%;
	margin: 10px 0;
}
.trackback_ping input{
	width: 100%;
	padding: 5px 0;
	background- color: #999;
	border: none;
	font-weight: bolder;
}
.trackback{
	width: auto;
	border-top: 1px solid #666;
	color: #333;
}
.trackback a:link,.trackback a:visited{
	color: #000;
	text-decoration: underline;	
}
.trackback a:hover,.trackback a:active{
	color: #c00;
	text-decoration: none;
}
.tb_header{
	padding: 10px 0 0 0;
}
.tb_body{
	padding: 10px 0;
	line-height: 1.7em;
}
.tb_footer{
	padding: 0 0 10px 0;
}
/*========== Plugin ==========*/
.plugin1{
	width: auto;
	margin: 0 0 10px 0;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_b3b3b3_75-trans.png");
	color: #000;
}
.plugin1 a:link,.plugin1 a:visited{
	color: #fff;
	font-weight: bolder;
	text-decoration: none;	
}
.plugin1 a:hover,.plugin1 a:active{
	background-color: #c33;
}
.plugin1 .plugin_title{
	padding: 5px;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ffffff_25-trans.png");
	color: #000;
	font-size: 14px;
	font-weight: bolder;
	clear: both;
}
.plugin2{
	width: auto;
	margin: 0 0 10px 0;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ffffff_25-trans.png");
	color: #ccc;
}
.plugin2 .plugin_title{
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-weight: bolder;
	clear: both;
}
.plugin3{
	width: auto;
	color: #333;
}
.plugin3 .plugin_title{
	padding: 0;
	border-bottom: 1px solid #666;
	color: #333;
	font-size: 14px;
	font-weight: bolder;
	clear: both;
}
.plugin3 a:link,.plugin3 a:visited{
	color: #c33;
	text-decoration: none;	
}
.plugin3 a:hover,.plugin3 a:active{
	color: #fff;
	text-decoration: underline;
}
.plugin3 .plugin_body{
	margin: 0;
	padding: 10px 0;
	line-height: 1.7em;
	overflow-x: hidden;
}
.plugin3 .plugin_header{
	padding: 10px 0 0 0;
}
.plugin3 .plugin_footer{
	padding: 0 0 10px 0;
}
.plugin_body ul{
	margin: 0;
	list-style-type: square;
	list-style-position: inside;
}
.plugin_body{
	margin: 0 10px;
	padding: 10px 0;
	line-height: 1.7em;
	overflow-x: hidden;
}
.plugin_header{
	margin: 0 10px;
	padding: 10px 0 0 0;
}
.plugin_footer{
	margin: 0 10px;
	padding: 0 0 10px 0;
}
/*========== Calendar ==========*/
.calendar{
	padding: 10px 0;
	color: #000;
	font-family: 'Black Ops One',"Arial black",Sans-Serif;
	text-transform: uppercase;
	background-color: #ccc;
	background-image: -ms-linear-gradient(top, #666 0%, #ccc 100%);
	background-image: -moz-linear-gradient(top, #666 0%, #ccc 100%);
	background-image: -o-linear-gradient(top, #666 0%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #ccc));
	background-image: -webkit-linear-gradient(top, #666 0%, #ccc 100%);
	background-image: linear-gradient(top, #666 0%, #ccc 100%);
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	filter: Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.calendar .month{
	margin: 0;
	font-size: 56px;
	text-align: center;
}
.calendar p{
	font-size: 16px;
	font-family: "Sansita One",Tahoma,Sans-Serif;
	text-align: center;
}
.calendar table{
	margin: 0 auto;
	color: #666;
}
.calendar th{
	font-family: Arial,Tahoma,Sans-Serif;
}
.calendar td{
	width: 38px;
	font-size: 20px;
	text-align: center;
}
.calendar td a:link,.calendar td a:visited{
	width: 38px;
	color: #000;
	display: block;
}
.calendar td a:hover,.calendar td a:active{
	background-color: #c33;
}
/*========== Search ==========*/
.search{
	width: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #ccc;
	border-top: 1px dashed #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	filter: Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.search input.txt{
	width: 180px;
	padding: 3px;
	background-color: #ccc;
	border: 1px solid #666;
	color: #000;
	float: left;
}
.search input.btn{
	background-color: #ccc;
	border: none;
	color: #666;
	font-size: 16px;
	font-family: "Sansita One",Tahoma,Sans-Serif;
	cursor: pointer;
	float: right;
}
#search{
	width: auto;
	margin: 0 0 20px 0;
	padding: 10px;
	background: url("https://blog-imgs-36.fc2.com/s/l/u/slugsupper/alpha_ffffff_25-trans.png");
	color: #ccc;
	text-align: left;
	clear: both;
}
#search b{
	font-size: 24px;
}
#search dl{
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 1.7em;
}