﻿/*theme link*/
.theme{
	width: 100%;
}
.theme th{
	width: 50%;
	padding: 6px;
	font-size:18px;
	margin-top:auto;
	vertical-align: top;
	color: #333;
	text-align:center;
}
.theme td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
/*********************************************最新ニュースタブ*********************************************/
/*tab領域確保*/
#tab{
	width:780px;
	height:220px;
	margin-bottom:50px;
}
/*最新news*/
.newscontents{
	top:5px;
	border-spacing:0px 10px;
	margin:0 auto 0 auto;
	font-size:15px;
}
.newscontents th{
	width:150px;
}
.newscontents td{
	width:650px;
	text-align:left;
}
/*スクロール*/
.newscr{
	overflow-y:scroll;
	width:800px;
	height:200px;
	border:1px #FFFFFF dashed;
}
/*タブ*/
.tabs {
    position: relative;
    padding: 0;
    width:800px;
	margin:0 auto 0 auto;
}
.tabs li {
    list-style: none;
    width:220px;
    display: inline-block;
}
.tabs input[type=radio] {
    display: none;
}
.tabs label {
    display: block;
    cursor: pointer;
    padding: 5px;
    line-height: 20px;
    background-color: #999999;
    color: #ffffff;
}
.tabs label:hover {
    background-color: #cccccc;
    color: #000000;
}
.tabs input[type=radio]:checked + label {
    background-color:lightblue;
    color: #000000;
}
.tabs .contents {
    display: none;
    position: absolute;
    width:800px;
	margin:0 auto 0 auto;
	top:30px;
	left:0px;
    padding: 10px;
    background: white;
}
.tabs input[type=radio]:checked + label + .contents{
    display: block;
}
/*********************************************最新ニュースタブ*********************************************/
