

/* General
------------------------------------------------------------ */

* {
	margin : 0;
	padding : 0;
}

h1, h2, h3, h4, h5, h6, div, p, blockquote, address {
	display : block;
}

a, addr, acronym, cite, code, dfn, em, img, kbd, object, q, ruby, samp, small, span, strong, sub, sup, var {
	display : inline;
}
/*
*:before,
*:after {
	content : "";
}
*/
body {
	color : #333;
	background : #ddd;
	text-align : center;
	line-height : 1.5;
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
	font-size : x-small !important;
	font-style : normal;
	font-weight : normal;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small !important;
}

html>body {
	font-size : small !important;
}

p {
	margin : 1em 0;
}

textarea {
	width : 90%;
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

a img {
	border-width : 0;
	text-decoration : none;
}

/* Layout
------------------------------------------------------------ */

div#container {
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/container-bk.gif") left top repeat-y;
	text-align : left;
}

div#header {
	margin : 0 10px;
	padding : 0 10px;
	background : #06c;
}

div#calendar {
	margin : 0 10px;
	padding : 0 10px;
	background : #fff url("http://templates.blog.fc2.com/template/cfdn_06/slash.gif") left top repeat;
	text-align : center;
	border-top : 1px solid #738eac;
	border-bottom : 1px solid #738eac;
}

div.column {
	margin : 20px 0;
}

div#primary-column {
	float : right;
	width : 540px;
	padding-right : 20px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 520px;
}

html>body div#primary-column {
	width : 520px;
}

div#secondary-column {
	float : left;
	width : 200px;
	padding-left : 20px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 180px;
}

html>body div#secondary-column {
	width : 180px;
}

div#footer {
	clear : both;
	margin : 0 10px;
	padding : 0.5em 10px;
	background : #fff url("http://templates.blog.fc2.com/template/cfdn_06/slash.gif") left top repeat;
	border-top : 1px solid #738eac;
}


/* Header
------------------------------------------------------------ */

div#header h1 {
	padding : 0.2em 0;
}

div#header h1 a {
	color : #fff;
	text-decoration : none;
}

div#header h1 a:hover {
	color : #f00;
	text-decoration : none;
}

div#header p {
	margin : 0;
	padding : 0.5em 0;
	color : #fff;
}


/* Calendar
------------------------------------------------------------ */

p.now-month {
	margin : 0.5em 0;
}

div#calendar ul {
	margin : 0.5em 0;
	list-style-position : inside;
}

div#calendar li {
	display : inline;
	list-style-type : none;
}

div#calendar li a {
	text-decoration : none;
}

div#calendar li a:hover {
	color : #f00;
	text-decoration : none;
}

li.prev-month-calendar {
	margin-right : 0.5em;
}

li.day {
	margin : 0 0.1em;
}

li.next-month-calendar {
	margin-left : 0.5em;
}


/* Primary-Column
------------------------------------------------------------ */

p.prev-next-navi {
	margin-bottom : 20px;
	text-align : center;
}

div.section {
	margin-bottom : 30px;
}

div.section h2 {
	margin-bottom : 10px;
	padding-left : 15px;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/articles-header-bk.gif") left center no-repeat;
	font-size : small;
	border-bottom : 1px dotted #738eac;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium;
}

div.section h2 a {
	text-decoration : none;
}

div.section h2 a:hover {
	color : #f00;
	text-decoration : none;
}

div.entry-body {
	background : transparent;
}

div.entry-body a {
	text-decoration : none;
}

div.entry-body a:hover {
	color : #f00;
	text-decoration : none;
}

div.entry-body h3 {
	margin : 1em 0;
}

div.entry-body h3 span {
	padding-left : 5px;
	border-left : 5px solid #738eac;
	border-bottom : 1px solid #738eac;
}

p.entry-more {
	padding : 25px 15px 15px 0;
	text-align : right;
}

div.section p.entry-footer {
	margin-top : 20px;
	padding-top : 0.5em;
	background : transparent;
	list-style-position : inside;
	text-align : left;
	border-top : 1px dotted #738eac;
}

span.com,
span.no-com {
	padding-left : 15px;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/ico-comment.gif") left center no-repeat;
}

span.trk,
span.no-trk {
	padding-left : 15px;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/ico-trackback.gif") left center no-repeat;
}

div.section p.entry-footer a {
	text-decoration : none;
}

div.section p.entry-footer a:hover {
	color : #f00;
	text-decoration : none;
}

div.section p.navigation {
	text-align : right;
}

div.section p.navigation a {
	text-decoration : none;
}

div.section p.navigation a:hover {
	color : #f00;
	text-decoration : none;
}

p.prev-next-navi a {
	text-decoration : none;
}

p.prev-next-navi a:hover {
	color : #f00;
	text-decoration : none;
}

div.entry-body ol {
	list-style-type : decimal-leading-zero;
	list-style-position : inside;
}


/* Comment
------------------------------------------------------------ */

input#himitu {
	margin-right : 0.5em;
}

p.form-btn {
	margin-top : 20px;
}

h3#comment-top {
	margin : 15px 0 10px 0;
}

h4.comment-header {
	margin-bottom : 10px;
	padding-left : 15px;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/ico-comment.gif") left center no-repeat;
	font-weight : normal;
	border-bottom : 1px dotted #738eac;
}

div.comment-body {
	background : transparent;
}

p.comment-footer {
	margin : 10px 0 15px 0;
	padding : 0.5em 0;
	border-top : 1px dotted #738eac;
}

p.comment-footer a {
	text-decoration : none;
}

p.comment-footer a:hover {
	color : #f00;
	text-decoration : none;
}


/* Trackback
------------------------------------------------------------ */

h3#trackback-top {
	margin : 15px 0 10px 0;
}

p.trackback-uri {
	margin-bottom : 15px;
	padding : 0.2em 0.5em;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/trackback-bk.gif") left center repeat;
	border : 1px solid #738eac;
}

h4.trackback-header {
	margin-bottom : 10px;
	padding-left : 15px;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/ico-trackback.gif") left center no-repeat;
	font-weight : normal;
	border-bottom : 1px dotted #738eac;
}

h4.trackback-header a {
	text-decoration : none;
}

h4.trackback-header a:hover {
	color : #f00;
	text-decoration : none;
}

div.trackback-excerpt {
	padding : 0 0.5em;
	background : transparent;
}

p.trackback-footer {
	margin : 10px 0 15px 0;
	padding : 0.5em 0;
	border-top : 1px dotted #738eac;
}


/* Secondary-Column
------------------------------------------------------------ */

div#secondary-column h2 {
	color : #666;
	font-size : medium;
	font-weight : bold;
	border-bottom : 2px solid #738eac;
	text-align : center;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
}

/* 位置調整（一番上に表示） */
div#secondary-column h2.monthly-archives {
	margin-bottom : 10px;
}

/* 位置調整（中間に表示） */
div#secondary-column h2.categories-archives,
div#secondary-column h2.recent-entries,
div#secondary-column h2.recent-comments,
div#secondary-column h2.recent-trackbacks,
div#secondary-column h2.links,
div#secondary-column h2.appendix {
	margin-top : 20px;
	margin-bottom : 10px;
}

/* 位置調整（一番下に表示） */
div#secondary-column h2.search {
	margin-top : 20px;
	margin-bottom : 10px;
}

div#secondary-column ul {
	list-style-position : inside;
}

div#secondary-column ul.recent-entries,
div#secondary-column ul.recent-comments,
div#secondary-column ul.recent-trackbacks {
	list-style-type : decimal-leading-zero;
}

div#secondary-column ul li a {
	text-decoration : none;
}

div#secondary-column ul li a:hover {
	color : #f00;
	text-decoration : none;
}

p.author-image {
	text-align : center;
}

p.author-image img {
	border : 1px solid #738eac;
}


/* Footer
------------------------------------------------------------ */

div#footer div.ads {
	text-align : center;
}

div#footer div.ads a {
	text-decoration : none;
}

div#footer div.ads a:hover {
	color : #f00;
	text-decoration : none;
}

div#footer div.ads strong {
	font-weight : normal;
}


/* Image
------------------------------------------------------------ */

/* 枠付の画像（投稿時に自分でクラスを設定する必要があります） */
.pics {
	border : 1px solid #738eac;
	padding : 3px;
}

/* 枠付の画像を左側に回り込み（投稿時に自分でクラスを設定する必要があります） */
.pics-l {
	float : left;
	margin : 0 10px 5px 0;
	border : 1px solid #738eac;
	padding : 3px;
}

/* 枠付の画像を右側に回り込み（投稿時に自分でクラスを設定する必要があります） */
.pics-r {
	float : right;
	margin : 0 0 5px 10px;
	border : 1px solid #738eac;
	padding : 3px;
}

.clear {
	clear : both;
}


/* Blockquote
------------------------------------------------------------ */

blockquote p {
	width : 90%;
	margin : 2em 0;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	padding-left : 10px;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/block-bk.gif") left top repeat-y;
}

div.section>blockquote {
	width : auto;
}

/* Code
------------------------------------------------------------ */

div.section pre {
	margin : 1em 0;
	padding-left : 10px;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/block-bk.gif") left top repeat-y;
	font-family : sans-serif;
	overflow : auto;
	/* pre element clearing bug in WinIE  */
	width : 90%;
}

/* for without MacIE5 \*/
div.section pre {
	overflow : scroll;
}/* */

div.section>pre {
	width : auto;
}

div.section code {
	font-family : monospace;
}


/* Q & A
------------------------------------------------------------ */

div.section dl.qa dt {
	padding-left : 10px;
	background : transparent url("http://templates.blog.fc2.com/template/cfdn_06/block-bk.gif") left top repeat-y;
	font-weight : bold;
	font-style : italic;
	border-bottom : 1px solid #738eac;
}

div.section dl.qa dd {
	margin-left : 2em;
}

img.emoji{
	vertical-align:middle;
	border:0;
}
.calender{
	width:95%;
}
.calendr a{
	text-decoration : none;
}
.calender a:hover{
	color : #f00;
	text-decoration : none;
}