@charset "utf-8";
body,div,p,a,img,ul,li,form,label{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #CCC;
	line-height: 1.5em;
}

/* /// TAG ///*/
body{
	background-color: #000;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
li{list-style-type: none;}
a{color:#CCC;}
a:hover{text-decoration: none;}
input,textarea{
	font-size: 10pt;
}
/* /// CLEARFIX ///*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.left{ float: left;}
.right{ float: right;}

/* /// column ///*/
#container{
	width: 920px;
	margin: 20px auto 0;
}

/* /// HEADER ///*/
#header{
	margin: 0 10px 20px;
}
#header #logo{
	margin-top: 5px;
}
#header #navi li{
	float: left;
}
#header #navi a{
	display: inline-block;
	width: 80px;
	padding: 24px 0;
	text-align: center;
}
#header #navi a:hover{
	background-image: url(../images/bg_navi_on.gif);
}

/* /// MAIN ///*/
#main{
	margin: 0 10px 50px;
}

/* /// FOOTER ///*/
#footer{
	margin: 0 10px;
	padding-top: 150px;
	padding-bottom: 60px;
}
#footer .navi{
	margin-bottom: 20px;
}
#footer .navi,
#footer .navi a{
	font-size: 8pt;
	text-decoration: none;
}
#footer .navi a:hover{
	text-decoration: underline;
}
#footer .copy,
#footer .copy a{
	font-size: 7pt;
}

