@charset "UTF-8";
/* CSS Document */


/*-----------------------------------------------
	default
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body {
	background:#021938;
	font-size:74.5%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333333;
	line-height:1.5;
}
html {
	overflow-y:scroll;
}
img,
fieldset {
	border:0;
	vertical-align:top; /*-IE 画像の下に隙間が入る対策-*/
}
.clear{
	clear: both;
	visibility: hidden;
	height: 0;
}


/*-----------------------------------------------
	HEADER
-----------------------------------------------*/

#header_bg {
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
}
#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:960px;
	height:106px;
	margin:0 auto;
}
#header_l{
	width:350px;
	height:106px;
	float:left;
	display:inline;	
}
#header_r{
	width:610px;
	height:30px;
	float:right;
	display:inline;
}
#cowntdown{
	width:270px;
	height:50px;
	float:right;
	display:inline;
	margin:26px 20px 0 0;
}
#logo {
	width:350px;
	height:106px;
}
#en {
	float:right;
	display:inline;
}

#header h2 {
	margin-right:20px;
	font-size:12px;
	color:#FFFFFF;
	float:right;
	display:inline;
}


/*-----------------------------------------------
	CONTAINER
-----------------------------------------------*/

#container {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}


/*-----------------------------------------------
	FOOTER
-----------------------------------------------*/

#footer_bg {
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
}
#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:960px;
	height:95px;
	margin:0 auto;
}
#footer_l{
	width:670px;
	height:95px;
	float:left;
	display:inline;	
}
#footer_r{
	width:290px;
	height:95px;
	float:right;
	display:inline;
}
#company {
	width:260px;
	height:40px;
	margin:55px 30px 0px 0px;
}
#footer p{
	text-indent:-20px;
	width:500px;
	height:70px;
	margin:5px 0px 0px 170px;
	color:#eeeeee;
	font-size:12px;
	line-height:140%;
}
p#copyright {
	width:470px;
	height:20px;
	margin:0px 0px 0px 200px;
	color:#aaaaaa;
	font-family:Verdana;
	font-size:10px;
}
#footer a:link {
	color: #eeeeee;
	text-decoration: none;
	}
#footer a:visited {
	color: #eeeeee;
	text-decoration: none;
	}
#footer a:hover {
	color: #eeeeee;
	text-decoration: underline;
	}
#footer a:active {
	color: #eeeeee;
	text-decoration: none;
	}
