@charset "shift_jis";

/*===================================

  * file name : common/style.css
  * last update : 2010/12/01

=======================================*/

a:link, a:visited {
	color:#323232;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;
}


body {
	background:url(../img/linebg.gif) top left repeat-x #1a1a1a;
	color:#ffffff;
	text-align:center;
}

#container {
	background:url(../img/contentsbg.jpg) top left no-repeat;
	margin:0 auto;
	width:1000px;	
	text-align:center;
}

/*Header*/

#header {
	position:relative;
	background:url(../img/headbg.jpg) top left no-repeat;
	height:130px;
	text-align:left;
}

#title {
	padding-top:32px;
	}

.copy {
	}

#countdown {
	position:absolute;
	top:0px;
	right:0px;	
}




#footer{
	position:relative;
	background:url(../img/ftbg.gif) top center no-repeat #000;
	height:150px;
	text-align:center;
	margin-top:50px;
}


#footer address{padding-top:20px;}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}