@charset "EUC-JP";


/* 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; */
	line-height : 1.4em;
	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 : #0033cc;
}

div#header2 {
	margin : 0 10px;
	padding : 0 0px;
	background : #0033cc;
}

div#headerp {
	margin : 0 10px;
	padding : 0 0px;
	background : #0033cc;
}

div#headertextad {
	text-align : center;
	margin : 0 10px;
	padding : 0 0px;
	background : #0033cc;
}

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;
}

div#headertextad  a {
	color : #fff;
	text-decoration : none;
}

/* 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;
	line-height : 1.2em;
}

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; */
	list-style-position : outside;
	margin-top : 1.0em;
	margin-bottom : 2.0em;
	margin-left : 3.0em;
	margin-right : 2.0em;
}

div.entry-body ul {
/*	list-style-position : inside; */
	list-style-position : outside;
/*	margin-top : 1.0em; */
/*	margin-bottom : 2.0em; */
	margin-left : 3.0em;
	margin-right : 2.0em;
}

/* 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; */
	list-style-position : outside;
	margin-top : 0.5em;
	margin-bottom : 0.0em;
	margin-left : 1.0em;
	margin-right : 1.0em;
	line-height : 1.2em;
}

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: 1.0em 0.5em 1.0em 0.5em;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	padding-left: 10px;
	padding-right: 1.0em;
/*    margin : 0.0em 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;
	font-family : "Courier New","Verdana","Times New Roman","Helvetica","Arial","\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

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;
}

/* PIYO

a.nickname:link,a.nickname:visited {color:#339900;font-weight:bold;}
a.nickname:hover {color:#ffa500;}

div.tab{
 float:left;
      width:100%;
      font-size:93%;
          border-bottom:1px solid #F45551;
/*    line-height:normal;
      line-height:1.2em;
}

.b1{
background-image: none;
}

.b2{
background-image: none;
}
    
div.mylog {
	width: 160px;
	padding: 5px;
	border: 1px solid #A5A5A5;
	font-size: small;
	text-align: left;
	color: #666666;
	background-color: #FFFFFF;
}
div.mylog p.title {
	font-weight: bold;
	color: #838383;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}
div.mylog dl {
	margin: 0px;
	padding: 0px;
}
div.mylog dt.day {
	width: 160px;
	color: #339900;
	font-size: x-small;
	margin: 0px;
	padding: 0px 0px 5px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}
div.mylog dd.piyolog {
	margin: 0px 0px 5px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	padding: 0px 0px 10px;
}
div.license {
	font-size: x-small;
	text-align: right;
}

/* Bloglines */
div.blogrollfolder {
/*	width : 90%;*/
	color : #00F;
	line-height: 1.2em;
	margin : 0.0em 0;
	padding-top : 0.0em;
	padding-bottom : 0.0em;
	padding-left : 0px;
	font-weight: bold;
	font-size: small;
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","Courier New","Verdana","Times New Roman","Helvetica","Arial",sans-serif;
}

div.blogrollmain {
/*	width : 90%;*/
	line-height: 1.2em;
	margin : 0.0em 0;
	padding-top : 0.0em;
	padding-bottom : 0.0em;
	padding-left : 0px;
	font-size: small;
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","Courier New","Verdana","Times New Roman","Helvetica","Arial",sans-serif;
}
