@charset "utf-8";

/* 基本スタイル
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 80%;
}
a {
	color: #333399;
}
br.floatClear {
	clear: both;
}

/* ヘッダ
-------------------------------------------------- */
h1 {
	width: 760px;
	height: 63px;
	background: url(../images/main_img.jpg) no-repeat;
	text-indent: -9999px;
}

/* パンくずリスト
-------------------------------------------------- */
#topicPath {
	padding: 10px;
	width: 740px;
}
	#topicPath ul {
		list-style: none;
		font-weight: bold;
	}
	#topicPath li {
		padding: 0 22px 0 0;
		float: left;
		background: url(../images/topicpath_img.gif) no-repeat right center;
	}
	#topicPath li.last {
		padding: 0;
		background: none;
		font-weight: normal;
	}

/* コンテンツ
-------------------------------------------------- */
#contents {
	padding: 0 10px 50px 10px;
	width: 560px;
	height: auto;
	vertical-align: top;
	font-family:"ＭＳ Ｐゴシック", "Osaka－等幅",Geneva, Arial, Helvetica, sans-serif;
}
	#contents h2 {
		width: 556px;
		height: 35px;
	}
	#contents h3 {
		margin: 10px 0 0 20px;
		width: 125px;
		height: 24px;
	}
	#contents div.contentsArea {
		padding: 15px 20px;
		font-size: 80%;
	}
	#contents .positionRight{
		text-align: right;
	}
	#contents .groupImage {					/* 組織図画像 */
		border: #babaf2 solid 1px;
	}
	#contents .pdfList {					/* PDFリスト */
		list-style: none;
	}
	#contents .pdfList li {
		padding: 0 0 0 25px;
		background: url(../images/pdficon_small.gif) no-repeat;
	}
	#contents img.getPdf {					/* Adobe Readerアイコン */
		float: right;
	}

/* ナビゲーション
-------------------------------------------------- */
#globalNavi {
	padding: 9px;
	border-top: solid 2px #333399;
	border-left: solid 1px #e4e3f9;
	width: 161px;
	height: auto;
	line-height: 16px;
	vertical-align: top;
	background: #FFF url(../images/right_bg.gif) repeat-y;
	font-family:"ＭＳ Ｐゴシック", "Osaka－等幅",Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
	#globalNavi ul {
		width: 161px;
		list-style: none;
	}
	#globalNavi li {
		padding: 9px 0;
		background: url(../images/list_line.gif) repeat-x left bottom;
	}
.icon { padding: 0 0 0 20px;
		display: block;
		background: url(../images/icon_01.gif) no-repeat;
	}

