@charset "utf-8";
@import "index.css";
@import "main.css";
@import "flash.css";
/* CSS Document */

h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,object,embed,a,table,tr,th,td {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
	text-decoration: none;
	font-family: Hervetica, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-weight: normal;
	list-style: none;
	border: none;
	border-collapse: collapse;
	vertical-align: middle;
}

a {
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
}
.container {
	margin: 0 auto;
	color: #FFFFFF;
	width: 780px;
}

.left {
	float: left;
}
.right {
	float:right;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear: both;
}
.warning {
	color: #FFFF00;
	font-weight: bold;
}
