/* 3.3アップ時の修正 */
div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
    display: block;
} 

div.pageswitch{
	margin-bottom:30px;
	font-size:medium;
	/* font-size:small; */
	/* text-align:center; */
        text-align:left;
}

div.commentlist{
	font-size: 1em;
	line-height: 1.5;
}

p.txtmore {
	font-size: 0.9em;
	margin: 1em 0 10px 10px;
	/* font-size: 0.6875em;
	margin: 0 0 10px; */
	padding: 0;
	clear: both;
}

p.txtdata {
	font-size: 0.6875em;
	text-align: right;
	margin: 0 0 10px;
padding-top:10px;
clear:both;
}

dl.navilist li {
list-style-type:none;
}

/*　トラックバックのCSS　*/
div.tb
{margin-top: 20px;border-top-width: thin;
border-bottom-width: thin;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #000000;
border-bottom-color: #000000;}
div.tb div.head
{font-style: oblique;
line-height: 150%;
text-decoration: underline overline;
font-weight: bold;}

/* メールフォームのcss */
.form-preview {
   width: 400px;
   border: 1px solid #666666;
}
.form-name {
   border: 1px solid #CCCCCC;
   background-color: #EEEEEE;
   width: 120px;
}
.form-value {
   border: 1px solid #CCCCCC;
}
.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
   color:#FF3300;
}