﻿@charset "UTF-8";
@import url("style-base.css");

td { font-size:12px; line-height: 150%; }
th { font-size:12px; line-height: 150%; }
.size-12 { font-size: 12px; line-height: 180%; }
.size-10 { font-size: 10px; line-height: 150%; }
.size-16 { font-size: 16px; line-height: 150%; }

form {
	margin: 0;
	font-size: 12px;
}
textarea,select,input {
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku GothicPro,Osaka,Verdana,Helvetica,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

div.entry {
	width: 480px;
	background: url(img/bg-entry-f.gif) center bottom no-repeat;
}
div.entry-box {
	width: 480px;
	background: url(img/bg-entry-h.gif) center top no-repeat;
}
div.entry-box dl {
}
div.entry-box dt {
	text-align: right;
	font-size: 12px;
	padding: 38px 50px 0 0;
}
div.entry-box dd {
	font-size: 12px;
	color: #117901;
	font-weight: bold;
	margin: 4px 26px 6px 26px;
	padding: 0 0 6px 8px;
	border-bottom: solid 1px #8FC400;
}
div.entry-box p {
	font-size: 12px;
	line-height: 180%;
	padding: 5px 20px 5px 28px;
	line-height: 160%;
}
/*ここから080507追加*/
div.entry-box img {
	margin: 0 10px;
}

div.entry-box ul ,div.entry-box ol {
	margin: 0 0 0 30px;
}

div.entry-box li {
	padding: 2px 0 ;
	line-height: 180%;
	margin: 0 0 0 28px;
	font-size: 12px;
}

div.entry-box blockquote {
	margin: 0 20px;
}
/*ここまで080507追加*/
div.entry-trackback {
	font-size: 10px;
	line-height: 180%;
	padding: 8px 6px 12px 12px;
	margin: 4px 26px 6px 20px;
	border-top: solid 1px #8FC400;
}

div.pagenavi {
	margin: 20px 8px 16px 8px;
	padding: 6px;
	text-align: center;
	font-size: 12px;
	border: solid 1px #BBBBBB;
}

div.trackback {
	border-bottom: dotted 1px #BBBBBB;
	background: url(img/trackback.gif) top no-repeat left;
	margin: 10px 10px 10px 10px;
}
div.trackback p {
	padding: 0 10px 6px 100px;
	font-size: 12px;
	line-height: 150%;	
}

div.comment {
	border-bottom: dotted 1px #BBBBBB;
	background: url(img/comment.gif) top no-repeat left;
	margin: 10px 10px 10px 10px;
}
div.comment p {
	padding: 0 10px 12px 100px;
	font-size: 12px;
	line-height: 150%;	
}
div.comment blockquote {
	font-size: 12px;
	line-height: 150%;
	padding: 0 10px 12px 100px;
}

div.contribute {
	border-bottom: dotted 1px #BBBBBB;
	background: url(img/contribute.gif) top no-repeat left;
	margin: 10px 10px 10px 10px;
}
div.contribute p {
	padding: 0 10px 12px 100px;
	font-size: 10px;
	line-height: 150%;	
}
div.contribute div {
font-size: 10px;
}
div#fj_realtime_rebuild_ajax {
display:none;
}




div#calendar{
padding-bottom:10px;
}
div#calendar table.calendar_table{
border-bottom:1px solid #F3F3F3;
width:182px;
margin-left:auto;
margin-right:auto;
}
div#calendar table.calendar_table th{
border-top:1px solid #F3F3F3;
border-bottom:1px solid #F3F3F3;
width:26px;
height:15px;
vertical-align:middle;
text-align:center;
}
div#calendar table.calendar_table td{
width:26px;
height:15px;
vertical-align:middle;
text-align:center;
color:#979998;
}
div#calendar table.calendar_table td a{
display:block;
width:26px;
height:17px;
background:#EFF1DC;
border-bottom:1px solid #A3BF5B;
}


div#calendar table.calendar_table caption{
font-size:12px;
padding-top:5px;
padding-bottom:5px;
}


div#calendar table.next_prev{
font-size:10px;
font-weight:bold;
width:100%;
}
div#calendar table.next_prev td.month_prev{
width:50%;
text-align:left;
}
div#calendar table.next_prev td.month_prev a{
background: url(img/prev.gif) no-repeat left center;
padding-left:8px;
}
div#calendar table.next_prev td.month_next{
width:50%;
text-align:right;
}
div#calendar table.next_prev td.month_next a{
background: url(img/next.gif) no-repeat right center;
padding-right:8px;
}












