@charset "utf-8";

/*
 * /css/page.css
 * ページ固有設定: 第一階層
 */


/* ヘッダー */
#header {
	background:url(/img/bg_header.jpg) left top no-repeat;
	height:190px;
	position:relative;
}

/* 機能領域 */
#header #header_func {
	top:12px;
}

/* 文字サイズ変更: タイトル */
#header #header_func .fontsize .title {
	background:url(/img/btn_fontsize_title_home.gif) no-repeat;
}

/* 言語切り替え */
#header #header_func .lang {
	border-color:#000000;
}

/* フッター */
#footer {
	background:url(/img/bg_footer_home.jpg) 189px 0 no-repeat;
}

#main-bg {
	background:url(/img/bg_home.jpg) left top no-repeat;
	min-height:493px;
	_height:493px;	/* IE6 */
	width:100%;
}

#main-inner {
	background-color:transparent;
	margin:0 26px 0 6px;
	padding-top:33px;
	width:559px;
}

#news_banner,
#news_info {
	margin:0 56px 0 66px;
	width:437px;
}

#news_banner {
	height:68px;
}

#news_info {
	margin-top:67px;
}

h2 {
	margin:0;
	width:100%;
}

#news_banner h2 {
	height:68px;
}

#news_banner a {
	background:url(/img/btn_news.jpg) no-repeat;
	display:block;
	height:100%;
	overflow:hidden;
	width:100%;
}
#news_banner a:hover {
	background-position:0px -68px;
}

#news_info h2 {
	background:url(/img/bg_news_info.png) no-repeat;
	height:28px;
}

#news_info iframe {
	background-color:#e4e2d9;
	border:#bbbbbb solid;
	border-width:0 0 20px;
}


/* ========== 印刷設定 ========== */

@media print {

#header	{ display:none; }
.print	{ margin-top:2em; }

}

