@charset "UTF-8";

/* 
 * 01_sparkle - v1.0.4
 *
 * Copyright (c) 2015 tsui - http://dithis.blog.fc2.com/
 * Licensed under the MIT license - http://opensource.org/licenses/mit-license.php
 *
 */

/* ----- Reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
body{
	line-height: 1;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
/* ----- Clearfix ----- */
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}
/* ----- Global
-------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
body{
	color: #333;
	font: 14px/20px "Century Gothic", メイリオ, Meiryo, san-seri;
	background: #e5e5e5 url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/background01.gif) repeat left top;
	word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
	margin: 0 0 10px 0;
}
h1 a:link{
	color: #fff;
}
h1 a:visited{
	color: #fff;
}
h1 a:hover, h1 a:focus{
	color: #ccc;
}
h1 a:active{
	color: #fff;
}
h2{
	color: #999;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	margin: 0 0 10px 0;
}
h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	border-left: 3px solid #3366c4;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
}
/* ----- Blocks
-------------------------------------------------- */
.entry-content > p, .entry-more > p{
	margin: 0 0 20px 0;
}
p:before, p:after{
	content: "";
	display: table;
}
p:after{
	clear: both;
}
p{
	zoom: 1;
}
blockquote{
	background: #fff url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
	padding: 0 50px 10px 0;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #ff9999;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	content: attr(cite);
	display: block;
}
blockquote p{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/ldquo01.png) no-repeat left top;
	padding: 10px 0 0 50px;
	margin: 0;
}
pre{
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/pre01.gif) repeat left top;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0 0 20px 0;
}
hr{
	height: 1px;
	border: solid #000;
	border-width: 1px 0 0 0;
	margin: 20px 0;
}
/* ----- Lists
-------------------------------------------------- */
.entry-content > dl, .entry-more > dl{
	margin: 0 0 20px 0;
}
.entry-content > dl dt, .entry-more > dl dt{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/dt01.gif) no-repeat left center;
	font-weight: bold;
	margin: 5px;
	padding: 0 0 0 15px;
}
.entry-content > dl dd, .entry-more > dl dd{
	border-left: 1px dotted #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 5px 5px 5px 10px;
}
.entry-content ul{
	list-style-type: disc;
}
.entry-content > ul, .entry-more > ul{
	margin: 0 0 20px 0;
}
.entry-content ol{
	list-style-type: decimal;
}
.entry-content > ol, .entry-more > ol{
	margin: 0 0 20px 0;
}
.entry-content ul li, .entry-content ol li{
	margin: 0 0 0 1em;
}
.entry-content ul ul, .entry-content ol ul{
	list-style-type: circle;
}
/* ----- Table
-------------------------------------------------- */
.entry-content > table, .entry-more > table{
	margin: 0 0 20px 0;
}
/* ----- Forms
-------------------------------------------------- */
input, textarea, select, button{
	color: #666;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	background-color: #f2f2f2;
	border-top: 2px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
input:focus, textarea:focus{
	background-color: #fff;
}
input[type=submit], input[type=reset], input[type=button], button{
	color: #fff;
	text-shadow: 1px 1px 0 #009999;
	background-color: #00cccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#00cccc), to(#009999));
	background: -webkit-linear-gradient(top, #00cccc, #009999);
	background: -moz-linear-gradient(top, #00cccc, #009999);
	background: -o-linear-gradient(top, #00cccc, #009999);
	background: -ms-linear-gradient(top, #00cccc, #009999);
	background: linear-gradient(to bottom, #00cccc, #009999);
	border: 1px solid #009999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding: 5px 10px;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
	background-color: #009999;
	text-shadow: -1px -1px 0 #009999;
	background: -webkit-gradient(linear, left top, left bottom, from(#009999), to(#009999));
	background: -webkit-linear-gradient(top, #009999, #00cccc);
	background: -moz-linear-gradient(top, #009999, #00cccc);
	background: -o-linear-gradient(top, #009999, #00cccc);
	background: -ms-linear-gradient(top, #009999, #00cccc);
	background: linear-gradient(to bottom, #009999, #00cccc);
}
input[type=checkbox], input[type=radio]{
	background: none;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ----- Links
-------------------------------------------------- */
a{
	text-decoration: none;
}
a:link{
	color: #ff6666;
}
a:visited{
	color: #228888;
}
a:hover, a:focus{
	color: #999;
}
a:active{
	color: #ff6666;
}
/* ----- Inline
-------------------------------------------------- */
br{
	letter-spacing: normal;
}
em{
	color: #cc3333;
}
strong{
	color: #cc3333;
	font-weight: bold;
}
ins{
	text-decoration: underline;
}
del{
	color: #999;
	text-decoration: line-through;
}
q{
	background-color: #fff;
}
q:before{
	content: "\201C";
}
q:after{
	content: "\201D";
}
cite{
	font-style: italic;
}
/* ----- Layouts
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/wrapper01.jpg) repeat-x center top;
}
/* ----- Header ----- */
#header{
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}
#blogname{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#blogname p{
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}
#menu{
	width: 1000px;
	height: 50px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	margin: 0 auto 50px auto;
}
#menu a:link{
	color: #999;
}
#menu a:visited{
	color: #999;
}
#menu a:hover{
	color: #000;
}
#menu a:active{
	color: #999;
}
#menu ul{
	position: absolute;
	top: 16px;
	left: 0;
}
#menu ul li{
	float: left;
	margin: 0 10px;
}
#search{
	text-align: right;
	position: absolute;
	top: 13px;
	right: 0;
}
.keyword{
	width: 172px;
	padding: 5px 24px 5px 5px;
}
input.search_btn{
	width: 24px;
	height: 24px;
	background: none;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/search01.png) no-repeat 0 4px;
	border: none;
	text-indent: -999px;
	padding: 0;
	margin: 0 0 0 -24px;
}
input.search_btn:hover{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/search01.png) no-repeat 0 4px;
}
/* ----- Container ----- */
#container{
	width: 1000px;
	margin: 0 auto;
}
/* ----- Primary-column ----- */
#primary-column{
	width: 750px;
	float: left;
}
.section1{
	width: 640px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	position: relative;
	padding: 25px 25px 5px 25px;
	margin: 0 0 50px 0;
}
.section1:after{
	background-color: #f2f2f2;
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 5px;
}
.section2{
	margin: 0 0 50px 0;
}
.section3{
	width: 640px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	position: relative;
	padding: 25px;
	margin: 0 0 50px 0;
}
.section3:after{
	background-color: #f2f2f2;
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 5px;
}
.entry-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.entry-title a:link{
	color: #224488;
}
.entry-title a:visited{
	color: #224488;
}
.entry-title a:hover, .entry-title a:focus{
	color: #999;
}
.entry-title a:active{
	color: #224488;
}
.entry-date{
	color: #999;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.entry-content{
	margin: 0 0 20px 0;
}
.extend{
	margin: 20px 0 0 0;
}
.extend a:before{
	content: "» ";
}
.entry-more{
}
dl.relate_dl{
	background: none;
	background-color: transparent;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 0 0 0;
}
dl.relate_dl dt.relate_dt{
	font-weight: normal;
	background: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
dl.relate_dl dd.relate_dd{
	background: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.fc2_footer{
	margin: 20px 0;
}
.community{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
.tag{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
.tag span:after{
	content: ", ";
}
.tag span:last-child:after{
	content: "";
}
.entry-meta{
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	background-color: #e5e5e5;
	margin: 0 -20px 0 -20px;
}
.entry-meta ul{
	float: right;
}
.entry-meta ul li{
	float: left;
}
.entry-meta ul li a{
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	display: block;
	padding: 0 10px;
}
.entry-meta ul li a:hover{
	background-color: #ccc;
}
.alert{
	color: #cc3333;
	background-color: #ffe5e5;
	border: 1px solid #e67373;
	padding: 10px;
	margin: 0 0 20px 0;
}
.alert:before{
	content: "Error: ";
}
.alert:empty{
 	display: none;
}
.date{
	font-size: 12px;
	line-height: 18px;
}
.cm-entry{
	border-left: 5px solid #ccc;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
}
.cm-title, .tb-title, .list-title, .seach-title{
	font-weight: bold;
}
.tb-form{
	margin: 0 0 20px 0;
}
.tb-entry{
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.list-entry, .search-entry{
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.nav-entry, .nav-page{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 0 0 50px 0;
}
.nav-page span{
	width: 33px;
	line-height: 33px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 3px 3px 0;
}
.nav-page a{
	width: 33px;
	line-height: 33px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 3px 3px 0;
}
.nav-page a:hover{
	background-color: #fff;
}
/* ----- Secondary-column ----- */
#secondary-column{
	width: 250px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.sidebar{
	margin: 0 0 20px 0;
}
.sidebar h3{
	color: #999;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	border: none;
	padding: 0;
}
.sidebar ul li a{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/arrow01.gif) no-repeat 9px center;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 5px 5px 5px 24px;
}
.sidebar ul li a:hover{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/arrow01.gif) no-repeat 12px center;
}
.sidebar ul ul{
	margin: 0 0 0 1em;
}
.calender{
	width: 250px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 1px;
}
.calender caption{
	text-align: center;
}
.calender th{
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #999;
}
.calender th#sun{
	color: #990000;
	border-bottom: 1px solid #882222;
}
.calender th#sat{
	color: #000099;
	border-bottom: 1px solid #224488;
}
.calender td{
	width: 35px;
	line-height: 35px;
	text-align: center;
}
.plugin-tag a{
	line-height: 24px;
	background-color: fff;
	padding: 3px;
}
.plugin-search input[type=submit]{
	padding: 5px;
}
/* ----- Tertiary-column----- */
#tertiary-column{
	width: 900px;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/tertiary-column01.gif) repeat-y left top;
	margin: 0 auto;
}
.box h3{
	color: #3366c4;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #11224c;
	border: none;
}
.box{
	color: #fff;
	width: 260px;
	float: left;
	margin: 20px;
}
/* ----- Footer ----- */
#footer{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/footer01.gif) repeat-x left top;
	clear: both;
	padding: 50px 0;
}
#pagetop{
	position: fixed;
	bottom: 50px;
	right: 100px;
}
#pagetop a{
	width: 50px;
	height: 50px;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/pagetop01.png) no-repeat left top;
	display: block;
}
#pagetop a:hover{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/pagetop01.png) no-repeat left -60px;
}
#pagetop span{
	display: none;
}
#rights{
	text-align: center;
	margin: 50px 0 0 0;
}
/* ----- Misc. ----- */
.emoji{
	vertical-align: middle;
}
.frame{
	border: 1px solid #ccc;
}
.photo{
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #e5e5e5;
	box-shadow: 2px 2px 5px #ccc;
	padding: 10px;
}
.pull-right{
	display: inline;
	float: right;
	margin: 0 0 0 10px;
}
.pull-left{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
.btn{
	color: #fff;
	text-shadow: 1px 1px 0 #243cb3;
	background-color: #527acc;
	background: -webkit-gradient(linear, left top, left bottom, from(#527acc), to(#5252cc));
	background: -webkit-linear-gradient(top, #527acc, #5252cc);
	background: -moz-linear-gradient(top, #527acc, #5252cc);
	background: -o-linear-gradient(top, #527acc, #5252cc);
	background: -ms-linear-gradient(top, #527acc, #5252cc);
	background: linear-gradient(to bottom, #527acc, #5252cc);
	border: 1px solid #243cb3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
}
.btn:hover{
	background: #5252cc;
}
a.btn{
	color: #fff;
}
.aa{
	font-size: 16px;
	line-height: 17px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	white-space: pre;
}