/* CSS Document */

/*-トップページ
----------------------------------------------------------------------------------*/
/*-トップページ 共通-*/
#page1 #content .newsBox,
#page1 #content .topBox {
	margin:0 0 15px 0;
}
#page1 #content .topDetailBox {
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding:20px 20px 20px 20px;
	background:#efefef;
}
#page1 #content .topDetailBox table{
    font-size : 12px;
}
.topbpx{
    font-size : 12px;
    
}

/*-用語解説-*/
.yogo_box{
    width : 530px;
    border : 1px solid #b2b2b2;
    
}
.yogo_box td{
    border : solid 1px #c4c4c4;
    width : 33%;
    
}

/*-豆知識-*/

.mame_box{
    width : 530px;
    border : 1px solid #b2b2b2;
    
}
.mame_box td{
    width : 530px;
    border : 1px solid #b2b2b2;
    
}
    
/*-ニュースボックス-*/

.tvnews_box{
    width : 530px;
    border : 1px solid #b2b2b2;
    margin-top : 10px;
    
}
.tvnews_box td{
    width : 530px;
    border : 1px solid #b2b2b2;
    
}
    
/*-最新ニュース-*/
#page1 #content .newsBox .newsTitleBase {
	background : url(news_top_base.gif) repeat-x left top;
}
#page1 #content .newsBox .newsTitleRight {
	background : url(news_top_right.gif) no-repeat right top;
}
#page1 #content .newsBox .newsTitleLeft {
	background : url(news_top_left.gif) no-repeat left top;
	height:38px;
	text-indent:30px;
	line-height:38px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:140%;
}
#page1 #content .newsBox .newsTitleBase .title {
	float:left;
}
#page1 #content .newsBox .newsTitleBase .goList {
	float:right;
	padding:8px 8px 0 0;
}


#page1 #content .newsBox .topDetailBox ul {
	margin: 0 0 0 0;
}
#page1 #content .newsBox .topDetailBox li {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	background : url(icon_list.gif) no-repeat left 9px;
	border-bottom: 1px dotted #d9d9d9;
}

#page1 #content .newsBox .topDetailBox dl {
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 10px 0;
}
#page1 #content .newsBox .topDetailBox dt {
	float:left;
	width:200px;
	margin:0 0 10px 0;
}
#page1 #content .newsBox .topDetailBox dd {
	float:left;
	width:400px;
	margin:0 0 10px 0;
}

/*-その他-*/
#page1 #content .topBox .topTitleBase {
	background : url(title_top_base.gif) repeat-x left top;
}
#page1 #content .topBox .topTitleRight {
	background : url(title_top_right.gif) no-repeat right top;
}
#page1 #content .topBox .topTitleLeft {
	background : url(title_top_left.gif) no-repeat left top;
	height:38px;
	text-indent:30px;
	line-height:38px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

#page1 #content .topBox .topDetailBox dl {
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 10px 0;
}
#page1 #content .topBox .topDetailBox dt {
	float:left;
	width:100px;
	margin:0 0 10px 0;
}
#page1 #content .topBox .topDetailBox dd {
	float:left;
	width:500px;
	margin:0 0 10px 0;
}


