@charset "utf-8";

body, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, li, table, tr, td, form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background-color: #111111;
	color: #FFFFFF;
	background-repeat: repeat;
	line-height: 1.5;
	background-image: url(../img/bg-img.gif);
}
table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}
td,th {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
strong {font-weight: normal;}
em {font-style: normal;}
li {list-style-type: none;}
hr {
	clear: both;
	visibility: hidden;
	height: 0px;
}
a img {border: 0 none;}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none!important;
	color: #FF6600!important;
}
a:active {
	color: #FF0000!important;
}
.y {color: #FFFF99!important}
.p {color: #FF99FF!important}
.b {color: #0099FF!important}
.o {color: #FF6600!important}
.r {color: #FF0000!important}
.n {color: #FFFFFF!important}

#header {
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 33px;
	border-bottom: 3px solid #000000;
	text-align: right;
	line-height: 1.5;
}
#header #in {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	position: relative;
	text-align: right;
	font-size: small;
}
* html #header #in {
	margin-top: 3px;
}
*:first-child+html #header #in {
	margin-top: 3px;
}
#in a#logo {
	display: block;
	height: 50px;
	width: 112px;
	position: absolute;
	left: -10px;
	top: 5px;
	z-index: 100;
}
#in a#sitemap {
	text-decoration: none;
	background-image: url(../img/lm-std.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 2px;
	padding-left: 1.1em;
	margin-right: 1.6em;
}
#in form {
	display: inline;
}
#footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 100%;
	border-top: 3px solid #000000;
	font-size: small;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
}
#wrap {
	width: 800px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #000000;
	border-left: 4px solid #000000;
	padding: 30px;
	background-color: #101010;
	position: relative;
}
h1 {
	font-size: 48px;
	color: #FFFFFF;
	border-left-width: 15px;
	border-left-style: solid;
	padding-left: 30px;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	letter-spacing: 2px;
	background-image: url(../img/title-back.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #888888;
	padding-top: 3px;
	border-left-color: #CCCCCC;
	line-height: 1.1;
	padding-bottom: 1px;
}
h1#blue {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border-left-color: #0033FF;
}
h1#pink {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border-left-color: #FF99FF;
}
h1#yellow{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border-left-color: #FFFF99;
}
#top-navi {
	font-size: small;
	line-height: 1.6;
	margin: 0px -10px 7px;
}
#pan {
	width: 500px;
	text-align: left;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}
#pan h2 {
	display: inline;
	font-size: small;
	font-weight: normal;
}
#wrap .pr {
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
	clear: both;
}
.pr span {
	color: #FF0000;
}
.pr a {
	text-decoration: none;
}
.ads {
	text-align: center;
	clear: both;
	margin: 30px auto;
}
a#up {
	position: absolute;
	display: block;
	right: 5px;
	bottom: 0px;
	text-align: center;
	width: 60px;
	padding: 4px 0px 4px 4px;
}
* html a#up {display:none;}
#navi {
	width: 740px;
	margin: 35px auto 0px;
}
#navi a {
	display: block;
	height: 36px;
	width: 140px;
	background-position: left top;
}
#navi a:hover {
	background-position: left bottom;
}
a#home {
	background-image: url(../img/home.gif);
	text-indent: -7800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: block;
	height: 36px;
	width: 140px;
	background-position: left top;
}
a:hover#home {
	background-position: left bottom;
}
#links {
	font-size: 70%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: -20px;
	letter-spacing: 2px;
}
#links li {
	display: inline;
}
#links a {
	color: #CCCCCC;
}
noscript span {
	color: #FF0000;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrap .clearfix {height: 1%;}
.clearfix {display: block;}
