@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F7EEE2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
	background-image: url(../images/bg_home.gif);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
}
a:link {
	color: #C03;
	text-decoration: underline;
}
a:visited {
	color: #C03;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/*共通文字サイズ */

h1 {
	font-size: large;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #C00;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #000;
}
.largeEn {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.largeEnRed {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #C00;
}
.largeEnRedG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #C00;
}
/*共通文字サイズ 終わり*/

/*ナビゲーション */
#navi td {
	font-family: "ＭＳ ゴシック";
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navi a {
	color: #903;
	text-decoration: none;
}
#navi a:visited {
	color: #903;
	text-decoration: none;
}

#navi a:hover {
	color: #F00;
	text-decoration: underline;
}

#navi a:active {
	color: #FF0;
	text-decoration: overline;
}
.naviBar {
	font-weight: bold;
	color: #903;
	margin-right: 6px;
	margin-left: 6px;
	font-family: Verdana, Geneva, sans-serif;
}
.naviSelected {
	background-color: #DEFFBC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1px;
	padding-left: 1px;
}
/*ナビゲーション　終わり */

/*全体レイアウト用 */
.bodySpace {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}
.shadowL {
	background-image: url(../images/bg_leftshadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.shadowR {
	background-image: url(../images/bg_rightshadow.gif);
	background-repeat: repeat-y;
}
.shadowB {
	background-image: url(../images/bg_bottomshadow.gif);
	background-repeat: repeat-x;
}
.whiteSpace {
	background-color: #FFF;
	vertical-align: top;
}
/*全体レイアウト用　終わり */


.pageTitle {
	background-color: #E9FFCD;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 3px double #999862;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000;
	width: auto;
}

#header td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#header a {
	color: #903;
	text-decoration: none;
}
#header a:visited {
	color: #903;
	text-decoration: underline;
}

#header a:hover {
	color: #F00;
	text-decoration: underline;
}

#header a:active {
	color: #FF0;
	text-decoration: overline;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 10px;
	vertical-align: middle;
}

#topics td {
	background-image: url(../images/topics_bg.gif);
	background-repeat: repeat-y;
}
#topics ul {
	margin-left: 140px;
}
#indentTable {
	margin-left: 40px;
}
#indentTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.listName {
	background-color: #DEFFBC;
	font-weight: bold;
}
#listTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#hisNavi {
	display: block;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 20px;
}

