@charset "utf-8";

.entry_title {
	height: 20px;
	margin: 0;
	padding: 5px 0 0 8px;
	background: url(../../common/image/BG_table_basic_th.gif) repeat-x;
	border-top: 1px solid #CCCCCC;
	font-weight: normal;
	font-size: 118%;
	color: #B12E23;
}

.list_02 {
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.list_02 li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
	background-position: 8px 4px;
}

.list_02 li.border_none {
	padding: 0 0 0 20px;
	border-bottom: 0;
}

table.event {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}

table.event th {
	width: 2em;
	padding: 10px;
	border-right: 1px solid #ECECEE;
	border-top: 1px dotted #CCCCCC;
	vertical-align: top;
}


table.event td {
	padding: 10px;
	vertical-align: top;
	border-top: 1px dotted #CCCCCC;
}

table.event td.cell2 {
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
	vertical-align: top;
}

table.event td.cell3 {
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px solid #ECECEE;
	border-left: 1px solid #ECECEE;
	vertical-align: top;
}

.buttonlink a {
	float:right;	
	line-height:1.5em;
	display:block;
	width:120px;
	height:18px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	border-top:2px solid #fa8072;
	border-left:2px solid #fa8072;
	border-right:3px solid #800000;
	border-bottom:3px solid #800000;
	background-color:#B12E23;;
	color:#FFF;
}

.buttonlink a:hover { color:#ffff00; }

.buttonlink a:active {
	border-top:3px solid #800000;
	border-left:3px solid #800000;
	border-right:2px solid #fa8072;
	border-bottom:2px solid #fa8072;
}