@charset "utf-8";

.flower_list {
	width:680px;
	margin:0 auto;
}

.flower_list ul {
	clear:both;
}

.list_3 li {
	width:200px;
	float:left;
	margin:0 7px 10px;
}

.list_4 li {
	width:150px;
	float:left;
	margin:0 5px 10px;
}

.flower_list li.w310 {
	width:310px;
}

.flower_list .image {
	border:solid #dddddd 1px;
	text-align:center;
	padding:10px 0;
}

.list_3 .image {
	height:130px;
}

.list_4 .image {
	height:150px;
}

.flower_list .data {
	border-right:solid #dddddd 1px;
	border-bottom:solid #dddddd 1px;
	border-left:solid #dddddd 1px;
	padding:5px 5px;
	background-color:#f0f0f0;
}

.flower_list h3 {
	font-weight:bold;
}

.h1_text a:link,a:visited,a:hover,a:focus,a:active {
	color:#0000ff;
	text-decoration:underline;
}

/* IE7用バグ対策 */
*:first-child+html .flower_list {
	margin:0 auto 20px;
}

/* IE6用バグ対応 */
* html .flower_list {
	width:660px;
	margin:0 auto 10px;
}

.inquiry_text {
	clear:both;
	width:660px;
	margin:0 10px;
}

/* IE6用バグ対応 */
* html .inquiry_text {
	width:640px;
	margin:0 10px;
}

.img_tell {
	width:399px;
	float:left;
}

.img_form {
	width:225px;
	height:120px;
	float:right;
	margin-right:25px;
	background:url(../img/flower_form.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.img_form a {
	width:225px;
	height:120px;
	display:block;
}

.img_form a:hover {
	width:225px;
	height:120px;
	display:block;
	background:url(../img/flower_form_on.gif) no-repeat;
}

/* IE6用バグ対応 */
* html .img_form  {
	margin-right:10px;
}
	