@charset "UTF-8";
/* 2009 created by mysoft. */

/* =================================================================================================
 * RSSリンクページ用コンテンツ部分
 * ============================================================================================== */
.contents .leftframe_small {
	width: 24%;
	float: left;
	margin-top: 2em;
}

.contents .rightframe_large {
	width: 74%;
	float: right;
	margin-top: 2em;
}

/* ============================================================================================== */

.contents .leftframe_small .topcontents {
	border: 1px solid #B4B4B4;
	padding: 0.3em;
}

.contents .leftframe_small .bottomcontents {
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	padding: 0.3em;
}

.contents .leftframe_small h3 {
	font-weight: bold;
}

/* ============================================================================================== */

.contents .rightframe_large .tables ul li {
	list-style-type: none;
}

.contents .rightframe_large .tables ul li .feedtitle {
	font-size: 110%;
	font-weight: bold;
}

.contents .rightframe_large .tables table {
	width: 95%;
	border: 1px solid #B4B4B4;
	padding: 0.3em;
	margin-left: 5%;
}

.contents .rightframe_large .tables table td {
	padding: 0.3em;
}

.contents .rightframe_large .tables table .backgray {
	background-color: #E6E6E6;
}

.contents .rightframe_large .tables table .process_no {
	width: 10%;
	text-align: center;
}

.contents .rightframe_large .tables table .process_focus {
	width: 5%;
	text-align: center;
}

.contents .rightframe_large .tables table .process_title {
	width: 70%;
}

.contents .rightframe_large .tables table .process_stage {
	width: 15%;
}


