@charset "utf-8";
@import url("base.css");
@import url("common.css");





.table_disney {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	clear: both;
	margin-bottom: 20px;
}

.table_disney th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.table_disney td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#box_dis_list {
	font-size: 80%;
	color: #666666;
	margin-left: 10px;
	margin-bottom: 20px;
}

#box_dis_list table {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#box_dis_list td {
	text-align: left;
}
