@charset "UTF-8";

/**
 * 初期CSSに設定追加
 */

#contents {
	clear: both;
}

#centerarea2 {
	width: 660px;
}

#sort table select {
	margin-right:10px;
}







/**
 * デバッグ用（クエリ結果テーブル）
 */
table.cake-sql-log {
	margin: 10px;
	border: 1px solid #999;
	background-color:#FFF;
}

table.cake-sql-log th {
	white-space: nowrap;
	padding: 6px;
	background-color: #CCC;
	border-bottom: 3px solid #999;
}

table.cake-sql-log td {
	white-space: nowrap;
	padding: 3px;
	background-color: #EEE;
	border-bottom: 1px solid #999;
}

table.cake-sql-log caption {
	text-align: left;
	margin: 10px 0;
}



