@charset "utf-8";

#page {
	width: 797px;
}
#header {
	position: relative;
	line-height: 1;
}

#header h1 {
	display: block;
}

#header ul.menu {
	margin-top: 0;
}
#header ul.menu li.mn01 {
	padding-left: 0;
}


#header ul#topnavi {
	margin-top: 0;
	width:797px;
	/*margin-left:auto;
	margin-right:auto;*/
}
#header ul#topnavi li {
	float:left;
	height:39px;
}
#header ul#topnavi li a{
	/*text-indent:-9999px;*/
	display:block;
	height:39px;
	background-position:left top;
	background-repeat:no-repeat;
}
#header ul#topnavi li a.topnavi01{
	width:117px;
	/*background-image:url(../common/images/topnavi01.png);*/
}
#header ul#topnavi li a.topnavi02{
	width:112px;
	/*background-image:url(../common/images/topnavi02.png);*/
}
#header ul#topnavi li a.topnavi03{
	width:113px;
	/*background-image:url(../common/images/topnavi03.png);*/
}
#header ul#topnavi li a.topnavi04{
	width:113px;
	/*background-image:url(../common/images/topnavi04.png);*/
}
#header ul#topnavi li a.topnavi05{
	width:113px;
	/*background-image:url(../common/images/topnavi05.png);*/
}
#header ul#topnavi li a.topnavi06{
	width:113px;
	/*background-image:url(../common/images/topnavi06.png);*/
}
#header ul#topnavi li a.topnavi07{
	width:116px;
	/*background-image:url(../common/images/topnavi07.png);*/
}

/*
#header ul#topnavi li a:hover{
	background-position:left -39px;
}*/



#header div.mainImg {
	margin: 0 1px;
}
#header div.fontBtn {
	position: absolute;
	left: 270px;
	top: 26px;
}
#header div.fontBtn img.sizeL {
	margin-left: 5px;
}
#header div.weatherBtn {
	position: absolute;
	left: 480px;
	top: 23px;
}

#header form.searchBtn {
	position: absolute;
	left: 590px;
	top: 23px;
	margin-right: 0;
}


#main {
}

#main div.about {
	position: relative;
}
#main div.about h2 {
	position: absolute;
	top: -100px;
	left: 0;
	border: 0;
}
* html #main div.about h2 {
	left: -290px;
}
#main div.about p {
	margin: 0 10px 50px 290px;
	color: #666;
}

/* 新着情報 */
#main div.about #news_box {
	margin: 0 10px 30px 290px;
	width:295px; height:79px;
	background-image:url(../images/news_back.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:39px 15px 15px 15px;
}
#main div.about #news_box #news_text {
	height:79px;
	overflow: auto;
}


/* topics 改良版 */
#main #topics {
	padding-bottom: 16px;
}
#main #topics h3 {
	margin-bottom: 2px;
	text-align: center;
}

#topics_top{
	width:598px;
	background-image:url(../images/topics_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:30px;
}

#topics_bottom{
	width:598px;
	background-image:url(../images/topics_bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;
}

#topics_body{
	background-image:url(../images/topics_body.png);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	margin:0;
	width:558px;
}

.topicbox{
	padding-top:5px;
	padding-bottom:5px;
}

.topicbox h4{
	color: #ccc;
	border-bottom: 1px #ccc solid;
}
.topicbox .txt {
	display:block;
	float: left;
	width: 450px;
	margin-top: 2px;
	color: #fff;
}
.topicbox .txt em {
	color: #FFFF99;
}
.topicbox .txt a {
	color: #66CCCC
}
.topicbox .image {
	display:block;
	float: right;
	width: 90px;
	margin-top: 5px;
}


/* topics OLD */
#main div.topics {
	padding-bottom: 16px;
	background: url(../images/topics_bg2.gif) center bottom no-repeat;
}

#main div.topics h3 {
	margin-bottom: 2px;
	text-align: center;
}
#main div.topics div.topicsArea {
	padding-top: 2px;
	background-image: url(../images/topics_bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#main div.topics div.topicsArea h4 {
	margin: 20px 40px 5px;
	color: #ccc;
	border-bottom: 1px #ccc solid;
}
#main div.topics div.topicsArea p.txt {
	float: left;
	width: 450px;
	margin-top: 2px;
	margin-left: 40px;
	color: #fff;
}
* html #main div.topics div.topicsArea p.txt {
	margin-left: 20px;
}
#main div.topics div.topicsArea p.txt em {
	color: #FFFF99;
}
#main div.topics div.topicsArea p.txt a {
	color: #66CCCC
}

#main div.topics div.topicsArea p.image {
	float: right;
	width: 90px;
	margin-top: 5px;
	margin-right: 46px;
}
* html #main div.topics div.topicsArea p.image {
	margin-right: 23px;
}



/* clearfix */
#main div.topics div.topicsArea div.topicsBody {
	height: 1%;
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #main div.topics div.topicsArea div.topicsBody {
	height: 1%;
}
#main div.topics div.topicsArea div.topicsBody {
	display: block;
}
/* End hide from IE-mac */
#main div.topics div.topicsArea div.topicsBody:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
