DIV.packed {
	display: none;
}

DIV.unpacked {
	display: block;
}

DIV.cooperation A {
	color: #FF9900;
}

DIV.cooperation P {
  color: #666666;
  margin-bottom: 10px;
}

DIV.cooperation H3 {
  font-size: 14px;
  margin: 10px 0 5px 0;
  color: #FF9900;
}

DIV.cooperation H2 {
  font-size: 16px;
  margin: 15px 0 5px 0;
  color: #666666;
}

DIV.cooperation UL {
  width: 600px;
  margin-left: 24px;
	list-style: disc outside;
	color: #666666;
}

DIV.cooperation UL.mainList LI > A {
	cursor: pointer;
	color: #FF9900;
	font-weight: bold;
	font-size: 16px;
}

TABLE.for_photo_form {
	text-align: right;
	width: 470px;
}

	TABLE.for_photo_form TD.left {
		text-align: left;
	}

	TABLE.for_photo_form TD TEXTAREA {
		width: 468px;
		height: 50px;
	}

	TABLE.for_photo_form TD.submit INPUT {
			color: #666666;
			border: 0;
			background-color: #CCCCCC;
			padding: 2px 5px;
			text-align: center;
			width: 100px;
			text-transform: lowercase;
		}
