@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 {
	padding: 10px 0;
}
.clear {
	clear: both;
}
/*=====テキスト=====*/
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 {
}
h3 {
	background-image: url(../img/mini_tit/sub_tit.gif);
	background-repeat: no-repeat;
	color: #cccc33;
	padding: 15px 0 0 27px;
	margin: 13px 0 0 0;
	font-size: 115%;
	height: 35px;
}
h4 {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	color: #cccccc;
	height: 35px;
	padding: 6px 0 0 53px;
}
/*=====リンク=====*/
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;
}
/*=====表=====*/
#contents table {
	padding-top: 10px;
}
#contents table tr {
	vertical-align: top;
}

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;
}

table.irohaTable {
	color: #ccc;
	border-collapse:collapse;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	width: 640px ;
}
table.irohaTable 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.irohaTable 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;
	text-align: center;
}

table.placeTable {
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	width: 640px ;
}
table.placeTable img {
	margin-top: 15px;
	margin-right: 20px;
}
table.placeTable iframe {
	margin-right: 20px;
}

table.form {
	color: #ccc;
	border-collapse:collapse;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	width: 640px ;
}
table.form 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;
	text-align: left;
}
table.form 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;
	text-align: left;
}
