@charset "utf-8";
/* CSS Document */


html, body{
    height: 100%;
}

body  {
	background-color: #000;
	color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	margin: 0; /* 余白なし */
	padding: 0; /* 余白なし */
}

#container {
	position: relative;
	min-height: 100%;
}
*html #container{
	height: 100%; /* 「min-height」が使えないIE6用に */ 
}


/* リンク */
a:link,
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FFF;
	text-decoration: underline;
}
img {
	border: none;
}

/* ヘッダー */
#header {
	width: 1000px;
	margin: 0 auto;
}
#h-link {
	font-size: 90%;
	margin-top: 25px;
	margin-bottom: 10px;
}

/* メイン */
#main {
	width: 1000px;
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	padding-bottom: 30px; /*フッターの高さ*/
}
#topMain {
	width: 1000px;
	height: 345px;
	margin: 0 auto;
	padding-bottom: 30px; /*フッターの高さ*/
}
#topImage {
	position: absolute;
	top: 50%;
	height: 230px;
	margin-top: -115px;
}
#topBanner {
	width: 1000px;
	text-align: center;
	position: absolute;
	bottom: 40px;
}
#myTitle {
	margin-top: 60px;
}
#myContents {
	width: 640px;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 80px;
}
#myContents table {
    width: 450px;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0 auto;
}
#myContents td {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
.t1 {
	width: 100px;
}
.sTitle {
	font-weight: bold;
	font-size: 120%;
	margin-top: 30px;
}
.sText1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 95%;
}
.sText2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 120%;
}

/* フッター */
#footerContainer {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#f-link {
	text-align: left;
	font-size: 75%;
}
#cr {
	float: right;
}

.clear {
	clear:both; /*floatの解除*/
}
