body, p, h1 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

body {
	font-family: メイリオ,Meiryo,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic Pro",sans-serif,Lucida Grande;
	color: #333;
}

.container {
	width: 880px;
	margin: 0 auto;
}

.header {
	background-color: #cc0000;
	border-color: #727272;
	border-style: solid;
	border-width: 0 1px;
}

.content {
	border-color: #727272;
	border-style: solid;
	border-width: 0 1px;
	padding: 175px 0 222px;
}

.content__title {
	padding-bottom: 28px;
	text-align: center;
	font-size: 22px;
	line-height: 1.55;
	font-weight:normal;
}

.content__attention {
	padding-bottom: 102px;
	font-size: 15px;
	text-align: center;
}

.buttons {
	width: 611px;
	margin: 0 auto;
	*
	zoom: 1;
}

.buttons:after {
	content: "";
	display: block;
	clear: both;
}

.buttons__button a {
	display: block;
	background: url(./images/bg_link.png);
	width: 255px;
	padding-right: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}

.buttons__button a:hover {
	background: url(./images/bg_link_ov.png);
}

.buttons__button--onamaetop {
	float: left;
}

.buttons__button--domainnavi {
	float: right;
}

.footer {
	height: 42px;
	margin-top: 1px;
	padding-left: 30px;
	background-color: #da2204;
	color: #fff;
}

.footer__copyright {
	font-size: 11px;
	padding-top: 14px;
}