@charset "UTF-8";

body {
	color: #ffffff;
	font-family:
		"Lucida Grande", "Hiragino Kaku Gothic Pro", "Verdana", "メイリオ",
		"Meiryo", "MS Pゴシック", "Osaka", "arial", "helvetica", "sans-serif";
	font-size: 10pt;
	background-color: #000000;
	background-image: url("../img/bgg.jpg");
	background-attachment: fixed;
	background-position: center;
}
img {
	width: 100%;
}
#conteiner {
	width: 1000px;
	padding: 0px 10px;
	margin: 0px auto;
	background-image: url("../img/bg_line.png");
	background-repeat: repeat-y;
}
#header {
	height: 282px;
	margin-bottom: 10px;
	background: url("../img/head.jpg") no-repeat;
}
h1 {
	height: 20px;
	text-align: right;
	color: #ffc200;
}
h2 {
	height: 20px;
	line-height: 20px;
	background-image: url("../img/top_h2_ico.png");
	background-repeat: no-repeat;
	background-color: #ef3902;
	color: #000;
	font-size: 12px;
	text-indent: 23px;
	border: 1px solid #ef3902;
	margin-bottom: 5px;
}
h2.con-title {
	height: 42px;
	background-color: #ef3902;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-indent: 50px;
	border: 1px solid #000;
	margin-bottom: 10px;
	padding-top: 10px;
	background-image: url("../img/cont_title_bg.png");
	background-repeat: no-repeat;
}
a:hover {
	opacity: 0.7;
}
.breadcrumb {
	margin-left: 5px;
	margin-bottom: 10px;
}
.breadcrumb ol {
	display: flex;
}
.breadcrumb ol a {
	color: #fff;
}
.breadcrumb ol a:hover {
	text-decoration: underline;
}
.breadcrumb ol li:nth-of-type(n + 2)::before {
	content: ">";
}
#content {
	display: flex;
	justify-content: space-between;
}
#content_left {
	width: 185px;
}
#content_right {
	width: 790px;
	padding-left: 5px;
	padding-right: 5px;
}
#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #ffff00;
}
#footer li:not(:last-of-type) a::after {
	content: "|";
}
#copyright {
	padding-top: 30px;
	padding-bottom: 25px;
	text-align: center;
	clear: both;
	background-color: #ef3902;
}
