@charset "utf-8";
/* CSS Document */

h3 {
color: #FF0000;
font-weight: bold;
margin-bottom: 20px;
padding-left: 10px;
border:solid 1px #FF0000;
background-color: #FFE4E1;
width:688px;
}

#item_title {
background: url(/common/images/title_bar540.gif) no-repeat left bottom;
padding-bottom: 5px;
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}

#tbRef {
	width: 700px;
    border:1px solid;
    border-spacing:0;
	border-collapse:collapse;
	table-layout:fixed;
}

#tbRef th{
    border:1px solid;
    background-color:#D3D3D3;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tbRef td{
	width:500px;
    border:1px solid;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tbRef input{
	width:400px;
	font-size:90%;
}

#tbRef textarea{
	width:480px;
	height:200px;
}

#complete {
	color: #006400;
}
.require {
	color: #FF0000;
}
.submit {
	width: 700px;
	text-align: center;
	margin-top: 30px;
}
.back {
	width: 700px;
	text-align: left;
	margin-top: 50px;
}
