@charset "UTF-8";

/*���What'S TOM'Sのスタイルシート

■目次：

・INDEXページ
・ヒストリーページ

*/


/*---------------�INDEXページ---------------*/

.whatindex_left {
	width: 320px;
	float: left;
}

.whatindex_left p {
	padding: 24px 20px 0 0;
}

.whatindex_right {
	width: 320px;
	float: right;
}

.whatindex_right p {
	padding: 24px 0 0 20px;
}

#sign p.sign_p {
	padding: 36px 0 0;
	text-align: center;
}



/*---------------ヒストリーページ---------------*/

body #container #history_ul {
	margin: 24px 0 0;
	padding: 0;
}

#history_ul li {
	margin: 0 8px 0 0;
	padding: 0 0 0 10px;
	display: inline;
	list-style: none;
	border-left: 1px solid #404040;
}

#history_ul li#history_ul_first {
	margin: 0 8px 0 0;
	padding: 0 0 0 10px;
	display: inline;
	list-style: none;
	border-left: 1px solid #404040;
}

#history_ul li#history_ul_last {
	margin: 0 6px 0 0;
	padding: 0 10px;
	border-right: 1px solid #404040;
}

#historybox {
	padding: 12px 1px 18px;
	width: 665px;
	overflow: auto;
}

table.history_table {
	border-collapse: collapse;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

table.history_table_2 {
	width: 402px;
}

table.history_table_3 {
	width: 603px;
}

table.history_table_4 {
	width: 804px;
}

table.history_table_5 {
	width: 1005px;
}

table.history_table_6 {
	width: 1206px;
}

table.history_table_7 {
	width: 1407px;
}

table.history_table_8 {
	width: 1608px;
}

table.history_table_9 {
	width: 1809px;
}

table.history_table_10 {
	width: 2010px;
}

table.history_table_11 {
	width: 2211px;
}


table.history_table th {
	padding: 15px 15px 0;
	width: 170px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: left;
}

table.history_table td {
	padding: 7px 15px 10px;
	width: 170px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	vertical-align: top;
	font-size: 80%;
}

/*IEのみ適用*/
*:first-child+html body table.history_table td {
	font-size: 74%;
}
* html body table.history_table td {
	font-size: 74%;
}
/**/

table.history_table td span {
	padding: 0 0 0 16px;
	background: url(../what/image/p_prize.gif) 0 1px no-repeat;
	display: block;
}

table.history_table td img {
	padding: 6px 0 6px;
	display: block;
}

