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


body {
	background-color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FFF;}
	
a:link {
	color: #FFF;
	text-decoration: none;}
a:visited {
	color: #FFF;}
	
a:hover {
	text-decoration: underline;}
	
img {
    border-style:none;
	margin: 0;
	padding: 0;
}

a img {
    border-style:none;
	margin: 0;
	padding: 0;
}

a:hover img {
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
	border-style: none;
}

#wrap {
	width: 1040px;
	margin: 0 auto;
}

.header {
	width: 900px;
	height: 43px;
	margin: 32px auto auto;
}

.nagoya {
	width: 900px;
	height: 20px;
}

.nagoya img {
	float: right;
	margin: 0 0 0 10px;
}

.title {
	width: 900px;
	height: 30px;
	margin: 0;
}

.titleA {
	float: left;
	width: 354px;
	height: 30px;
}
	
.navi {
	width: 333px;
	height: 20px;
	margin: 10px 0 0 auto;
	float: right;
}

.navi img {
	float: left;
}

.main {
	width: 900px;
	height: 300px;
	margin: 25px auto 0 auto;
}

p {
	color: #FFF;}

.footer_Line {
	width:900px;
	margin: 30px 70px 0;
}

#footer {
	width: 860px;
	height: 200px;
	margin: 6px auto 0;
	position: relative;
}

.logo {
	width: 380px;
	float: left;
}

.footer_navi {
	text-align: right;
	width: 480px;
	height: 100%;
	float: right;
	line-height: 200%;
}

address {
	color: #FFF;
	width: 900px;
	text-align: center;
	margin: 0 auto 0;}

@media screen and (max-width:479px)
{
	body {
		font-size:12px;
	}
	
	img {
		max-width: 100%;
		height: auto;}
	
	#wrap {
		width: auto;
		padding: 0 10px;
	}
	
	.header {
	width: auto;
	height: auto;
	}
	
	.nagoya {
	width: auto;
	}
	
	.title {
	width: auto;
	}
	
	.titleA {
		width: auto;
		float: none;
	}
	
	.navi {
		width: auto;
		height:auto;
		max-width: 100%;
		max-height: 20px;
		float: none;
		margin: 10px auto;
	}
	
	.navi img {
		margin:0;
		max-width: 45%;
		height: auto;
		}
	
	.main {
		width: auto;
		height: auto;
		max-width: 100%;
		margin: 10px auto 0px;
	}
	
	.main img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	
	.footer_Line {
		width: auto;
		height: auto;
		margin: 10px 0 0 0;
	}
	
	#footer {
		width: auto;
		height: auto;
		margin: 10px auto;
		}
		
	.logo {
		width: auto;
		float: none;
		text-align: center;
	}
	
	.footer_navi {
		text-align: center;
		width: auto;
		height: auto;
		float: none;
		line-height: inherit;
	}
	
	address {
		width: auto;
		text-align: center;
	}
}