@charset "utf-8";
/*--------------------------
　サブナビ
---------------------------*/
.access a{
	background-image:url(../img/common/access_o.gif);
	background-repeat:no-repeat;
	width:194px;
	height:42px;
	display:block;
}
.access a:hover{
	background-image:url(../img/common/access_o.gif);
	background-repeat:no-repeat;
	width:194px;
	height:42px;
	display:block;
}
/*--------------------------
　コンタクトフォーム部分
---------------------------*/
#contact p{
	margin-bottom:25px;
}
form{
	width:550px;
}
input,select,textarea{
	padding:5px 3px 5px 0;
}
option{
	padding:15px 3px 15px 0;
}
.contact_p{
	padding:30px 0 0px 0;
	}
#button input{
	padding:0;
	color:#F90;
	font-weight:bold;
	background:#CCF0CA;
	background:#E0E0E0;
	width:60px;
	height:30px;
	margin-right:15px;
	margin-bottom:10px;
	border-top:2px double #ccc;
	border-left:2px double #ccc;
	border-right:2px double #999;
	border-bottom:2px double #999;
}
#button input:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	cursor:pointer;
}
em{
	color:#F90;
}
span.error{
	color:#F90;
	font-weight:bold;
	font-style:normal;
	display:inherit;
}
/* IE 6 */
*html span.error{
	display:block;
}
/* IE 7 */
*:first-child+html span.error{
	display:block;
	}
#contact_number{
	background-color:#f1f1f1;
}
#contact_number p{
	padding:15px 40px;
}
