/*
	last modified : Jan 9, 2009
*/

/* tag */
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	background: #fff;
}

.container {
	background: #fff;
}

#header {
	text-align: center;
	margin: 1em 0 2em 0;
}

#sub {
	
}

#sub p {
	
}

#main {
	margin: 2em 0 1em 0;
}

#footer {
	text-align: center;
	margin-bottom: 1em;
}

/* search form */
#search {
	margin: 0 0 1em 0;
}

#search .submit {
	font-size: 150%;
	margin: 0 0 0 15px;
	letter-spacing: 5px;
	font-weight: bold;
	width: 80px;
}

#search .label {
	display: block;
	float: left;
	width: 65px;
	margin: 0;
	vertical-align: bottom;
}

#search-keyword label {
	display: block;
	float: left;
	width: 65px;
	margin: 10px 0 0 0;
	vertical-align: bottom;
}

#search-keyword {
	display: block;
	width: 100%;
	padding: 0 0 6px 0;
}

#keyword {
	width: 120px;
	background: #ffc;
}

#search-channel {
	display: block;
	padding: 0;
}

#search-channel div {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 10px;
}

#search-channel label {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	position: absolute;
	text-indent: -9999px;
	margin-right: 10px;
	top: 0;
	left: 0;
}

#search-channel-vmc {
	background: #aaa url('/img/bg_logo_vmc.gif') no-repeat;
	border: 1px solid #83953f;
}

#search-channel-mon {
	background: #aaa url('/img/bg_logo_mon.gif') no-repeat;
	border: 1px solid #95833f;
}

#search-channel-sstv {
	background: #aaa url('/img/bg_logo_sstv.gif') no-repeat;
	border: 1px solid #597b8d;
}

#search-channel-mtv {
	background: #aaa url('/img/bg_logo_mtv.gif') no-repeat;
	border: 1px solid #8d597b;
}

#search-channel-mjtv {
	background: #aaa url('/img/bg_logo_mjtv.gif') no-repeat;
	border: 1px solid #7b7b7b;
}

#search-basic {
	display: block;
	float: left;
	padding: 0 0 1em 0;
	width: 410px;
}

#search-option {
	display: block;
	float: left;
	padding: 0 0 1em 10px;
	width: 290px;
}
#search-option div {
	margin-bottom: 0;
}

#search-option label {
	margin-right: 5px;
}

#search-option fieldset {
	margin: 0;
	padding: 0 5px 2px;
	border: 1px dashed #ccc;
	line-height: 30px;
}

#search-option fieldset legend {
	background: #fff;
	font-size: 100%;
}

/* amazon */
#amazon {
	float: left;
}

#amazon div {
	display: block;
	float: left;
	width: 177px;
	margin: 0;
	font-size: 80%;
	line-height: 130%;
}

#amazon div img {
	margin: 0 3px 1px 3px;
	border:1px solid #ddd;
	float: left;
}

#amazon div p.title {
	margin-bottom: 4px;
}
#amazon div p.artist {
	margin-bottom: 0;
}

/* regist-short */
#regist-short {
}

/* page number */
div.num-items {
	display: inline;
	float: left;
	padding-top: 5px;
}

div.num-items .number {
	font-weight: bold;
}

/* pagenation */
div.pagination {
	display: inline;
	float: right;
	padding: 2px 0 3px 0 ;
	margin:0;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
}

div.pagination a:hover,div.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}

div.pagination span.prev,div.pagination span.next {
	padding: 0 0 0 4px;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}

/* PV List table */
table.pv-list {
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0 1.5em 0;
}

table.pv-list th {
	margin: 0;
	padding: 0 0 0 3px;
	height: 45px;
	line-height: 100%;
}

table.pv-list td {
	padding: 5px;
}

table.pv-list tr.even td {
	background: #eee;
}

table.pv-list .date {
	font-size: 180%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	position: relative;
}

table.pv-list .date .day {
	font-size: 80%;
}

table.pv-list .date .on-air {
	font-size: 40%;
	color: #fff;
	position: absolute;
	top: -12px;
	margin: 0;
	padding: 6px;
	line-height: 0;
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
}

table.pv-list .date .past {
	background: #66f;
	left: -10px;
}

table.pv-list .date .now {
	background: #f66;
	left: -10px;
}

table.pv-list .date .future {
	background: #fa0;
}

table.pv-list .channel {
	font-size: 80%;
	vertical-align: 0.1em;
	padding: 0 3px;
	margin: 0 0 0 3px;
	color: #fff;
}

table.pv-list .song-order {
	text-align: center;
	width: 25px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border-right: 1px #d9d9d9 solid;
	padding: 0;
}

table.pv-list .song {
	width: 355px;
	padding-left: 10px;
}

table.pv-list .artist {
	width: 330px;
	padding-right: 10px;
}

/* channel color */
table.vmc {
	border: #83953f 1px solid;
}

table.vmc th {
	background: #eeffaa url('/img/bg_logo_vmc.gif')
		no-repeat 650px center;
	border: #83953f 1px solid;
}

table.vmc .channel {
	background: #83953f;
}

table.mon {
	border: #95833f 1px solid;
}

table.mon th {
	background: #ffeeaa url('/img/bg_logo_mon.gif')
		no-repeat 650px center;
	border: #95833f 1px solid;
}

table.mon .channel {
	background: #95833f;
}

table.sstv {
	border: #597b8d 1px solid;
}

table.sstv th {
	background: #cceeff url('/img/bg_logo_sstv.gif')
		no-repeat 650px center;
	border: #597b8d 1px solid;
}

table.sstv .channel {
	background: #597b8d;
}

table.mtv {
	border: #8d597b 1px solid;
}

table.mtv th {
	background: #ffccee url('/img/bg_logo_mtv.gif')
		no-repeat 650px center;
	border: #8d597b 1px solid;
}

table.mtv .channel {
	background: #8d597b;
}

table.mjtv {
	border: #95833f 1px solid;
}

table.mjtv th {
	background: #f6f6f6 url('/img/bg_logo_mjtv.gif')
		no-repeat 650px center;
	border: #7b7b7b 1px solid;
}

table.mjtv .channel {
	background: #7b7b7b;
}


/* calendar */
.calendar {

}
.calendar table{
	border-collapse: collapse;
	background:#ec008b;
	border:1px solid #ccc;
}
.calendar  th{
	text-align:center;
	color:#fff;
	padding:3px;
}
.calendar  th a{
	color:#fff;
}
.calendar  th a:hover{
	color:#fa0;
}
.calendar  td{
	border:1px solid #ccc;
	background:#f9f9f9;
	padding:2px;
	text-align:center;
}
.cal_weekrow td{
	background:#999;
	color:#fff;
	font-weight: bold;
}
.cal_today{
	font-weight: bold;
	color:red;
}
.cal_today a{
	color:red;
}


