@charset "UTF-8";


/* == ヘッダー ============================================================ */
#headbox {
	width:856px;
	height:219px;
	margin-bottom:0;
}

#navibox {
	width:856px;
	height:96px;
}
#navibox a:hover img {
	background-color: #3366CC;
	
	filter:alpha(Opacity=60);  /* IE 用 */
	-moz-opacity:0.60;          /* Mozilla 用 */
	-khtml-opacity:0.60;        /* KHTML 用 */
	opacity:0.60;               /* Safari 用 */
}



/* -- トップページバナーボックス ------------------------------ */
.bannerbox {
	float:left;
	width:270px;
	/*
	height:148px;
	*/
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.bannerbox p {
	margin:0;
	padding:0;
}
.bannerbox a:hover img {
	filter:alpha(Opacity=60);  /* IE 用 */
	-moz-opacity:0.60;          /* Mozilla 用 */
	-khtml-opacity:0.60;        /* KHTML 用 */
	opacity:0.60;               /* Safari 用 */
}

/* -- インフォメーションボックス ----------------------------- */
#infobanner {
	/*
	position:relative;
	float:right;
	width:549px;
	*/
	font-size:.9em;
	margin:10px 10px 0 10px;
}
#infobanner h2 {
	margin:0;
	padding:0;
}
#infobanner .newsdate {
	margin:0;
	padding:0;
}


/* -- 詳細リンク -- */
#newsmorelink {
	position:absolute;
	z-index:99;
	right:0;
	bottom:0;
}

/* -- 組織再編 -- */
.saihen {
	clear:both;
	margin:10px 0 0 10px;
	padding-left:18px;
	background:url(/img/info.png) no-repeat left center;
}
.saihen a {
	margin-left:.5em;
}


/* -- 連絡先 ------------------------------------------------- */
#contactbox {
	float:right;
	/*
	width:270px;
	*/
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-top:10px;
	margin-left:5px;
	margin-right:10px;
	border-spacing:3px;
}
#contactbox p {
	/*
	width:270px;

	line-height:1.3em;
	font-size:10px;
	margin-bottom:3px;

	margin-top:10px;
	
	border-bottom:2px solid #990000;
	*/
}
#contactbox caption {
	text-align:left;
	margin-bottom:3px;
	border-bottom:2px solid #990000;
}
#contactbox caption span {
	color: #990000
}
#contactbox th {
	text-align:center;
	line-height:1em;
	white-space:nowrap;
	font-size:12px;
	font-weight: bold;
	padding:2px;
	border:2px solid #990000;
}
#contactbox td {
	white-space:nowrap;
	font-size:12px;
}

/* --  社内掲示板 --*/
#contactsyanai {
	margin:0;
	padding:0;
}
#contactsyanai a {
	border-spacing:3px;
	background-color: #3399FF;
	color: #FFFFFF;
	/*
	font-size:10px;
	*/
	line-height: 1.5em;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}
#contactsyanai a:hover {
	filter:alpha(Opacity=60);  /* IE 用 */
	-moz-opacity:0.60;          /* Mozilla 用 */
	-khtml-opacity:0.60;        /* KHTML 用 */
	opacity:0.60;               /* Safari 用 */
}

/* -- 書式ダウンロード -- */
#contactsyosiki {
	margin:3px 0 0 0;
	padding:0;
}
#contactsyosiki a {
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color: #3399FF;
}
#contactsyosiki a:hover {
	filter:alpha(Opacity=60);  /* IE 用 */
	-moz-opacity:0.60;          /* Mozilla 用 */
	-khtml-opacity:0.60;        /* KHTML 用 */
	opacity:0.60;               /* Safari 用 */
}




/* -- フッター -- */
#topfooter {
	clear:both;
	padding-left:10px;
	border-top:1px solid #ccc;
}
#topfooter p {
	float:left;
	color:#666;
	margin:0;
	padding:0;
}
#topfooter ul {
	float:right;
	font-size:.9em;
	margin:0;
	padding:0;
	border-right:1px solid #ccc;
	list-style:none;
}
#topfooter li {
	display:inline;
	padding-left:1em;
	padding-right:1em;
	border-left:1px solid #ccc;
}
#topfooter li a {}

/* -- 回り込み解除 ------ */
#topfooter {
	zoom:1; /* for IE 5.5-7 */
}
#topfooter:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
#topfooter {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #topfooter {
	height: 1%;
}
#topfooter {
	display: block;
}
/* End hide from IE-mac */
