@charset "utf-8";
/* CSS Document */

/* body */
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #4C4C4C;
}

#contents {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bcg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
* html #contents {	/* forIE6 */
	/padding-left: 9px;
}
*:first-child+html #contents {	/* forIE7 */
	/padding-left: 9px;
}
#contents, x:-moz-read-only { /* forFireFox */
	padding-right: 9px;
}


/* header */
#header {
	background-image: url(../images/header_01_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}


/* global navi */
#global-nav {
	background-image: url(../images/navi_bcg.gif);
	background-repeat: repeat-x;
}
#global-nav li {
	float: left;
	width: 132px;
	height: 30px;
	list-style-type: none;
	text-align: center;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 1px;
}
#global-nav #jst {
	background-image: url(../images/navi_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#global-nav li a {
	display: block;
	height: 30px;
	width: 132px;
	color: #000000;
}
#global-nav span {
	display: block;
	padding-top: 8px;
	font-weight: bold;
}
#global-nav li a:hover {
	background-image: url(../images/navi_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
#global-nav #jst span {
	color: #FFFFFF;
}


/* main contents */
#main-contents {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


/* topic path */
#topic-path {
	margin-top: 5px;
	margin-bottom: 10px;
}
#topic-path li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}
#topic-path a {
	margin-right: 5px;
}


/* page top */
.page-top {
	text-align: right;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* footer */
#footer {
	color: #FFFFFF;
	background-color: #9E2929;
	clear: both;
}
#footer div {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer #footer-link {
	float: right;
}
#footer #copyright {
	float: left;
}
#footer #footer-link a {
	color: #FFFFFF;
}
#footer #footer-link a:hover {
	text-decoration: underline;
}
