@charset "UTF-8";

/* LIVE
##################################### */


/* title box
##################################### */
div.content-title{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

	div.content-title h2.h2-title{
		float: left;
		text-indent: -9999px;
		width: 160px; height: 33px;
		background: url(../img_common/title.gif) 0 -255px no-repeat;
	}

	/* local-menu
	##################################### */
	
	div.content-title ul.local-menu{
		float: right;
		width: 297px; 
		margin-top: 14px;
	}
		div.content-title ul.local-menu li{
			float: left;
		}	
		div.content-title ul.local-menu li a{
			height: 19px;
			outline: none;	/* link dot frame delete */
		}
	
		/* news */
		ul.local-menu li.li-news a{ display: block; text-indent: -9999px; width: 40px; background: url(../news/img/local_menu.gif) 0 0 no-repeat}
		ul.local-menu li.li-news a:hover{ background-position: 0 bottom}
		/* release */
		ul.local-menu li.li-release a{ display: block; text-indent: -9999px; width: 51px; background: url(../news/img/local_menu.gif) -40px 0 no-repeat}
		ul.local-menu li.li-release a:hover{ background-position: -40px bottom}
		/* television */
		ul.local-menu li.li-television a{ display: block; text-indent: -9999px; width: 64px; background: url(../news/img/local_menu.gif) -91px 0 no-repeat}
		ul.local-menu li.li-television a:hover{ background-position: -91px bottom}
		/* radio */
		ul.local-menu li.li-radio a{ display: block; text-indent: -9999px; width: 43px; background: url(../news/img/local_menu.gif) -155px 0 no-repeat}
		ul.local-menu li.li-radio a:hover{ background-position: -155px bottom}
		/* magazine */
		ul.local-menu li.li-magazine a{ display: block; text-indent: -9999px; width: 67px; background: url(../news/img/local_menu.gif) -198px 0 no-repeat}
		ul.local-menu li.li-magazine a:hover{ background-position: -198px bottom}
		/* else */
		ul.local-menu li.li-else a{ display: block; text-indent: -9999px; width: 32px; background: url(../news/img/local_menu.gif) -265px 0 no-repeat}
		ul.local-menu li.li-else a:hover{ background-position: -265px bottom}


/* content-box
##################################### */

/* waku_bottom */
div#col-right  div.content-box{
	width: 600px;
	padding-bottom: 70px;
	margin-bottom: 10px;
	background: url(../news/img/waku_bottom.gif) 0 bottom no-repeat;
}

	/* waku_middle */
	div.content-box div.content-box-inner{
		background: url(../news/img/waku_middle.gif) 0 0 repeat-y;		
	}

	/* waku_top */
	div.content-box-inner dl{
		background: url(../news/img/waku_top.gif) 0 0 no-repeat;
	}

	/* title */
	div.content-box-inner dl dt{
		font-size: 125%;
	}

	/* dd */
	div.content-box-inner dl dd{
		margin-top: 0;
	}
	
	/* update */
	div.content-box-inner dl dd.content-update{
		font-size: 68.75%;
		text-align: right;
		padding: 5px 0 0 0;
	}

	div.content-box-inner dl dd p{
		margin: 1em 0 0 0;
	}
	

/* category title
##################################### */

h3.h3-title{
	color: #161573;
	font-size: 125%;
	font-weight: bold;
	margin: 20px 0 10px;
}




