@charset "Shift_JIS";

*{
	margin: 0;
	padding:0;
}

html{
	height: 100%;
}


body {
	font-size:small;
	font-family: Hiragino Maru Gothic Pro,Meiryo,MS PGOTHIC,sans-serif;
	color: #CCCCCC;
	background:#000000 url(../images/h1_bg.jpg) center top no-repeat;
	Line-height:1.6;
	text-align:center;
	height: 100%;
}

input, textarea{
	font-size:small;
	font-family: Hiragino Maru Gothic Pro,Meiryo,MS PGOTHIC,sans-serif;
	color: #555555;
}


/* ハック（IE6以前）
---------------------------------------------------- */
*html body {
/*	
font-size: x-small;
*/
}

 table {
/*	
font-size: x-small;
*/
}

img{
	border:none;
	vertical-align:bottom;
}

*html img.png{
	behavior: expression(IEPNGFIX.fix(this));
}

.text_s{
	font-size:smaller;
}

a:link, a:visited{
	color:#990000;
	text-decoration:none;
}


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

h1{
	font-size:70%;
	line-height:2.5;
	width:900px;
	text-align:right;
	margin:0 auto;
	padding-right:10px;
	height:22px;
	overflow:hidden;
	color:#AAAAAA;
}


/******************************************************************************/
/* container */
/******************************************************************************/
#container{
	margin:0 auto;
	min-width:900px;
	width:100%;
	text-align:center;
	background-color:#2a2a2a;
	overflow:hidden;
}
/* ハック（IE6以前）
---------------------------------------------------- */
*html  #container{
	overflow:visible;
}


body:first-of-type #container{ /* for Safari3 */
	/*font-size: 90%;*/
}

.push{
	clear:both;
	height: 80px;
}

/******************************************************************************/
/* header */
/******************************************************************************/
#header{
	width:100%;
	height:283px;
	text-align:center;
	background:#000000 url(../images/header.jpg) center top no-repeat;
	overflow:hidden;
	/*margin-top:-22px;*/
}

*html #header{
	overflow:visible;
}



/******************************************************************************/
/* navi */
/******************************************************************************/
ul#navi{
	margin:247px auto 0 auto;
	height:36px;
	width:900px;
	font-size:0;
}
*html ul#navi{
	margin:247px 0  0 0;
}

#navi li{
	list-style:none;
	float:left;
}


/******************************************************************************/
/* Footer */
/******************************************************************************/
#footer{
	clear:both;
	min-width:900px;
	width:100%;
	height: 80px;
	text-align:center;
	font-size:smaller;
	overflow:hidden;
	background:#000000 url(../images/dot.gif) top repeat-x;
}

body:first-of-type #footer{ /* for Safari3 */
	font-size:80%;
}
*html #footer{
	overflow:visible;
}

#footerContents{
	width:900px;
	margin:5px auto;
}


#footerNavi{
	margin:15px 10px 5px 10px;
	text-align:left;
	overflow:hidden;
	border-left:1px solid #666666;
}

#footerNavi li{
	list-style:none;
	float:left;
	border-right:1px solid #666666;
	padding:0 10px;
	line-height:1em;
}

#footerNavi li a:link, #footerNavi li a:visited {
	color:#999999;
	text-decoration:none;
}

#footerNavi li a:hover, #footerNavi li a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#copyright{
	clear:both;
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	color:#990000;
	overflow:hidden;
}




/******************************************************************************/
/*  CSSハック                                                                 */
/******************************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

