@charset "utf-8";
/* CSS Document */

#mustwrap.sends {
	min-height: 430px;
	height: auto !important;
	height: 430px;
}

#mv {
	background: url(../img/mv.jpg) no-repeat 0 0;
}

.index {
	width: 950px;
	min-height: 295px;
	height: auto !important;
	height: 295px;
	background: url(../img/p01.jpg) no-repeat 0 0;
	margin: 0 auto;
	text-align: left;
}

.send {
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
}

.index h2 {
	height: 80px;
}

.index p {
	width: 350px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	margin-left: 20px;
	font-size: 12px;
}

.index .number li {
	width: 500px;
	height: 100px;
	margin-left: 20px;
	background: url(../img/b01.gif) no-repeat 0 0;
}

.index .number li a {
	display: block;
	height: 100%;
}

.index .number li:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

h4 {
	width: 920px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/t01.gif) no-repeat 0 0;
}

#form {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}

#form dl {
	padding: 5px 0;
	background: url(../img/bg01.gif) repeat-x bottom;
}

#form dl.end {
	background: none;
}

#form dt {
	float: left;
	width: 165px;
	padding: 5px 0 0px 10px;
}

#form dt em {
	padding-right: 35px;
}

#form dt strong {
	display: block;
	font-weight: bold;
	color: #c00;
}

#form dt .necessary {
	background: url(../img/i01.gif) no-repeat right center;
}

#form dd {
	float: left;
	width: 705px;
	padding: 3px 0;
	color: #666;
}

#form input,
#form textarea{
	min-height: 15px;
	height: auto !important;
	height: 15px;
	padding: 3px;
	border: 1px solid #7F9DB7;
}

#form .large {
	width: 690px;
}

#form .medium {
	width: 342px;
}

#form .small {
	width: 42px;
}

#form .xsmall {
	width: 22px;
}

#form p {
	padding: 10px 0;
	font-size: 12px;
	color: #666;
}

#form .policy {
	padding: 0 0 0 20px;
	font-size: 12px;
	background: url(../img/i02.gif) no-repeat left center;
	color: #26635C;
}

#form .btn {
	padding: 20px 0;
	text-align: center;
}

#form .btn li {
	display: inline;
	padding: 0 5px;
}