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

.text_s {
	font-size: x-small;
}
.input {
	margin: 0px 0px 8px 0px;
	width: 300px;
}
.label {
	margin: 0px 6px 8px 0px;
	width: 120px;
	float: left;
	text-align: right;
	clear: both;
}
.label_account {
	padding: 0px 0px 0px 126px;
}
.button  {
	padding: 22px 0px 0px 126px;
}
.attention {
	color: #990000;
}

/*inquiry*/
h2#inquiry {
	background: url(../inquiry/img/tit_inquiry.gif) no-repeat;
	width:320px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*agent*/
h2#agent {
	background: url(../inquiry/img/tit_agent.gif) no-repeat;
	width:590px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*information*/
div#inq_info {
	border: 1px solid #CCCCCC;
	background-color: #EFDBDB;
	padding: 8px 4px 0px 8px ;
	margin-bottom: 1em;
}
div#inq_info p {
	color: #CC0000;
}

	