@charset "Shift_JIS";
/* CSS Document */

body{
	background-image:url(../image/ninsho/bg_cat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.ninsho_main{
	width:900px;
	padding-left:50px;
	padding-right:50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 900px;
}

.ninsho_text{
	margin-right: auto;
	margin-left: auto;
	width:450px;
	padding-top: 320px;
}

.strongtext{
	font-size:3em;
	color:#F00;
	margin-bottom:15px;
	display:block;
}
.emtext{
	font-size:2em;
	color:#F00;
	margin-bottom:15px;
	display:block;
	font-style: normal;
	padding-top: 15px;
}
.ninsho_yesno{
	width:650px;
	margin-right: auto;
	margin-left: auto;
}

.ninsho_yes a{
	width:250px;
	height:95px;
	background-image:url(../image/ninsho/yes.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

.ninsho_yes a:hover{
	width:250px;
	height:95px;
	background-image:url(../image/ninsho/yes_over.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}
.ninsho_no a{
	width:250px;
	height:95px;
	background-image:url(../image/ninsho/no.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
}
.ninsho_no a:hover{
	width:250px;
	height:95px;
	background-image:url(../image/ninsho/no_over.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
}
