@charset "utf-8";

#main {
	float: right;
	width: 610px;
	margin-left: 60px;
}

.entry {
	width: 610px;
}

.entry .entry_header {
	padding: 6px 10px 5px;
	margin-bottom: 17px;
	background-color: #F0F0F0;
}

.entry .entry_header h2 {
	color: #000;
	font-size: 129%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 3px;
}

.entry .entry_header p {
	color: #555;
	line-height: 1.0;
}

.entry .entry_body {
	float: right;
	width: 480px;
	font-size: 107%;
	line-height: 1.6;
}

.entry .entry_body .entry_txt {
	padding-left: 10px;
}

.entry .book_img {
	float: right;
	display: inline-block;
	width: 110px;
	padding-right: 20px;
	text-align: center;
}

.entry .book_img .btn  {
	margin-top: 20px;
}

.entry .pgtop {
	clear: both;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 30px;
}

#sab {
	float: right;
	width: 222px;
}

#sab #matters_attended {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
}

#sab #menu_box {
	margin-bottom: 12px;
	border-bottom: 1px solid #000;
}

#sab h3 {
	margin-bottom: 13px;
}

#sab ul#latest10_list {
	margin: 0 1px 20px 1px;
	/*border-bottom: 1px solid #000;*/
}

#sab ul#latest10_list li {
	margin-bottom: 9px;
	padding: 0 0 5px 1px;
	background: url(../images/line_grey01.gif) repeat-x 0 bottom;
}

#sab ul#latest10_list li a {
	line-height: 1.2;
	color: #000;
}

#sab ul#latest10_list li a:hover {
	text-decoration: underline;
}

#sab ul.deco {
	margin: 0 1px 25px 1px;
	/*padding: 0 0 19px 0;*/
	/*border-bottom: 1px solid #000;*/
}

#sab ul.deco li {
	padding: 0 0 0 1px;
}

#sab ul.deco li.even {/* .evenはjsで挿入 */
	background-color: #f0f0f0;
}

#sab ul.deco li a {
	display: block;
	padding: 0 0 0 17px;
	background-image: url(../images/icon_3p.gif) ;
	background-position: 5px center;
	background-repeat: no-repeat;
	line-height: 2.0em;
	color: #000;
}

#sab ul.deco li.even a {
	background-image: url(../images/icon_3p_b.gif) ;
}

#sab ul.deco li a:hover {
	background-position: 9px center;
}


#sab p.bnr {
	margin-bottom: 10px;
}


