@charset "UTF-8";
/* CSS Document */

#proposition {
	width: 490px;
	height: 400px;
	overflow: auto;
	}

#proposition_entry {
	width: 460px;
	height: 240px;
	}

#proposition_title {
	width: 460px;
	padding: 0 0 2px 10px;
	margin: 0 0 5px 0;
	border-bottom: #003399 1px dotted;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	clear: both;
	}
	
#proposition_comment {
	width: 280px;
	padding: 0 0 2px 10px;
	margin: 0 0 5px 0;
	float: left;
	}

#proposition_comment .notice {
	color: #990000;
	font-size: 12px;
	}

#proposition_pic {
	width: 150px;
	padding: 0 0 2px 0;
	margin: 0 10px 5px 0;
	float: right;
	}

#proposition_pic img {
	margin: 0 0 10px 0;
	}

#proposition_contact {
	width: 460px;
	padding: 0 0 2px 0;
	margin: 0 0 5px 10px;
	clear: both;
	}
	
#object_pic {
	width: 200px;
	margin: 0 10px 0 0;
	float: right;
	}
	
#object_text {
	width: 270px;
	float: left;
	}
	
#contents_title {
	width: 500px;
	margin: 0 0 5px 0;
	clear: both;
	padding-top: 10px;
	}
	
#convenience_text {
	width: 480px;
	float: left;
	}
	
#greeting_text {
	width: 480px;
	float: left;
	}
	
#greeting_pic {
	width: 180px;
	float: left;
	margin: 0 20px 10px 0;
	}
	
	
