@charset "utf-8";
body{
	background-image: url(../global_img/nel_bk.jpg);
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	color: #333333;
}
#main{
	width: 882px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
}
.myform {
    width: 100%;
	
}
.myform fieldset {
   margin-bottom: 10px;
    margin:0; 
    padding:0; 
}
.myform legend {
    padding: 0 2px;
    font-weight: bold;
    font-size: 1.6em;
}
.myform fieldset ul {
    margin: 0 0 0 155px;
    padding: 0;
}
.myform fieldset li {
	list-style: none;
	padding: 10px;
	margin: 0;
	clear: both;
}

.myform label {
    font-weight: bold;
    float: left;
    text-align:right;
    margin-left: -155px;
    width: 150px;
}
.myform p {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 150px;
	text-align: center;
}
.myform input.txts {
    width: 350px;
}
.myform input.txtm {
    width: 250px;
}
.myform select {
}
.txt12p{
	font-size: 12px;
}
.btn_ul{
	display: block;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	width: 250px;
}
.btn_li{
	display: block;
	float: left;
}
.sp-box{
	display: block;
	line-height: 1.5em;
}

