@charset "utf-8";

#main .stit         {
	display:block;
	background:url(../images/obi01.jpg) 0px 0px no-repeat;
	width:630px;
	height:26px;
	margin:0 0 10px;
	padding:5px 0 0 20px;
	font-size:14px;
	font-weight:bold;
}
#container_right #main p {
	display: block;
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 160%;
}
#main .fontsmall {
	font-size: 10px;
	color: #990000;
	display: block;
	margin-bottom: 20px;
}

#container_right #main em {
	color: #184081;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	visibility: visible;
}




/*フォーム*/

#main table {
	width:630px;
	border-top:1px solid #CCCCCC;
	border-collapse:collapse;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 30px;
	margin-top: 10px;
}
#main table th {
	width: 145px;
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-left: 25px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main  table td {
	border-bottom:1px solid #CCCCCC;
	padding:10px 10px 10px 10px;
	line-height:150%;
	font-size:1em;
	border-right: 1px solid #CCCCCC;
}

.txtBoxS {
	width: 50px;
	margin-right: 10px;
}
.txtBoxM {
	width: 270px;
}
.txtBoxL {
	width: 370px;
}
.commentAreaL {
	height: 170px;
	width: 450px;
	overflow: auto;
}


#list ul { margin: 10px 0 0 15px; padding-left:20px; list-style-image:url(file:///D|/%E5%88%B6%E4%BD%9CH.P%E9%96%A2%E4%BF%82/emu%E6%A7%98/images/listmark.gif);}
#list li { line-height:130%; padding:0 0 5px 5px; font-size:12px;}

fieldset { padding : 10px 0 30px 0; /*margin-bottom: 30px;*/ border:none; }
legend { display: none; visibility: hidden; }
#stsdform   .confirmTxt {
	text-align: center;
	padding-bottom: 30px;
}


#main .btnSet {
	width: 262px;
	height: 27px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#main  #clear a {
	width: 105px;
	height: 23px;
	margin-right: 18px;
	margin-left: 0px;
	display: block;
	background-image: url(../../stsd/images/clear_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
}
#main   #confirm  a {
	width: 105px;
	height: 23px;
	margin-left: 0px;
	display: block;
	background-image: url(../../stsd/images/confirm_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 0px;
	float: left;
}
#main  #correction  a  {
	background-image: url(../../stsd/images/correction_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 23px;
	width: 105px;
	float: left;
	margin-right: 18px;
}

#main  #submit a {
	width: 105px;
	height: 23px;
	margin-left: 0px;
	display: block;
	background-image: url(../../stsd/images/submit_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 0px;
	float: left;
}
#main #clear a:hover, #main #confirm a:hover, #main #correction a:hover, #main #submit a:hover  {
	background-position: 0px -23px;
}


#error { color: #FF0000; margin: 0px 0px 20px 20px; padding: 0px; }
#error li { display: block; list-style: none; }

