@charset "UTF-8";
/* CSS Document */

#pagewidth {
	width: 100%;
	min-width: 950px;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*IE5.5 と IE6 に対応したパターン*/
* html #pagewidth{
        border-right: 950px solid #FFFFFF;
}
* html .min-width {
        display:inline-block;
        position:relative;
        margin-right:-950px;
}

* html #programIndex #pagewidth{
border-right: 970px solid #FFFFFF;
}

* html #programIndex .min-width {
display:inline-block;
position:relative;
margin-right:-970px;
}

/* Header */

img {
border: none;
}

div#header{
height:168px;
position: relative;
overflow: hidden;
text-align: left;
}

body.noSearch div#header{
height: 140px;
}

div#header li {
list-style-type: none;
}


div#header p#logo{
margin:16px 18px 15px 10px;
padding: 0;
}

div#header p#catch{
margin-top: 0;
position:absolute;
top:30px;
left:128px;
}

div#header ul#globalNav{
position:relative;
margin: 0;
padding: 0;
}

div#header ul#globalNav li{
float:left;
margin-right:2px;
}

div#header ul#localNav {
position: absolute;
width: 100%;
top: 97px;
left: 0;
clear: both;
margin: 0;
padding: 0;
height: 34px;
background:url(/common/misc/img/gnv_bg.gif) repeat-x 0 0;
}

div#header p#registration{
margin-top: 0;
position:absolute;
top:39px;
right:0;
}

div#header p#registration .btn-twit {

}

div#header p#registration .btn-twit img {
	display:block;
	padding:0 0 3px 0;
}

div#header p.memberPresent{
margin-top: 0;
position:absolute;
top:67px;
right:225px;
}

div#header ul#localNav li{
float: left;
}

div#header div#search{
position: absolute;
top: 131px;
left: 0;
background:url(/common/misc/img/search_bg.gif) repeat-x 0 0 #ececd4;
padding: 5px 5px 7px;
width: 100%;
clear: both;
}

div#header .siteNavi {
margin-top: 0;
position:absolute;
top: 15px;
right: 0;
}

*+html div#header .siteNavi {
top: 15px;
}

div#header .siteNavi ul {
margin: 0;
padding: 0;
}

div#header .siteNavi li {
margin-left: 10px;
float: left;
font-size: 90%;
}

div#header .siteNavi li a {
padding-left: 13px;
background: url(/common/misc/img/icon_siteNavi.gif) no-repeat left center;
}


div#header #search input {
padding: 0;
}

div#header #search select {
width: 113px;
}

div#header #search #search_text {
padding: 1px 0;
}








/*
#pageheader {
	width: 100%;
	height: 68px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}
#pageheader #title {
	width: 110px;
	height: 35px;
	margin: 10px 0 10px 0;
	padding: 0;
	float: left;
}
#pageheader #title h1 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 1%;
	width: 110px;
}
*/
#pageheader {
	margin: 10px 0 0 0;
	width: 100%;
	height: 68px;
	padding: 0;
	text-align: left;
}
#pageheader #title {
	width: 110px;
	height: 35px;
	margin: 20px 0 10px 0;
	padding: 0;
	float: left;
}
#pageheader #title h1 {
	margin: 0 0 0 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 1%;
	width: 110px;
}
#pageheader #rightarea {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	font-size: 90%;
}
#pageheader #rightarea .sitemap {
	background-image: url(../img/header_icon-sitemap.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-right: 1em;
}
#pageheader #rightarea .help {
	background-image: url(../img/header_icon-help.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

#header_tab {
	margin: 0;
	padding: 0;
	height: 37px;
	min-width: 950px;
	background-image: url(../img/header_tab_bg.gif);
	background-repeat: repeat-x;
	display: block;
}
#header_tab ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header_tab li {
	margin: 0;
	padding: 0;
	float: left;
}
#header_tab li#tab01 a {
	background-image: url(../img/header_tab1.gif);
	background-position: top;
	width: 80px;
	height: 37px;
	text-indent: -9999px;
	display: block;
	margin-left: 10px;
}
#header_tab li#tab02 a {
	background-image: url(../img/header_tab2.gif);
	background-position: top;
	width: 107px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
#header_tab li#tab03 a {
	background-image: url(../img/header_tab3.gif);
	background-position: top;
	width: 206px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
#header_tab li#tab04 a {
	background-image: url(../img/header_tab4.gif);
	background-position: top;
	width: 211px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
#header_tab li#tab01 a:hover {
	background-image: url(../img/header_tab1.gif);
	background-position: bottom;
	width: 80px;
	height: 37px;
	text-indent: -9999px;
	display: block;
	margin-left: 10px;
}
#header_tab li#tab02 a:hover {
	background-image: url(../img/header_tab2.gif);
	background-position: bottom;
	width: 107px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
#header_tab li#tab03 a:hover {
	background-image: url(../img/header_tab3.gif);
	background-position: bottom;
	width: 206px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
#header_tab li#tab04 a:hover {
	background-image: url(../img/header_tab4.gif);
	background-position: bottom;
	width: 211px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
#header_tab li#tab01-a a {
	background-image: url(../img/header_tab1.gif);
	background-position: bottom;
	width: 80px;
	height: 37px;
	text-indent: -9999px;
	display: block;
	margin-left: 10px;
}
#header_tab li#tab02-a a {
	background-image: url(../img/header_tab2.gif);
	background-position: bottom;
	width: 107px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
#header_tab li#tab03-a a {
	background-image: url(../img/header_tab3.gif);
	background-position: bottom;
	width: 206px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
#header_tab li#tab04-a a {
	background-image: url(../img/header_tab4.gif);
	background-position: bottom;
	width: 211px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}
	
#header_search {
	background-image: url(../img/search_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin: 0;
	padding: 5px;
	text-align: left;
}
/*#header_search .form_area {
	margin: 5px 10px 0 10px;
	padding: 0;
}*/

#footstamp {
	margin: 5px 0 15px 0;
	font-size: 80%;
	text-align: left;
}


/* Body */
#bodyarea_width {
	width:100%;
	margin: 15px 0;
	padding: 0;
	text-align: left;
}

/* side_column */
.sidecolumn {
	width: 180px;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidecolumn h3 {
	background-image: url(../img/sidecolumn_bg.gif);
	background-repeat: repeat-x;
	background-color: #dfdfb7;
	margin: 0;
	line-height: 1.4em;
	font-size: 90%;
	color: #000000;
	padding:6px 0;
text-align:center;
font-weight: bold;
}

.sidecolumn .sidecolumn_frame {
	border-bottom: 1px solid #dfdfb7;
	border-left: 1px solid #dfdfb7;
	border-right: 1px solid #dfdfb7;
	margin: 0;
	padding: 5px;
}

.sidecolumn-left {
	width: 180px;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidecolumn-left h3 {
	background-color: #cc0000;
	margin: 0;
	padding: 5px;
	line-height: 1.4em;
	font-size: 90%;
	color: #ffffff;
}
.sidecolumn-left .sidecolumn_frame {
	border-bottom: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	margin: 0;
	padding: 5px;
}

/* リニューアルに伴いコメントアウトしました
-------------------------------------------------- */
/* .sidecolumn-2 {
	margin: 0 0 10px 0;
	padding: 0;
}
.sidecolumn-2 h4 {
	background-color: #fae5e5;
	border-top: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	margin: 0;
	padding: 3px;
	font-size: 85%;
	text-align: center;
	color: #666666;
}
.sidecolumn-2 h4 span {
	color: #993333;
}
.sidecolumn-2 .sidecolumn-2_frame {
	border: 1px solid #cc0000;
	margin: 0;
	padding: 5px;
}
*/

.sidecolumn_end_bg {
	background-image: url(../img/sidecolumn_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 180px;
	height: 23px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.sidecolumn_end_bg a {
	background-image: url(../img/arrow_red.gif);
	background-repeat: no-repeat;
	margin: 5px;
	padding-left: 14px;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
}


.sidecolumn-site {
	margin: 0 0 10px 0;
	padding: 0;
}
.sidecolumn-site h4 {
	background-color: #eeeeee;
	background-image: none;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0;
	padding: 3px;
	font-size: 85%;
	text-align: center;
	color: #666666;
}
.sidecolumn-site h4 span {
	color: #993333;
}
.sidecolumn-site .sidecolumn-site_frame {
	border: 1px solid #cccccc;
	margin: 0;
	padding: 5px;
}

.right_banner {
	margin: 0 0 10px 0;
}
.right_banner-end {
	margin: 0 0 5px 0;
}



/* center_column*/
#center_column {
	width: 100%;
	margin: 0;
	padding: 0;
}

#center_column .centerblock {
	margin: 0 0 20px 0;
	padding: 0;
}


/*h3 {
	background-image: url(../img/h3_bg-yellow.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 12px;
}*/
h4.more-item {
	background-image: url(../img/h4_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 12px;
	font-size: 85%;
}

/* 2008-05-12 R2 add */
h4 {
	background-image: url(../img/h4_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 12px;
	font-size: 85%;
	border: none;
}
#twtr-widget-1 {
	margin-bottom: 15px;
}
#twtr-widget-1 h4 {
	background-image: none;
}
/* 2008-05-12 R2 end */


.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

.link_products {
	background-image: url(../img/arrow_red.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.link_pages {
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}


/* 2008-05-12 R2 delete */
/*
.centerblock h3 {
	background-image: url(../img/centercolumn_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffcc00;
	margin: 0;
	padding: 5px;
	line-height: 1.4em;
	font-size: 110%;
}
.centerblock h3 span {
	margin-left: 3em;
	font-size: 80%;
	color: #990000;
}
*/

/*
#center_column .centerblock .txt_area {
	margin: 5px 0 30px 0;
	padding: 0;
}

#center_column .centerblock .txt_area h4 {
	border-left: 4px solid #cc0000;
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 100%;
	margin: 10px 0 10px 0;
	padding: 3px 0 3px 4px;
}

#center_column .centerblock .txt_area .link_list {
	margin: 0;
	text-align: right;
}
.link_list .link_list_txt {
	background-image: url(../img/icon_more.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 0;
}

#center_column .centerblock .txt_area  .tv_station {
	width: 100px;
	float: left;
	background-color: #FFFFDD;
	border-right: 2px solid #FFCC00;
	margin: 0 5px 3px 0;
	padding: 5px;
}
#center_column .centerblock .txt_area  .tv_station_txt {
	width: 400px;
	float: left;
	font-weight: bold;
	padding: 5px;
}
#center_column .centerblock .txt_area  .program_genre {
	width: 100px;
	float: left;
	background-color: #FFFFDD;
	border-right: 2px solid #FFCC00;
	margin: 0 5px 0 0;
	padding: 5px;
}
#center_column .centerblock .txt_area  .program_genre_txt {
	width: 400px;
	float: left;
	font-weight: bold;
	padding: 5px;
}
*/

/* search */
/*
.search_requirement {
	background-color: #FFFFDD;
	border-bottom: 1px solid #ffcc00;
	margin: 0;
	padding: 5px;
	font-size: 90%;
}
*/
/**/
/*
.navi-unit{margin:0 5px 15px;text-align:left;}
div.navi-unit dl,div.navi-unit dt,div.navi-unit dd{margin:0;padding:0;color:#555555;}
div.navi-unit dt{font-weight: bold;}
div.navi-unit dd{margin:-15px 0 0 85px;}
div.navi-unit ul{margin:0 0 5px 0;padding:0;list-style:none;}
div.navi-unit li{display:block;float:left;margin:0 0 0 2em;padding:0;white-space:nowrap;}

.search_list {
	margin: 15px 0 20px 0;
}
.search_list .current_pages {
	margin: 0 0 3px 0;
	font-size: 90%;
}
.search_list .current_pages strong {
	font-size: 110%;
}
.search_list .pager_left {
	float: left;
	width: 400px;
}
.search_list .pager_right {
	float: right;
	width: 200px;
	text-align: right;
}

.search_table {
	margin: 3px 0;
}
.search_table table {
	border: 0;
	font-size: 90%;
	margin: 0;
}
.search_table table th {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #CC0000;
}
.search_table table td {
}

.search_list .search_item_list {
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	margin: 5px 0;
}
.search_list .search_item_list .item {
	margin: 10px 5px 5px 5px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #cccccc;
}
.search_list .search_item_list .item img {
	float: left;
	margin-right: 10px;
}
.search_list .search_item_list .item .name {
	font-size: 100%;
}
.search_list .search_item_list .item .price {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	margin: 0 0 5px 0;
}
.search_list .search_item_list .item .expl {
	font-size: 90%;
}
.search_list .search_item_list .item .expl strong {
	font-weight: bold;
	color: #666666;
	margin-right: 5px;
}
*/

/* list three column */
/*
.search_item_list table {
	width: 100%;
	border: none;
}
.search_item_list table td {
	width: 31%;
	padding: 0 1%;
}

.products_icon {
	margin: 20px 0 30px 0;
	padding: 5px;
	border: 1px solid #FFCC00;
}
.products_icon h5 {
	font-weight: bold;
	color: #666666;
	margin: 0 0 5px 0;
	font-size: 110%;
}
.products_icon .products_icon_tv {
	background-image: ;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-right: 2em;
}
.products_icon .products_icon_best {
	background-image: ;
	background-repeat: no-repeat;
	padding-left: 16px;
}

*/

/* 2008-05-12 R2 end */

/* Footer */

#copyright {
	clear: both;
	width: 100%;
	border-top: 2px solid #cc0000;
	margin: 20px 0 20px 0;
	text-align: center;
}
#copyright address {
	text-decoration: none;
	font-style: normal;
	font-size: 80%;
	color: #666666;
	margin: 10px 0 30px 0;
}
#copyright #site_link {
	font-size: 90%;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #f7f7ed;
	padding: 8px;
}

