@charset "utf-8";

/*----- 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;
}
/*----- Clearfix -----*/
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}
/*----- Default
--------------------------------------------------*/
body{
	color: #333;
	font: 14px/20px "Century Gothic", メイリオ, Meiryo, san-seri;
	background: #e5e5e5 url(http://blog-imgs-66.fc2.com/d/i/t/dithis/background01.gif) repeat left top;
} 
/*----- Heading
--------------------------------------------------*/
h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-shadow: 0 0 5px #000;
}
h1 a:link{
	color: #fff;
}
h1 a:visited{
	color: #fff;
}
h1 a:hover{
	color: #ccc;
}
h1 a:active{
	color: #fff;
}
h2{
	color: #999;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	text-shadow: 1px 1px 0 #fff;
	margin: 0 0 10px 0;
}
h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	border-left: 3px solid #3366c4;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
}
/*----- Block
--------------------------------------------------*/
blockquote{
	background: #fff url(http://blog-imgs-66.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
	padding: 0 50px 10px 0;
	border: 1px solid #ccc;
}
blockquote[cite]:after{
	color: #ff9999;
	display: block;
	content: attr(cite);
	text-align: right;

}
blockquote p{
	background: url(http://blog-imgs-66.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(http://blog-imgs-66.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{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/dt01.gif) no-repeat left center;
	font-weight: bold;
	margin: 5px;
	padding: 0 0 0 15px;
}
.entry-body dd{
	border-left: 1px dotted #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 5px 5px 5px 10px;
}
.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: #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: 3px;
}
input:focus, textarea:focus{
	background-color: #fff;
}
input[type="button"], input[type="submit"], input[type="reset"]{
	cursor: pointer;
}
button[type="button"], button[type="submit"], button[type="reset"]{
	cursor: pointer;
}
p input[type="submit"]{
	color: #fff;
	text-shadow: 1px 1px 0 #009999;
	background-color: #00cccc;
	background: -moz-linear-gradient(top, #00cccc, #009999);
	background: -webkit-gradient(linear, left top, left bottom, from(#00cccc), to(#009999));
	background: linear-gradient(left top, #00cccc, #009999);
	border: 1px solid #009999;
}
p input[type="submit"]:hover{
	background-color: #009999;
	text-shadow: -1px -1px 0 #009999;
	background: -moz-linear-gradient(top, #009999, #00cccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#009999), to(#00cccc));
	background: linear-gradient(left top, #009999, #00cccc);
}
/*----- Hypertext
--------------------------------------------------*/
a{
	text-decoration: none;
}
a img{
	border: 0;
}
a:link{
	color: #ff6666;
}
a:visited{
	color: #228888;
}
a:hover{
	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: " “";
}
q:after{
	content: "” ";
}
cite{
	font-style: italic;
}
/*----- Layout
--------------------------------------------------*/
/*----- Wrapper -----*/
#wrapper{
	background: url(http://blog-imgs-66.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;
}
#menu{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	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: 15px;
	left: 0;
}
#menu ul li{
	float: left;
	margin: 0 10px;
}
#search{
	text-align: right;
	position: absolute;
	top: 13px;
	right: 0;
}
.keyword{
	width: 172px;
	padding: 3px 24px 3px 3px;
}
.search_btn{
	width: 24px;
	height: 24px;
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/search01.png) no-repeat 0 4px;
	border: none;
	text-indent: -999px;
	margin: 0 0 0 -24px;
}
.search_btn:hover{
	background: url(http://blog-imgs-66.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{
	color: #999;
}
.entry-title a:active{
	color: #224488;
}
.entry-date{
	color: #999;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.entry-body{
	margin: 0 0 20px 0;
}
.extend{
	margin: 0 0 20px 0;
}
.entry-more{
	margin: 0 0 20px 0;
}
.entry-info{
	line-height: 30px;
	text-align: right;
	background-color: #e5e5e5;
	margin: 0 -20px 0 -20px;
}
.entry-info ul{
	float: right;
}
.entry-info li{
	float: left;
}
.entry-info li a{
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	display: block;
	padding: 0 10px;
}
.entry-info li a:hover{
	background-color: #ccc;
}
.date{
	font-size: 12px;
	line-height: 18px;
}
.cm-entry{
	width: 690px;
	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 5px 0;
}
.nav-entry, .nav-page{
	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 li a{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/arrow01.gif) no-repeat 9px center;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 6px 0 6px 24px;
}
.sidebar li a:hover{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/arrow01.gif) no-repeat 12px center;
}
.calender{
	width: 250px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 1px;
}
.calender th{
	width: 35px;
	line-height: 35px;
	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;
}
/*----- Footer -----*/
#footer{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/footer01.gif) repeat-x left top;
	clear: both;
	padding: 50px 0;
}
#rights{
	font-size: 12px;
	line-height: 18px;
	margin: 50px 0 0 0;
	text-align: center;
	clear: both;
}
#pagetop{
    position: fixed;
    bottom: 30px;
    right: 50px;
}
#pagetop a{
	width: 50px;
	height: 50px;
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/pagetop01.png) no-repeat left top;
	display: block;
}
#pagetop a:hover{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/pagetop01.png) no-repeat left -60px;
}
#pagetop span{
	display: none;
}
/*----- Tertiary-column-----*/
#tertiary-column{
	width: 900px;
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/tertiary-column01.gif) repeat-y left top;
	margin: 0 auto;
}
#tertiary-column h3{
	color: #3366c4;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	text-shadow: 1px 1px 0 #11224c;
	border: none;
	margin: 0 0 10px 0;
}
.box{
	color: #fff;
	width: 260px;
	float: left;
	margin: 20px;
}
/*----- Misc. -----*/
.fc2_footer{
	margin: 0 0 20px 0;
}
.emoji{
	vertical-align: middle;
	margin: 0;
}
.frame{
	border: 5px solid #e5e5e5;
	margin: 3px 0;
}
.aa{
	font-size: 16px;
	line-height: 17px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	margin: 0 0 20px 0;
}