@charset "utf-8";
/*

contents
┣ body
┣ h
┣ a:link
┣ img
┣ wrapp
┣ head
┣ content
┣ foot
┣ hr
┣ table
┣ cap
┣ form
┗ clearFix

*/

.----body----------------------{
}
html,body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	background: #040C28 url(../../img/bg.gif) repeat-x left -1px;
}

.----h-------------------------{
}
h1{
	background: url(../../img/head.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
	display: none;
	text-indent: 9999px;
}
h2{
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h3{
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
h4{
	color: #8ECDEE;
}
h5{
}
h6{
}

.------link--------------------{
}
a{
	text-decoration: none;
}
a:link {
	color: #CCFFFF;
}
a:visited {
	color: #FFFF00;
}
a:active {
}
a:hover {
	color: #FF9933;
}


.----img-----------------------{
}
img{
	border: none;
}

.----wrapp---------------------{
}
#wrapp{
	width: 1024px;
	height: 100%;
	margin: 0px auto 0px auto;
}

.----head----------------------{
}
#head{
	width: 1024px;
	margin: 0px auto 0px auto;
	height: 117px;
	background-image: url(../../img/head.gif);
}

.----content-------------------{
}
#content{
	height: auto;
	margin-top: 25px;
	clear: left;
}
.----foot----------------------{
}
#foot{
	clear: left;
	background: url(../../img/foot_bg.gif) repeat-x left top;
	text-align: center;
	height: 45px;
	padding: 40px 0px 0px 0px;
	bottom: 0px;
}

.----hr------------------------{
}
hr{
	display: block;
	margin: 20px 0px 20px 0px;
	visibility: hidden;
	clear: left;
}

.----table---------------------{
}
table{
	width: 1000px;
}
th{
	vertical-align: top;
	width: 130px;
	font-weight: normal;
	text-align: left;
}
td{
	vertical-align: top;
	text-align: left;
}

.----cap------------------------{
}
.cap{
	font-size: 10px;
	color: #99FFFF;
}

.----form----------------------{
}
form{
	margin: 0px;
	padding: 0px;
}
.bt-c{
	text-align: center;
	margin: 10px;
	padding: 10px;
}

.----clearFix------------------{
}
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/
