/* CSS Document */

/*   author : Sugiyama */

/* index==========================

	for top page
*/


/* for top page ==============================================*/

.entrytitle{
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:2px solid #F4C7C6;
}

.entrytitle a{
	text-decoration:none;
}


.entrybody{
	margin:10px 0;
}

.entryfooter{
	border-top:1px dashed #B0B0B0;
	background-color:#F9F7F4;
	padding:5px;
	margin-bottom:20px;
}


h3.comments-header{
	background: url(/common/img/checkBlue.png)  no-repeat 0 3px;
	padding-left:20px;
	font-weight:bold;
	margin:20px 0 10px 20px;
	padding-bottom:10px;
	border-bottom:2px solid #f4c7c6;
}

*html h3.comments-header{
	background-position:2px;
}

.comment-content{
	margin:10px 0 10px 20px;
}


.comment-footer{
	border-top:1px dashed #B0B0B0;
	background-color:#F9F7F4;
	padding:5px;
	margin:10px 0 20px 20px;
}

#comments-open-data,
#comments-open-text,
#comments-open-footer{
	margin:10px 0 20px 20px;
}

textarea{
	font-size:0.9em;
}


.paginate{
    text-align: center;
    margin:10px 0;
}
div#columnArchive{
	width: 238px;
	margin: 10px 0 20px;
	border: 1px solid #d9ccb9;
	background-color: #f9f9f9;
}
div#columnArchive h2{
	margin: 1px 1px 0 1px;
}
div#columnArchive ul{
	border-bottom: 10px;
	line-height: 2.5;
	margin: 0 10px 0 10px;
}
div#columnArchive ul li{
	background: url(/column/img/arrowBrown.gif) no-repeat 0 12px;
	padding-left: 13px;
}