@charset "Shift_JIS";


/* program
 ******************************************************/

#program	{
		font-size: 80%;
		clear: both;
}
#program input:focus, textarea:focus	{
		background-color: #dee;
}

#program fieldset	{
		border: 0px solid #ccc;
		padding: 5px;
}

#program legend		{
		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		font-weight: bold;
}

#program input#submit	{
		margin: 0 0 0 4px;
}

#program table 	 {
		background: #ccc;		
}

#program td 	 {
	padding: 2px;
	background: #fff;
	border: 1px #ccc;
}


#program th 	 {
		font-weight: bold;
		background: #fdf4da;
		text-align: center;
}