﻿@charset "utf-8";
div#wrapper-t {
	margin: 5px auto;	/*センター寄せのときは何も考えず記述！（bodyのtext-align:center;とセット）*/
	background-color: #FFFFFF;
	text-align: left;	/*bodyのtext-align:center;を解除 for IE6*/
	width: 1000px;
	}


div#frame	{
	width:1000px;
	border: 1px solid #CCC;
	collapse: collapse;
	height:610px;
}

div#upbox	{
	width: 100%;
	height: 400px;
}

div#upbox div#top	{
	width: 100%;
	height: 56px;
}

div#upbox div#left	{
	width: 239px;
	height: 56px;
	float: left;
}
div#upbox div#leftup	{
	width: 100%;
	height: 164px;
}
div#upbox div#leftdown	{
	width: 100%;
	height: 180px;
}
div#upbox div#center	{
	width: 272px;
	height: 344px;
	float: left;
}
div#upbox div#right	{
	width: 489px;
	height: 344px;
	float: left;
}

div#upbox:after	{
	clear:left;
}

div#downbox {
	width: 100%;
	height: 210px;
	background-color:#B7D8EA;
}

div#downbox	div#down_left {
	width: 75%;
	margin-top:0.5em;
	margin-left:1.5em;
	height: 12em;
	padding-left: 1em;
	float: left;
	background-color:#FFF;
}
div#downbox	div#down_left2 {
	width: 75%;
	margin-top:0.5em;
	margin-left:1.5em;
	height: 12em;
	padding-left: 1em;
	float: left;
	background-color:#FFF;
}

div#bar {
	background-image:url(../images/whatsnews0.gif);
	background-repeat:none;
	background-color:#FFF;
	height:25px;
	margin-top:0.5em;
	margin-right:17em;
}
div#bar h2{
	margin-left: 1em;
	margin-top: 0.2em;
}
div#downbox div#down_left div#bar h2 {
	padding-top: 4px;
	margin-left: 2em;
	height: 1em;
	color: #000;
	font-weight: border;
}
div#description_list ul {
	margin: 0.5em 0 0 1em;
}
div#description_list li {
	margin: 2px 0;
}

div#description_list li a {
	font-weight: bold;
	color: #36C;
}
div#description_list li a:hover {
	text-decoration: none;
	color: #C00;
}

div#downbox div#down_left p {
	margin: 0.5em;
}

div#downbox	div#down_right {
	width: auto;
	height: 100%;
	float: left;
	margin-top:0.5em;
}

div#downbox	div#down_right div {
	margin: 0.5em 1em;
}

div#downbox:after {
	clear: left;
}

/*================================================================================
	フッタ（div#footer）
================================================================================*/
div#footer2 {
	width: 1000px;
	height: 1.3em;
	margin: 0.5em 0 0 0;
	border-top: solid 1px #DDD;
	padding-bottom: 1em;	/*この要素の下に他の要素が存在しないため、margin-bottomプロパティによる指定は無視されてしまう*/
	}
div#footer2:after {
	clear:both;
}

div#footer2 h2 {	/*h2「コピーライト表記」を非表示に*/
	width: 0px;
	height: 0px;
	background-color: #FFF;
	overflow: hidden;
	}
div#footer2 p#left {
	width: 30%;
	margin: 0.3em 1em;
	text-align: left;
	float: left;
	}
div#footer2 p#left a {
	font-size: 86%;	/*12px相当（計算式：12/14=0.857...）*/
	color: #000;
	text-decoration: none;
}
div#footer2 p#left a:hover {
	color: #F60;
}

div#footer2 p#right {
	width: 65%;
	margin: 0.3em 0em 0 0;
	text-align: right;
	font-size: 86%;	/*12px相当（計算式：12/14=0.857...）*/
	color: #999;
	float: left;
}

div#footer2:after {
	clear:both
}