@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000;
}
/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}
/* ------ Column ------ */

.row {
	max-width: 1024px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.row img{
	vertical-align:bottom;
}
.pa{
	padding:0 10%;
}

/**/
footer {
	/*background:#002655;*/
}

footer nav {
	padding: 5px 0 0;
}
footer nav ul{
	list-style:none;
}
footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ddd;
	font-size: 76%;
}
footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	text-decoration: none;
	color:#000;
}
footer nav a:hover,
footer nav a:active {
	text-decoration: underline;
}

#copyright {
	margin:-35px 10px 20px;
	padding-bottom:35px;
}

#copyright p {
	font-size: 76%;
	text-align: right;
}





