@charset "UTF-8";


/* 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 : #666;
	background : #e3dcd0;
	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 : small !important;
	font-style : normal;
	font-weight : normal;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium !important;
}

html>body {
	font-size : medium !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 : 860px;
	margin-left : auto;
	margin-right : auto;
	background : #e3dcd0;
	text-align : left;
}

div#header {
	padding : 0 10px;
	background : transparent;
}

div#calendar {
	padding : 0 10px;
	background : #f7f4f0;
	text-align : center;
	border-top : 5px solid #c00;
}

div.column {
	margin : 20px 0;
}

/* 記事とサイドの位置を入れ替える場合 */
/* div#primary-column と div#secondary-column の float を入れ替えて下さい */
div#primary-column {
	float : right;
	width : 650px;
	padding-left : 0;
	padding-right : 0;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 550px;
}

html>body div#primary-column {
	width : 650px;
}

div#secondary-column {
	float : left;
	width : 200px;
	padding-left : 0;
	padding-right : 0;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 200px;
}

html>body div#secondary-column {
	width : 200px;
}

div#footer {
	clear : both;
	padding : 0.5em 10px;
	background : #f7f4f0;
	border-top : 5px solid #c00;
}


/* Header
------------------------------------------------------------ */

div#header h1 {
	padding : 0.2em 0;
}

div#header h1 a {
	color : color:#000000;
	text-decoration : none;
}

div#header h1 a:hover {
	color : #c00;
	text-decoration : none;
}

div#header p {
	margin : 0;
	padding : 0.5em 0;
	color : color:#990099;
}


/* 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 : #c00;
	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
------------------------------------------------------------ */

div#primary-column h2 {
	display : none;
}

p.prev-next-navi {
	margin-bottom : 20px;
	text-align : center;
}

div.section {
	margin-bottom : 30px;
	padding : 10px;
	background : #f7f4f0;
	border-top : 5px solid #c00;
}

div.section h3 {
	margin-bottom : 10px;
	padding-left : 15px;
	background : transparent url("https://templates.blog.fc2.com/template/skin07/articles-header-bk.gif") left center no-repeat;
	font-size : small;
	border-bottom : 1px dotted #e3dcd0;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium;
}

div.section h3 a {
	text-decoration : none;
}

div.section h3 a:hover {
	color : #c00;
	text-decoration : none;
}

div.entry-body {
	background : transparent;
}

div.entry-body a {
	text-decoration : none;
}

div.entry-body a:hover {
	color : #c00;
	text-decoration : none;
}

div.entry-body h4 {
	margin : 1em 0;
}

div.entry-body h4 span {
	padding-left : 5px;
	border-left : 5px solid #c00;
	border-bottom : 1px solid #c00;
}

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 #e3dcd0;
}

span.com,
span.no-com {
	padding-left : 15px;
	background : transparent url("https://templates.blog.fc2.com/template/skin07/ico-comment.gif") left center no-repeat;
}

span.trk,
span.no-trk {
	padding-left : 15px;
	background : transparent url("https://templates.blog.fc2.com/template/skin07/ico-trackback.gif") left center no-repeat;
}

div.section p.entry-footer a {
	text-decoration : none;
}

div.section p.entry-footer a:hover {
	color : #c00;
	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 : #c00;
	text-decoration : none;
}

p.prev-next-navi {
	padding : 0.2em 10px;
	background : #f7f4f0;
	border-top : 5px solid #c00;
}

p.prev-next-navi a {
	text-decoration : none;
}

p.prev-next-navi a:hover {
	color : #c00;
	text-decoration : none;
}

h3#comment-top,
h3.comment-post,
h3.comment-edit,
h3#trackback-top {
	margin : 1em 0;
}

div#primary-column form {
	padding : 10px;
	background : #f7f4f0;
	border-top : 5px solid #c00;
}

div.entry-body ol {
	margin : 1em 0;
	list-style-type : decimal-leading-zero;
	list-style-position : inside;
}

div.entry-body ul {
	margin : 1em 0;
	list-style-type : square;
	list-style-position : inside;
}

div.entry-body table {
	border-collapse : collapse;
}

div.entry-body table th {
	margin : 0;
	padding : 0.2em;
	background : #efefef;
	border : 1px solid #e3dcd0;
}

div.entry-body table td {
	margin : 0;
	padding : 0.2em;
	border : 1px solid #e3dcd0;
}


/* 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("https://templates.blog.fc2.com/template/skin07/ico-comment.gif") left center no-repeat;
	font-weight : normal;
	border-bottom : 1px dotted #e3dcd0;
}

div.comment-body {
	background : transparent;
}

p.comment-footer {
	margin : 10px 0;
	padding : 0.5em 0;
	border-top : 1px dotted #e3dcd0;
}

p.comment-footer a {
	text-decoration : none;
}

p.comment-footer a:hover {
	color : #c00;
	text-decoration : none;
}


/* Trackback
------------------------------------------------------------ */

h3#trackback-top {
	margin : 15px 0 10px 0;
}

p.trackback-uri {
	margin-bottom : 15px;
	padding : 0.2em 0.5em;
	background : #f7f4f0;
	border-top : 5px solid #c00;
}

h4.trackback-header {
	margin-bottom : 10px;
	padding-left : 15px;
	background : transparent url("https://templates.blog.fc2.com/template/skin07/ico-trackback.gif") left center no-repeat;
	font-weight : normal;
	border-bottom : 1px dotted #e3dcd0;
}

h4.trackback-header a {
	text-decoration : none;
}

h4.trackback-header a:hover {
	color : #c00;
	text-decoration : none;
}

div.trackback-excerpt {
	padding : 0 0.5em;
	background : transparent;
}

p.trackback-footer {
	margin : 10px 0;
	padding : 0.5em 0;
	border-top : 1px dotted #e3dcd0;
}


/* Secondary-Column
------------------------------------------------------------ */

div#secondary-column h3 {
	padding : 0.5em 10px;
	background : #f7f4f0;
	font-size : x-small;
	font-weight : bold;
	margin-bottom : 0;
	border-top : 5px solid #c00;
	text-align : center;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
}

/* 位置調整（一番上に表示） */
div#secondary-column h3.monthly-archives {
}

/* 位置調整（中間に表示） */
div#secondary-column h3.categories-archives,
div#secondary-column h3.recent-entries,
div#secondary-column h3.recent-comments,
div#secondary-column h3.recent-trackbacks,
div#secondary-column h3.links,
div#secondary-column h3.appendix {
	margin-top : 20px;
}

div#secondary-column p.foot{
	margin-bottom: 20px;
}

div#secondary-column table.calender {
	width: 90%;
}

div#secondary-column td,th,caption,tr,table {
	
	background : #f7f4f0;
}

/* 位置調整（一番下に表示） */
div#secondary-column h3.search {
	margin-top : 20px;


}

div#secondary-column div.backs{
	margin-top: 0;
	background : #f7f4f0;
}

div#secondary-column p {
	margin : 0;
	padding : 0.2em;
	background : #f7f4f0;
}



div#decondary-column li{
	padding : 5px 20px;
}

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 a {
	text-decoration : none;
}

div#secondary-column a:hover {
	color : #c00;
	text-decoration : none;
}

p.author-image,
p.author-name,
p.author-description {
	margin : 0;
	padding : 5px 10px;
	background : #f7f4f0;
}

p.author-image {
	text-align : center;
}

p.author-image img {
	border : 1px solid #e3dcd0;
}


/* Footer
------------------------------------------------------------ */

div#footer div.ads {
	text-align : center;
}

div#footer div.ads a {
	text-decoration : none;
}

div#footer div.ads a:hover {
	color : #c00;
	text-decoration : none;
}

div#footer div.ads strong {
	font-weight : normal;
}


/* Image
------------------------------------------------------------ */

/* 枠付の画像（投稿時に自分でクラスを設定する必要があります） */
.pics {
	border : 1px solid #e3dcd0;
}

/* 枠付の画像を左側に回り込み（投稿時に自分でクラスを設定する必要があります） */
.pics-l {
	float : left;
	margin : 0 10px 5px 0;
	border : 1px solid #e3dcd0;
}

/* 枠付の画像を右側に回り込み（投稿時に自分でクラスを設定する必要があります） */
.pics-r {
	float : right;
	margin : 0 0 5px 10px;
	border : 1px solid #e3dcd0;
}

.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("https://templates.blog.fc2.com/template/skin07/block-bk.gif") left top repeat-y;
}

div.section>blockquote {
	width : auto;
}


/* Insert and Delete
------------------------------------------------------------ */

ins,
del {
	display : block;
	width : 90%;
	min-height : 50px;
	margin : 1em 0;
	padding : 0.5em 0.5em 0.5em 10px;
	background : transparent url("https://templates.blog.fc2.com/template/skin07/block-bk.gif") left top repeat-y;
	text-decoration : none;
}

ins[datetime]::before {
	display : block;
	margin : 0 0 1em 0;
	content : "\30fb  " attr(datetime) "\306b \8ffd \8a18 ";
}

del[datetime]::before {
	display : block;
	margin : 0 0 1em 0;
	content : "\30fb  "attr(datetime) "\306b \53d6 \308a \4e0b \3052 \2e \2e ";
}


/* Code
------------------------------------------------------------ */

div.section pre {
	margin : 1em 0;
	padding-left : 10px;
	background : transparent url("https://templates.blog.fc2.com/template/skin07/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;
}


/* abbr and acronym
------------------------------------------------------------ */

abbr,
acronym {
	border-bottom : 1px dotted;
}

img.emoji{
	vertical-align:middle;
	border:0;
}