@charset "utf-8";

/*----- Reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, var,
u, 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;
}
/*----- Clearfix -----*/
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}
/*----- Default
--------------------------------------------------*/
body{
	color: #666;
	font: 14px/20px "メイリオ", Meiryo, san-seri;
	background: #faf4ed url(https://blog-imgs-66-origin.fc2.com/d/i/t/dithis/background02.gif) repeat-x left top;
}
/*----- Heading
--------------------------------------------------*/
h1{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
h1 a:link{
	color: #66cccc;
}
h1 a:visited{
	color: #66cccc;
}
h1 a:hover{
	color: #33b2b2;
}
h1 a:active{
	color: #66cccc;
}
h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
h3{
	color: #fff;
	background-color: #ebd3bb;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px;
	margin: 0 0 10px 0;
}
/*----- Block
--------------------------------------------------*/
blockquote{
	background: #eef6fa url(https://blog-imgs-66-origin.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
	border: 1px solid #ddedf5;
	padding: 0 50px 10px 0;
}
blockquote[cite]:after{
	color: #ff9999;
	display: block;
	content: attr(cite);
	text-align: right;

}
blockquote p{
	background: url(https://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: monospace;
	background: #fff url(https://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;
}
/*----- List
--------------------------------------------------*/
.entry-body dt{
	font-weight: bold;
	margin: 5px;
}
.entry-body dd{
	border: 1px dashed #ccc;
	padding: 5px;
}
.entry-body ul{
	list-style: disc inside;
}
.entry-body ol{
	list-style: decimal inside;
}
/*----- Form
--------------------------------------------------*/
input, textarea{
	color: #666;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	background-color: #eef6fa;
	border: 1px solid #ddedf5;
	padding: 3px;
	margin: 0;
}
input:focus, textarea:focus{
	border: 1px solid #bbdbeb;
}
input[type="button"], input[type="submit"], input[type="reset"]{
	cursor: pointer;
}
button[type="button"], button[type="submit"], button[type="reset"]{
	cursor: pointer;
}
input[type="submit"]{
	color: #fff;
	background-color: #bbdbeb;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="submit"]:hover{
	color: #fff;
	background-color: #77b7d7;
}
/*----- Hypertext
--------------------------------------------------*/
a{
	text-decoration: none;
}
a:link{
	color: #ff9999;
}
a:visited{
	color: #ff9999;
}
a:hover{
	color: #ff6666;
}
a:active{
	color: #ff9999;
}
/*----- Inline
--------------------------------------------------*/
br{
	letter-spacing: normal;
}
em{
	color: #ff6666;
}
strong{
	background-color: #ffff99;
}
ins{
	text-decoration: underline;
}
del{
	color: #ccc;
	text-decoration: line-through;
}
q{
	background-color: #edf6fa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
q:before{
	content: " “";
}
q:after{
	content: "” ";
}
cite{
	font-style: italic;
}
/*----- Layout
--------------------------------------------------*/
/*----- Wrapper -----*/
#wrapper{
	width: 1000px;
	margin: 50px auto;
}
#menu{
	margin: 0 0 10px 0;
}
#menu ul{
	color: #ebd3bb;
	list-style: disc inside;
}
#menu li{
	float: left;
	margin: 0 10px 0 0;
}
/*----- Header -----*/
#header{
	width: 700px;
	height: 400px;
	position: relative;
	margin: 0 0 20px -20px;
}
#header:after{
	width: 700px;
	height: 400px;
	background: url(https://blog-imgs-66-origin.fc2.com/d/i/t/dithis/topimage_shadow02.png) no-repeat left top;
	position: absolute;
	display: block;
	z-index: 99;
	content: "";
	top: 0;
	left: 0;
}
#topimage{
	width: 700px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
#topimage img{
	position: absolute;
	top: 0;
	left: 0;
}
#blogname p{
	color: #999;
	margin: 0 0 10px 0;
}
/*----- Container -----*/
#container{
	margin: 0 0 50px 0;
}
/*----- Primary-column -----*/
#primary-column{
	width: 660px;
	float: left;
	background-color: #fff;
	border: 1px solid #ebd3bb;
	padding: 20px;
	margin: 0 0 50px 0;
}
.section{
	margin: 0 0 50px 0;
}
.entry-title{
	border-left: 3px solid #ebd3bb;
	padding: 0 0 0 8px;
	margin: 0 0 20px 0;
}
.entry-date{
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
.entry-body{
	margin: 0 0 20px 0;
}
.extend{
	margin: 20px 200px;
}
.extend a{
	color: #fff;
	text-shadow: 1px 1px 1px #d7af77;
	text-align: center;
	border: 1px dashed #fff;
	background-color: #ebd7bb;
	display: block;
	padding: 5px 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-box-shadow: 0 0 0 3px #ebd7bb;
	-webkit-box-shadow: 0 0 0 3px #ebd7bb;
	box-shadow: 0 0 0 3px #ebd7bb;
}
.extend a:hover{
	background-color: #d7af77;
	-moz-box-shadow: 0 0 0 3px #d7af77;
	-webkit-box-shadow: 0 0 0 3px #d7af77;
	box-shadow: 0 0 0 3px #d7af77;
}
.entry-more{
	margin: 0 0 20px 0;
}
.entry-info{
	text-align: right;
}
.date{
	font-size: 12px;
	line-height: 18px;
}
.cm-entry, .tb-entry{
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.cm-title, .tb-title, .list-title, .seach-title{
	font-weight: bold;
}
.cm-name{
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 10px 40px;
}
.tb-form{
	margin: 0 0 20px 0;
}
.list-entry, .search-entry{
	background-color: #eef6fa;
	border-left: 5px solid #daeaf2;;
	padding: 10px;
	margin: 0 0 10px 0;
}
.nav-entry, .nav-page{
	text-align: center;
	margin: 0 20px 50px 20px;
}
.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{
	border: 1px solid #999;
}
/*----- Secondary-column -----*/
#secondary-column{
	width: 250px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.sidebar{
	margin: 0 0 20px 0;
}
.sidebar h3{
	color: #d7a777;
	text-shadow: 1px 1px 0 #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	background: none;
	margin: 0 0 10px 0;
}
.sidebar li {
	list-style: none outside;
}
.sidebar li a{
	border-bottom: 1px solid #ebd3bb;
	display: block;
	padding: 6px 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.sidebar li a:hover{
	background-color: #f5e9dd;
}
.calender{
	width: 250px;
	text-align: center;
}
.calender th{
	width: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ebd3bb;
}
.calender th#sun{
	color: #ff8080;
}
.calender th#sat{
	color: #8080ff;
}
.calender td{
	width: 35px;
	line-height: 33px;
	border-bottom: 1px solid #ebd3bb;
}
.calender td a{
	width: 35px;
	background-color: #f5e9dd;
	display: block;
	margin: 2px 1px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.calender td a:hover{
	color: #fff;
	background-color: #d7af77;
}
/*----- Footer -----*/
#footer{
	background-color: #f5e9dd;
	padding: 30px;
}
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 50px;
}
#pagetop a{
	width: 50px;
	height: 50px;
	background: #ebd7bb url(https://blog-imgs-66-origin.fc2.com/d/i/t/dithis/pagetop02.png) no-repeat center center;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#pagetop a:hover{
	color: #fff;
	background-color: #d7af77;
}
#pagetop span{
	display: none;
}
#rights{
	font-size: 12px;
	line-height: 18px;
}
/*----- Misc. -----*/
.fc2_footer{
	margin: 0 0 20px 0;
}
.emoji{
	vertical-align: middle;
}
.frame{
	border: 1px solid #ebd3bb;
}
.aa{
	font-size: 16px;
	line-height: 17px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
}