@charset "UTF-8";
/* ========================================================== */
BODY {
    word-break: break-all;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

TABLE {
    word-break: break-all;
}

/* ========================================================== */
.hide {
	position: absolute;
	top: 0px;
	left: -1024px;
	width: 256px;
}

/* 行間など */

.portlet_contents {
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

/* カテゴリリスト */

.contents-list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}


/* ページ共通 */


.table-midashi {
	font-weight: bold;
	background-color: #E6FCFF;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}


