@charset "utf-8";
/* CSS Document */
body  {
    width: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fcfcf7;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-size: 12pt;
	height: 100%;
}
html, body, #wrapper {height: 100%;}

.none {
display: none;
}
.invis {
visivility: hidden;
}
/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  display: inline-block;
}

*html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*clearfix 終わり*/
/*----------------------------------------*/
#wrapper {
position: relative;
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	border: 0;
	text-align: left;
	height: auto;
	min-height: 100%;
padding-bottom: 30px;
	}
 
#header {
	position: fixed;
	top: 0px;
	width: 980px;
	height: 100px;
	margin: 0;
	border: 0;
	background-color: #fcfcf7;
	background-image: url(material/headerbg.jpg);
	background-repeat: no-repeat;
	background-position:0 10px;
	padding-bottom: 10px;
/*	border-top: 10px solid #fcfcf7;
	border-bottom: 10px solid #c12e22;*/
	z-index: 500;
	}
#header img {
position: relative;
  top: 18px;
  left: 6px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#header h1 {
position: relative;
font-size: 12pt;
float: right;
margin-top: 82px;
width: 30em;
color: #fcfcf7;
}
*:first-child+html #header h1{
margin-top: 5px;
}
html>/**/body #header h1 {
position /*\**/: relative\9;
font-size: 12pt\9;
float: right\9;
margin-top: 80px\9;
width: 30em\9;
color: #fcfcf7\9;
}
#navi {
position: fixed;
top: 110px;
width: 980px;
height: 35px;
margin: 0;
padding-top: 5px;
background-color: #fcfcf7;
/*
background-image: url(material/navibg.gif);
background-repeat: no-repeat;*/
z-index: 500;
}
#navi a:link {color: #fcfcf7; text-decoration: none;}
#navi a:visited {color: #ff9840; text-decoration: none;}
#navi a:hover {color: #ffb473; text-decoration: none;}
#navi a:active{ color: #fff; text-decoration: none;}

#wrapper #contents {
clear: both;
position: relative;
top: 155px;
background-color: #fcfcf7;
width: 960px;
padding: 10px;
border: none;
padding-bottom: 130px;
}

#wrapper #contents2 {
clear: both;
position: relative;
top: 155px;
background-color: #fcfcf7;
width: 960px;
padding: 10px;
border: none;
padding-bottom: 130px;
}
#wrapper #contents3 {
clear: both;
position: relative;
top: 155px;
background-color: #fcfcf7;
width: 960px;
padding: 10px;
border: none;
padding-bottom: -50px;
}

.font10{
font-size: 10pt;
}
.font10px{
font-size: 10px;
}

#footer {
clear: both;
position: relative;
	width: 980px;
	height: 30px;
	margin: 0 auto;
	border: 0;
	border-top: 5px #c12e22;	
	background-color: #fcfcf7;
	position: relative;
	padding-top: 5px;
	margin-top: 240px; /* negative value of footer height */
	clear:both;
	background-image: url(material/navibg.jpg);
background-repeat: no-repeat;
}
#footer ul {
font-size: 11pt;
list-style-type: none;
height: 30px;
margin-top: 6px;
margin-left: 20px;
padding: 0;
float: left;
}
#footer ul li {
display: inline;
margin-right: 1em;
}

#footer a:link {color: #fcfcf7; font-size:10pt; text-decoration: none;}
#footer a:visited {color: #ff9840; font-size:10pt; text-decoration: none;}
#footer a:hover {color: #ffb473; font-size:10pt; text-decoration: none;}
#footer a:active{ color: #fff; font-size:10pt; text-decoration: none;}

#footer span#copy {
font-size: 10px;
width: 18em;
height: 20px;
padding-top: 10px ;
float: right;
color: #fcfcf7;
text-decoration: none;
}
#copy a:link {color: #fcfcf7; font-size: 10px; text-decoration: none;}
#copy a:visited {color: #fcfcf7; font-size: 10px; text-decoration: none;}
#copy a:hover {color: #ffb473; font-size: 10px; text-decoration: none;}
#copy a:active{ color: #fff; font-size: 10px; text-decoration: none;}
/*-----------------------------------------------------------------------*/
.weather iframe {
z-index: 1;
}
span.nobr {
white-space: nowrap;
}

