@charset "utf-8";
#container {
	width: 752px;
	background-color: #FFFFFF;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.none {
	display: none;
}

/*ヘッダーのスタイル*/
#header {
	background-image: url(../images/header_main.gif);
	height: 55px;
	width: 752px;
	background-repeat: no-repeat;
}
#header h1 {
	float: left;
	width: 452px;
	margin: 0px;
	padding: 10px 0px 0px 90px;
}
#header h1 a {
	height: 30px;
	width: 380px;
	display: block;
}
#header ul {
	display: block;
	width: 130px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 80px;
}
#header li {
	height: 13px;
	list-style-type: none;
	margin-bottom: 10px;
	text-indent: 30px;
	background: url(../images/header_arrow.gif) no-repeat 0px 2px;
	font-weight: bold;
}
#header li a {
	color:#FFFFFF;
	text-decoration:none;
}
#header li a:hover, #header li a:active {
	text-decoration:underline;
}

/*コンテンツレイアウトのスタイル*/
#wrapper {
	width: 752px;
	background: url(../images/navi_bg02.gif) repeat-y 7px 10px;
	margin-top: 6px;
	clear: both;
	position: relative;
}
#mainarea {
	width: 429px;
	padding: 0px 8px;
	float: left;
	margin: 0px;
}
#mainarea h2 {
	background: url(../images/top_topics.gif) no-repeat;
	width: 429px;
	padding-bottom: 8px;
	border-bottom: 1px solid #006ab8;
	height: 20px;
	margin: 17px 0px 0px 0px;
}
#information {
	width: 429px;
}

#information dl {
	margin: 9px 0px 0px 0px;
	padding: 0px;
}
#information dt {
	color: #326432;
}
#information dd {
	color: #304399;
	border-bottom: #b7b6b6 dotted 1px;
	padding: 0px 0px 9px 120px;
	margin: -1.5em 0px 9px;
	width: 309px;
}




#navi {
	width: 140px;
	float: left;
}
#navi h3 {
	background: url(../images/navi_head.gif) no-repeat;
	height: 30px;
	width: 133px;
	padding: 0px;
	margin: 0px 0px 0px 7px;
}
#navi ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#navi li {
	margin-bottom: 1px;
	list-style-type: none;
	font-weight: bold;
}
#navi li a {
	display: block;
	height: 21px;
	width: 118px;
	width: 111px;
	color:#333333;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}		
#navi p {
	padding: 0px;
	margin: 1em 0px 0px 15px;
}
#past_topics {
	text-align: right;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 335px 2px;

}

#navi li a:hover {
	background: url(../images/navi_btn_om.gif) no-repeat;
	text-decoration:underline;
}	

#navi .navi_om {
	background: url(../images/navi_btn_om.gif) no-repeat;
}		
#navi .navi {
	background: url(../images/navi_btn.gif) no-repeat;
}		
#toplink {
	width: 145px;
	width: 167px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/topbanner_line.gif);
	background-repeat: no-repeat;
}
#toplink ul {
	margin: 0px;
	padding: 8px;
}
#toplink li {
	margin-bottom: 8px;
	list-style-type: none;
}

	
	
#footer {
	width: 752px;
	padding-top: 20px;
	clear: both;
	background: url(../images/navi_bottom03.gif) no-repeat 7px 0px;

}
#footer address {
	background: url(../images/footer.gif) center 22px no-repeat;
	height: 12px;
	width: 736px;
	padding-top: 22px;
	text-align: center;
	border-top: 1px solid #96c7de;
	margin: 0px 9px 0px 7px;
	padding-bottom: 21px;
}

