@charset "utf-8";
/* CSS Document */

h3 {
color: #FF0000;
font-weight: bold;
margin-bottom: 20px;
padding-left: 5px;
border:solid 1px #FF0000;
background-color: #FFE4E1;
width:692px;
}

#item_title {
background: url(/common/images/title_bar600.gif) no-repeat left bottom;
padding-bottom: 5px;
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}

#warning {
margin-bottom: 20px;
}


.input_cw {
width: 480px;
}

.input_cm {
width: 250px;
}

.input_cs {
width: 100px;
}

table.tbMember{
width: 700px;
border: solid 1px #F8F8FF;
border-collapse: collapse;
border-spacing:0;
margin-bottom : 20px;
}

.tbMember th{
width:180px;
border:1px solid;
background-color:#D3D3D3;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.tbMember td{
border:1px solid;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#complete {
	color: #006400;
}

.require_b {
color: #0000FF;
font-weight: bold;
}

.require {
color: #FF0000;
}

.require_red_b {
color: #FF0000;
font-weight: bold;
}


.submit {
width: 700px;
text-align: center;
margin-top: 30px;
}
