@charset "UTF-8";
/* CSS Document */
/*必要CSSをロード*/
@import url("../../css/base.css");
/*ロード終わり*/
/*基本レイアウト　テーブル   ----------------------------------------------------------------------------- */
#wrap #rightcolumn .contentsbox table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	color: #666666;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #rightcolumn .contentsbox table table {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 90%;
	border: 1px solid #CCCCCC;
}

