@charset "utf-8";
/* diary.css 一般質問 */
/*サイドバー*/
.sub_navi ul.sub1 li{
	height:60px;
}
.sub_navi ul.sub1 li a{
	padding-top:60px;
}

h2{	
	background-image:url(../images/diary/h2_diary.png);
	background-repeat:no-repeat;
/*	background-repeat:no-repeat; */
}

#main_area h2.declaration{
/*	width:460px; */
/*	height:200px; */
	height:150px;
	margin-bottom:3px;
	text-indent:-9999px;
	float:left;
}

#main_area p{
/*	font-size:14px; */
	font-size:12px;
	line-height:1.5em;
	letter-spacing:0.2em;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}

/*平成24年度(2012年度)*/
#main_area  p.year{
	background-color:#006600;
	padding:5px;
	width:250px;
	color:#fff;
	font-size:16px;
	text-align:left;
	margin-bottom:20px;
	letter-spacing:0em;
}

/* 目次部分 */
.tb_contents{
	clear:both;
	margin-bottom:20px;
	margin-left:20px;
}
.tb_contents table{
	border-collapse:collapse;
	border:none;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.tb_contents table th{
	background-color:#E4E4E4;
	padding:4px;
	text-align:left;
	font-weight:normal;
	border-right:1px #ccc solid;
}
.tb_contents table tr,
.tb_contents table td{
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc dashed;
	border-top:1px #ccc solid;
	padding:4px;
	font-size:12px;
}
.tb_contents table td span.new{
	color:#fff;
	background-color:#f00;
	font-size:12px;
	margin-right:6px;
	padding:1px;
}
.tb_contents colgroup.col1{
	width:420px;
}
.tb_contents colgroup.col2{
	width:180px;
}

.tb_contents2{
	clear:both;
	margin-bottom:20px;
	margin-left:20px;
}
.tb_contents2 table{
	border-collapse:collapse;
	border:none;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	text-align: center;
}
.tb_contents2 table th{
	background-color:#E4E4E4;
	padding:4px;
	text-align:center;
	font-weight:normal;
	border-right:1px #ccc solid;
}
.tb_contents2 table tr,
.tb_contents2 table td{
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc dashed;
	border-top:1px #ccc solid;
	padding:4px;
	font-size:12px;
}
.tb_contents2 table td span.new{
	color:#fff;
	background-color:#f00;
	font-size:12px;
	margin-right:6px;
	padding:1px;
}
.tb_contents2 colgroup.col1{
	width:420px;
}
.tb_contents2 colgroup.col2{
	width:180px;
}



.tb_contents2_th1{
	width:50%;
	text-align:left;
}
.tb_contents_th2{
	width:25%;
	text-align:center;
}
.tb_contents_td1{
	width:50%;
	text-align:left;
}
.tb_contents_td2{
	width:25%;
	text-align:center;
}


/* ブログ内容 */
div.blogMain{
	width: 650px;
	clear:both;
}

div.blogMain div.blogEntry{
	position: relative;
	width: 600px;
	margin: 0 0 20px 10px;
	padding: 15px; 
	background-color: #FFFFCC;
	line-height: 160%;
}

div.blogMain div.blogEntry{
	background-color:#FFC;
}
div.blogMain .blogEntry h3{
	font-size:1em;
	margin:0;
	border-bottom:solid 2px #ffcc00;
	padding:7px 100px 7px 50px;
	background-image:url(../images/diary/Paper-pencil.png);
	background-repeat:no-repeat;
	height:30px;
	background-position:0 -5px;
	font-size:18px;
}
div.blogMain .blogEntry .posttext{
	font-size:0.875em;
	line-height:1.5;
}
div.blogMain .blogEntry p{
	margin-bottom:20px;
	margin-left:10px;
	font-size:14px;
	line-height:1.5em;
}
div.blogMain .blogEntry .postinfo{
	font-size:0.75em;
	text-align:right;
	margin-top:-24px;
	margin-bottom:24px;
}
div.blogMain .postinfo span{
	background-color:#f80;
	color:#fff;
	padding:2px 4px;
}

div.blogMain .blogEntry ul{
	margin-left:20px;
	margin-bottom:20px;
}
div.blogMain .blogEntry img{
	margin-bottom:20px;
}


