
/* 基本 */
body {
	font-size: 10pt;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: Black;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック";
	background: #eeeeee url('./resources/background-right.jpg') repeat-x scroll;
	background-color: #eeeeee;
	margin: 0 0 10px 0;
}

p   { margin: 0 0 0 0; }
img { border: 0 none Transparent; }
br  { letter-spacing: normal; }

h1{
	font-family: "ＭＳ Ｐゴシック";
	font-size: 13pt;
	padding: 5px 0 0 0;
}
h2{
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12pt;
	color: #303030;
	border-left: solid #c0c0c0 5px;
	border-bottom: solid #999999 1px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	height: 19px;
}
h3 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 11pt;
	color: #303030;
}


/* ページ要素 */
div#page {
	float: left;
	background: #eeeeee url('./resources/background.jpg') no-repeat scroll;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
    width: 1100px;
    height: auto;
}


/* クライアント領域 */
div#client {
	border-style: none;
	text-align: left;
	margin: 0 0 0 130px;
	padding: 0 0 0 0 0;
	width: 840px;
	height: auto;
}


/* サイトマップ メニュー */
div#sitemap {
	float: left;
	margin: 90px 0 0 751px;
	padding: 0 0 0 0;
	width: 88px;
	height: 17px;
}
div#sitemap a {
	display: block;
	background: White url('./resources/sitemap.gif') no-repeat scroll;
	color: #606060;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	width: 88px;
	height: 17px;
}

/*
div#sitemap a {
	color: White;
	text-decoration: none;
}
div#sitemap a:hover {
	text-decoration: underline;
}
*/

/* メイン メニュー */
div#menu {
	float: left;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 11pt;
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 34px;
}
#menu ul {
	list-style-type: none;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 840px;
}
#menu li {
	float: left;
	display: inline;
	width: 140px;
}
#menu li a {
	display: block;
    color: Black;
	text-decoration: none;
	text-align: center;
    background: White url('./resources/menu.png') repeat-x scroll;
    padding: 5px 0 0 0;	/* block 要素内の vertical-align は効かないため padding で調整 */
	height: 25px;
	width: 140px;
}
#menu li a:hover {
	color: White;
	background-image: url('./resources/menu-current.png');
}
#menu li a.current {
	color: White;
	background-image: url('./resources/menu-current.png');
}

/* フッタ (レイアウト用 + 著作権表示) */
div#hooter {
	clear: both;
	width: auto;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}
#hooter p {
	text-align: center;
	line-height: 120%;
	font-size: 80%;
}
