@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:13px;
	width:330px;
}

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: 330px;  
	margin: 0 auto;
	text-align: left;
	border:0px none;
}

/*ロゴ*/
.logo{
	width:100%;
	height:auto;
	border:0px none;
	margin:6px 0px;
	float:left;
}



/*フッター*/
footer{
	width:330px;
	margin-top:1px;
	color:#FFF;
	background-color:#000;
}

.footer_left {
	width: 165px;
	height:20px;
	text-align:center;
	vertical-align:top;
	background-color:#000;

}
.n_logo{
	width:100px;
	height:auto;
}

.footer_right{
	width: 164px;
	background-color:#000;
	height:17px;
	padding-top:3px;
	text-align:center;
	vertical-align:top;
	border-left:1px solid #FFF;
}
.c_logo{
	width:100px;
	height:auto;
}


.footer_bottom{
	width: 330px;
	height:auto;
	padding:3px 0px;
	background-color:#000;
	font-size:5px;
	letter-spacing:0.2em;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
}
