@charset "utf-8";
/* 基本設定　ここから */
body {
	color: #444444;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	position: relative;
}
a:link {
	/* リンクテキストの設定　ここから */
color: #333333;/*text-decoration: none;	/*下線を消しています */
}
a:visited {
	color: #888888;/*text-decoration: none; */
}
a:hover {
	color: #b28500;/*text-decoration: none; */
}
a:active {
	color: #4f552a;/*text-decoration: none; */
}
/* リンクテキストの設定　ここまで */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
hr {
	display: none;
}
h1 {
	position: absolute;			/* 絶対的な配置(bodyの左上を基準) */
	top: 0px;
	left: 0px;
}
h2 {
	text-indent: -9999px;		/* 画面からテキストを消しています。 */
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}
h3 {
	clear: both;
	margin: 20px;
	margin: 0px;
	padding: 0px;
	margin-left: 19px;
}
address {
	width: 760px;
	color: #555555;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 15px;/*height: 60px;*/
}
/* 基本設定　ここまで */

/* レイアウト設定　ここから */
#pageBody {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/*background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;*/
	position: relative;				/* 相対的な配置 */
}
#pageHeader {
	padding: 0px;
	margin: 0px;
	padding-top: 40px;
}
/* レイアウト設定　ここまで */
/* SITEMAPへのリンクテキスト　ここから */
#siteMap {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#siteMap a {
	background-image: url(../images/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px; 				/* a要素に含まれているもののみ左にパディング。つまり画像にはパディングは関係ない */
}
/* SITEMAPへのリンクテキスト　ここまで */
/* ナビゲーション　ここから */
#grobalNavi {
	list-style-type: none;
	width: 760px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/*background-image: url(images/top/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	/*position: absolute;
	top: 0px;
	right: 5px;*/
}
#grobalNavi li {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
/* ナビゲーション　ここまで */
/* PageTopへのリンクテキスト　ここから */
#gotoTop {
	clear: both;
	font-size: 0.8em;
	text-align: right;
	text-transform: lowercase;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#gotoTop a {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	background-image: url(../images/icon_pagetop.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
/* PageTopへのリンクテキスト　ここまで */
/* フッター　ここから */
#footer {
	clear:both;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/line_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	position: relative;
}
/* フッター　ここまで */
/* 中見出し　ここから */
#pageBody #contentsWrap #contents div.ttl_m {
	background-image: url(../images/ttl_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/* 中見出し　ここまで*/
/* 中見出しの中の補足説明　ここから */
#pageBody #contentsWrap #contents div.supplementation {
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-right: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 中見出しの中の補足説明　ここまで */
/* 左寄せ画像　ここから */
img.imgLeft {
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	float:left;
}
/* 左寄せ画像　ここから */
/* パンくずリスト ここから　*/
#pageBody #topicpath {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 0.8em;
}
/* パンくずリスト ここまで　*/
