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

div.gencont {
	width:965px;
	height:500px;
	background-color:#FFFFFF;
	}

div.gencenter {
	width:965px;
	height:auto;
	text-align:center;
	background-image:url(img/genji_background.gif);
	}

div.genji1 {
	width:965px;
	height:auto;
	text-align:center;
	}

div.genji_form {
	width:965px;
	height:auto;
	font-size:14px;
	text-align:center;
	padding:475px 0px 50px 0px;
	margin:0px 0px 20px 0px;
	}

div.genji2 {
	width:435px; /*paddingに合わせて左右分マイナス*/
	height:auto;
	text-align:center;
	margin:0 0 0 255px;
	padding:10px 10px 10px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(244, 219, 219)),color-stop(1, rgb(244, 219, 219)));
	background-image: -moz-linear-gradient(-90deg,rgb(244, 219, 219) 0%,rgb(244, 219, 219) 100%);
	background-image: linear-gradient(-90deg,rgb(244, 219, 219) 0%,rgb(244, 219, 219) 100%);
	font-size: 12px;
	}

/*スペース用*/

div.space1 {
	width:460px;
	height:10px;
	}









