@charset "utf-8";

.contents {
	font-size:90%;
	line-height:140%;
}

.contents .tabmenu,
.contents .tabmenu ul,
.contents .tabmenu ul li {
	margin:0;
	padding:0;
}
.contents .tabmenu {
	background:url(../img/player/bg_tab_player.gif)repeat-x 0 0;
	margin:0 15px 8px;
	width:100%;
	height:26px;
}
.contents .tabmenu li {
	float:left;
}

.section {
	clear:both;
	background:url(../img/horz-dot.gif) 0 100% repeat-x;
	width:100%;
	margin:0 15px 10px;
}
.section .thum {
	float:left;
	width:100px;
	margin:0 10px 0 0;
}
.section .thum img {
	vertical-align:top;
	border:1px solid #333;
}
.section .explainArea {
	float:right;
	width:470px;
	margin:0 15px 0 0;
}
.section .explainArea dl,
.section .explainArea dt,
.section .explainArea dd {
	margin:0;
	padding:0;
}
.section .explainArea dt {
	background:url(../img/player/bg_ttl_player.gif) no-repeat left center;
	height:28px;
	padding-left:28px;
	border-bottom:3px solid #3b110d;
}
.section .explainArea dt strong,
.section .explainArea dt em {
	display:block;
}
.section .explainArea dt strong {
	float:left;
	width:40%;
	color:#3b110d;
	font-size:120%;
	font-weight:bold;
	line-height:28px;
}
.section .explainArea dt strong span {
	padding-right:7px;
	color:#333;
	font-size:80%;
	line-height:140%;
}
.section .explainArea dt em {
	float:right;
	width:55%;
}
.section .explainArea dt em ul,
.section .explainArea dt em li {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
.section .explainArea dt em li {
	float:right;
	margin-right:5px;
}
.section .explainArea dd p {
	clear:both;
	font-size:90%;
	line-height:140%;
}

/*-------------------------- sideArea --------------------------*/
#sideArea ul.archiveList {
	font-size:80%;
}
#sideArea ul.archiveList li a {
	display:inline;
	background:url(../img/icon_yazi.gif) no-repeat left 3px;
	height:24px;
	font-size:100%;
	line-height:150%;
}
#sideArea table {
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
#sideArea table caption {
	font-size:80%;
	line-height:150%;
	font-weight:bold;
	text-align:left;
}
#sideArea table td {
	background:none;
	padding:2px;
	border:none;
}
#sideArea table table {
	clear:both;
	width:100%;
	margin:4px 0;
	border-collapse:collapse;
}
#sideArea table table th,
#sideArea table table td{
	border:1px solid #333;
	padding:2px;
	font-size:70%;
	text-align:center;
}
#sideArea table table th{
	background:#333;
	padding:2px;
	color:#fff;
	white-space:nowrap;
}
#sideArea table table td{
	background:#fff;
}


