@charset "UTF-8";

/* ************************************************************

Title: new/default.css
Since: 2009-12-01
Last Modified: 2009-12-

************************************************************ */

#contentsContainer h1 {
	height: 47px;
}

#contentsContainer p.clickNote {
	height: auto !important;
	height: 20px;
	min-height: 20px;
	text-align: right;
}
#contentsContainer .entry {
	padding-top: 10px;
	background: url(/common/images/h_dotline.gif) repeat-x left top;
}
#contentsContainer .entry .title {
	cursor: pointer;
}
#contentsContainer .entry p {
	margin-top: 20px;
	font-size: 120%;
	line-height: 150%;
}
#contentsContainer .entry p.date {
	padding-bottom: 8px;
	margin-top: 0;
	font-size: 120%;
	font-weight: bold;
	color: #641919; 
}
#contentsContainer .entry span {
	padding-right: 4px;
	vertical-align: middle;
}
#contentsContainer .entry h2 {
	padding-bottom: 12px;
	font-size: 140%;
	line-height: 140%;
	vertical-align: top;
}
#contentsContainer .entry .close {
	padding: 13px 0 17px;
	text-align: right;
}
#contentsContainer .entry .close a {
	display: block;
	width: 55px;
	height: 12px;
	overflow: hidden;
	margin-left: auto;
	background: url(/common/images/close.gif) no-repeat;
	text-indent: 9999px;
}
#contentsContainer .entry .close a:hover {
	background-position: 0 -12px;
}
