﻿@charset "UTF-8";

/*CMSトップページに適用*/
/*右側ピックアップコーナー用*/
.pickup-list ul{width:100%;}
.pickup-list li{
background-color:rgba(0,100,150,0.7);
                background-color:#069\9; /* IE8 and below */
				*background-color:#069;   /* IE7 and below */
				*height:20px;   /* IE7 and below */
				padding:3px 0px 3px 20px;
                margin-top:8px;
				}

.red {
				background-color:rgba(218,112,214,0.7)!important;
                background-color:#da70d6\9!important; /* IE8 and below */
				*background-color:#da70d6!important;   /* IE7 and below */
				*height:20px;   /* IE7 and below */
				padding:3px 0px 3px 20px;
                margin-top:8px;
	}
	
.pickup-list a{color:#FFF;}
.pickup-list a:link{color:#FFF;}
.pickup-list a:hover{color:#CAEEFF;
               text-decoration:underline;}

.red a{color:#FFF;}
.red a:link{color:#FFF;}
.red a:hover{text-decoration:underline;}

.senkyo-link {width:100%;}
.senkyo-link {background-image:url(http://www.nhk.or.jp/matsue/bg-images/bn970_senkyobg.jpg);
				*height:60px;   /* IE7 and below */
				padding:10px 0px;
				font-size:x-large;
				text-align:center;
				margin-bottom:10px;  
				}
.senkyo-link a{color:#FFF;
               text-decoration:underline;}
.senkyo-link a:link{color:#FFF;
               text-decoration:underline;}
.senkyo-link a:hover{color:#CAEEFF;
               text-decoration:underline;}

#banner_area {
width: 100%;
margin: 35px 0 0 0;
padding: 10px 0 0 0;
background: none!important;}

#banner_area img{
border:1px solid #cccccc;
}