/* CSS Document */

table.common {
	background: none repeat scroll 0 0 #333;
	border: 1px solid #2E2E2E;
	border-collapse: collapse;
	color: #ccc;
	font: 12px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 36px;
	margin-left: 0px;
	width: 100%;
	margin-top: 19px;
	margin-left:12px;
	width:98%
}
table.common td, table.common td th {
	border: 1px solid #454545;
	font-weight: normal;
	padding: 0.8em;
}
table.common thead th, tfoot th {
	background: #571212  repeat scroll 0 0;
	color: #999;
	font-size: 1em;
	font-weight: bold;
	padding: 0.8em;
	border: 1px solid #2E2E2E;
}
table.common tbody th {
	background: #1B1B1B  repeat scroll 0 0;
	color: #999;
	padding: 0.8em;
	border: 1px solid #2E2E2E;
}
table.common ul {
    margin-bottom: 12px;
    margin-left: 34px;
    margin-top: 12px;
}
table.common ul li {
    margin-bottom: 6px;
}


/*プロフィール系のテーブル*/
table.prf-table {
    border-top-color: #666;
    border-top-style: dotted;
    border-top-width: 1px;
}
table.prf-table th {
    width: 120px;
}


table.prf-table tbody th, table.prf-table tbody td {
    border-bottom-color: #666 !important;
    border-bottom-style: dotted !important;
    border-bottom-width: 1px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    text-align: left;
}

.gray{
	background: #333;
}