@charset "shift_jis";
/********************************/
/***     ブラウザリセット     ***/
/********************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, table, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
html, body {
	height:100%;
}
/* ----テキストリンク---- */
a {
	color:#333333;
	text-decoration:underline;
}
a:link {
	color:#669933;
	text-decoration:underline;
}
a:visited {
	color:#669933;
	text-decoration:underline;
}
a:hover {
	color:#669933;
	text-decoration:underline;
}
a:active {
	color:#669933;
	text-decoration:underline;
}
/* ----クリアフィックス---- */
.clearfix:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.clearfix {
	_height:1px;
	min-height:1px;/*・･*//*/
  height:auto;
  overflow:hidden;
  /**/
}
/********************************/
/***        ボディ部分        ***/
/********************************/

body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color:#000000;
}
div#container {
	margin: 100px auto;
	padding: 25px;
	width: 850px;
	background-color: #000000;
	opacity: 0.8;
	line-height:170%;

}
body > #container {
	height:auto;
}




/********************************/
/***       ヘッダー部分       ***/
/********************************/
div#header {
	width:850px;
	height:100px;
	padding:0;
	margin:0 0 20px 0;
}
div#headerLeft {
	width:200px;
	height:100px;
	padding:0;
	margin:0;
	float:left;
}
div#headerLeft h1 a {
	height:67px;
	background:url(../img/logo.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

/********************************/
/***        メイン部分        ***/
/********************************/
div#mainLeft {
	width:380px;
	float:left;
}
div#mainRight {
	width:430px;
	margin:0 0 20px 0;
	float:right;
}

/********************************/
/***       テーブル部分       ***/
/********************************/

div#mainLeft table {
	width:100%;
	margin:0 0 30px 0;
	line-height:200%;
	text-align:left;
}
div#mainLeft table th {
	width:25%;
	padding:14px;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;

}
div#mainLeft table td {
	width:75%;
	padding:14px;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
}



/********************************/
/***        フッタ部分        ***/
/********************************/

div#footer {
	width:850px;
	margin:20px 0 0 0;
	clear:both;
}
div#copy {
	width:850px;
	height:20px;
	background:url(../img/copy.png) no-repeat 0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	text-align:center;

}


