@charset "UTF-8";

/* global.css オーバーライド */
div#container {
	width:100%;
	margin:0px auto;
	padding:0px;
}

/* ヘッダ */
	#information_wrapper #header {
		background-image:url("../images/horizontal_border_index.jpg");
		background-repeat:repeat-x;
		background-position:bottom;
		padding-bottom:3px;
	}

	#information_wrapper #header h1{
		height:97px;
		background-image:url("../images/information_header_background.jpg");
		background-position:top center;
		background-repeat:no-repeat;
	}
		#information_wrapper #header h1 span{
			display:none;
		}

/* メインコンテナ */
	#information_wrapper #main {
		width:899px;
		margin:auto;
		padding:18px 0px 0px;
	}

/* 左側コンテナ */
	#information_wrapper #left {
		float:left;
		width:175px;
		padding-top:10px;
	}

		#information_wrapper #news_archive_menu {
			padding-bottom:5px;
			background-image:url("../images/information_left_archive_line_bottom.jpg");
			background-position:bottom;
			background-repeat:no-repeat;
		}

		#information_wrapper #news_archive_title {
			height:35px;
			background-image:url("../images/information_left_archive_title.jpg");
		}
		#information_wrapper #news_archive_title h2 {
			display:none;
		}

		#information_wrapper #news_archive_list {
			padding: 5px 10px 10px;
			background-image:url("../images/information_left_archive_line_side.jpg");
		}

		#information_wrapper #news_archive_list {}

/* 右側コンテナ */
	#information_wrapper #right {
		float:right;
		width:710px;
	}

		#information_wrapper #news_top_title {
			height:157px;
			background-image:url("../images/information_right_title.jpg");
		}

		#information_wrapper #news_top_title h2 {
			background:none;
			padding:87px 40px 0px;
			margin:0px;
			font-weight:normal;
		}

		#information_wrapper #news_container li{
			border:1px solid #CCCCCC;
			padding:15px;
			margin-bottom:10px;
		}
		.news_date {
			text-align:right;
			font-size:16px;
			font-weight:bold;
			color:#999999;
		}

		.news_header {
			padding-bottom:5px;
			border-bottom:1px dashed #999999;
		}

		.news_text {
			padding:10px;
			color:#333333;
		}

		#information_wrapper .news_header h3 {
			height:30px;
			padding-left:40px;
			background-image:url("../images/information_right_title_icon.jpg");
			background-position:left;
			background-repeat:no-repeat;
		}



/* このページの先頭へ戻る部 */

	.to-home {
		width:899px;
		margin:auto;
	}

	.to-home {
		margin-top:89px;
	}

	.to-home a{
		display:block;
		width:194px;
		height:32px;
		margin-right:0px;
		margin-left:auto;
		background-image:url("../images/tab_backtotop.jpg");
	}
		.to-home a span {
			display:none;
		}

/* フッタ */
	#footer {
		text-align:center;
		height:40px;
		padding-top:20px;
		background-image:url("../images/horizontal_border_index.jpg");
		background-position:top;
		background-repeat:repeat-x;
	}

		p.copy-right {
			font-size:12px;
			font-family: "Verdana","Arial","Chicago","Helvetica","ＭＳ ゴシック","MS Gothic","Osaka",sans-serif;
			color:#333333;
		}

/*IE以外のためのダミーBOX*/
	.dummy {
		clear: both;
	}

