@charset "utf-8";
/*=====初期化=====*/
body, p, h1, h2, h3, h4, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
/*=====背景と文字=====*/
body {
	background-color: #000;
	background-image: url(img/bg.gif);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/*=====基本設定=====*/
p {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
iframe {
	margin: 10px 0;
}
/*=====テキスト=====*/
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #f00;
}
/*=====リスト=====*/
ol {
	margin: 10px;
	margin-left: 1em;
	padding-left: 2em;
}
ul {
	margin: 10px;
	margin-left: 1em;
	padding-left: 2em;
}
/*=====見出し=====*/
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	background-image: url(img/mini_tit/sub_tit.gif);
	background-repeat: no-repeat;
	color: #cccc33;
	padding: 15px 0 0 27px;
	font-size: 115%;
	height: 35px;
}
h2.news-tit {
	background-image: url(img/mini_tit/sub_news_tit.gif) !important;
}
h3 {
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	color: #cccccc;
	margin: 10px 0 0 0;
	height: 35px;
	padding: 6px 0 0 53px;
}
h4 {
	font-size: 115%;
	font-weight:normal;
	padding: 0 0 0 21px;
	margin: 10px 0 6px 21px;
	background-image:url(img/icon.gif);
	background-repeat:no-repeat;
	color: #cccccc;
	clear: both;
}
/*=====リンク=====*/
a:link {
	color: #ffff00;
	text-decoration: underline;
}
a:visited {
	color: #ffff00;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a:active {
	color: #f90;
	text-decoration: underline;
}
/*=====表=====*/
table.hyou {
	border-collapse:collapse;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 20px;
}
table.hyou th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #333;
	padding: 8px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
}
table.hyou th.hidari {
	text-align: left;
}
table.hyou td {
	border-collapse:collapse;
	background-color: #000;
	padding: 8px 15px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
}
table.hyou td.tyuuou {
	text-align: center;
}
