@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
	background-color:#ffffff;
	color:#000000;
	border:0px none;
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	font-size:40px;
	width:990px;
}

table{
	border-spacing: 0;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
div{
	margin:0px;
	padding:0px;
}
a{
	color:#000000;
	text-decoration:none;
}
a.link2{
	text-decoration:underline;
}

img{
	border:0px none;
}

hr{
	border:1px solid #fa8100;
}


/*コンテンツ領域*/
#container { 
	width: 990px;  
	margin: 0 auto;
	text-align: left;
	border:0px none;
}

/*ロゴ*/
.logo{
	width:100%;
	height:auto;
	border:0px none;
	margin:20px 0px;
	float:left;
}



/*フッター*/
footer{
	width:990px;
	margin-top:5px;
	color:#FFF;
	background-color:#000;
}

.footer_left {
	width: 495px;
	height:60px;
	text-align:center;
	vertical-align:top;
	background-color:#000;

}
.n_logo{
	width:300px;
	height:auto;
}

.footer_right{
	width: 494px;
	background-color:#000;
	height:50px;
	padding-top:10px;
	text-align:center;
	vertical-align:top;
	border-left:1px solid #FFF;
}
.c_logo{
	width:300px;
	height:auto;
}


.footer_bottom{
	width: 990px;
	height:auto;
	padding:10px 0px;
	background-color:#000;
	font-size:15px;
	letter-spacing:1px;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
}
