@charset "utf-8";
@import url("import.css");


/* header(ページの上辺) */
#header{
	margin:5px 0 0 0;
	background-image: url(../img/wrap-head-bg.gif);
	background-repeat:repeat-x;
}
	#header h1,
	#header p{
		float:left;
		text-align:left;
	}
	#header h1 img{
		position:relative;
		left:20px;
		top:20px;
		}
	#header div.inner{
		padding:0;
		background-image: url(../img/header-inner-bg.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		height: 110px;
		background-color:#FFF;
	}
	#header div.menu{
		float:right;
		text-align:right;
	}
		
		#header div.menu p{
			font-size:1.0em;
			text-align:right;
			float:none;
			margin: 20px 20px 0 0;
		}
		#header div.menu img{
			padding:10px 20px 0 0;
		}

/* maincolumn(メインコンテンツ) */
#main{
		margin-right:20px;
	}
	#top-title{
		background-image:url(../img/h2-bg.gif);
		background-repeat:no-repeat;
		height:90px;
		margin-bottom:30px;
	}
	 h2{
		font-size:20px;
		color:#663300;
		padding:30px 0 0 30px;
	}
	.section{
		margin-bottom:30px;
	}
	.section h3{
		font-size: 16px;
		font-weight:bold;
		background-color:#663300;
		margin-bottom:20px;
		color:#FFF;
		padding-top: 6px;
		padding-right: 0;
		padding-bottom: 4px;
		padding-left: 10px;
	}
	.section p{
		padding:0 10px 0 0;
		margin-bottom:20px;
	}
		.section p a{
			color:#FF7700;
			text-decoration:underline;
		}
		.section p a:hover{
			color:#FF7700;
			text-decoration:none;
		}	
	.section h4{
		font-size:14px;
		color:#663300;
		margin-bottom:15px;
		text-indent: -2px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 4px;
		padding-left: 5px; 
		background-image: url(../img/dotline.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
	}
/* bottom */
	#bottom ul li{
		float:left;
	}
/* control */
	div.control{
	}
	
	div.control ul{
		width:600px;
	}
	div.control ul li{
		display:block;
		width:185px;
		background:url(../img/main-li2.gif) left no-repeat;
		padding:6px 0 6px 15px;
		float:left;
	}
		div.control ul li a{
			color:#FF7700;
			text-decoration:underline;
		}
		div.control ul li a:hover{
			color:#FF7700;
			text-decoration:none;
		}	
	
	div.control table{
		width:600px;
	}
	div.control table td{
		width:200px;
		background:url(../img/main-li2.gif) left no-repeat;
		padding:6px 0 6px 15px;
	}
		div.control table td a{
			color:#FF7700;
			text-decoration:underline;
		}
		div.control table td a:hover{
			color:#FF7700;
			text-decoration:none;
		}	
/* 品種別詳細情報 */
	div.sho img{
		float:left;
		margin-bottom:20px;
		}
	div.sho p{
		width:420px;
		float:right;
		margin:70px 0 20px 0;
		padding:0 0 0 20px;
		}
	div.sho p.nor{
		width:100%;
		float:none;
		margin:0;
		padding:0;
		}
	div.sho table {
		margin: 0 0 20px 0;
		border-collapse: collapse;
		border: 1px solid #B19A4E;
		width: 600px;
		}
	div.sho table th {
			background: #F0EAD6;
			border: 1px solid #B19A4E;
			padding: 6px 10px;
			text-align: left;
			font-weight:normal;
			width:160px;
			}
	div.sho table td {
			border: 1px solid #B19A4E;
			padding: 6px 10px;
			font-weight: normal;
			}
	div.sho ul{
			margin-top:30px;
			}
	div.sho ul li{
			float:right;
			margin-left:10px;
			}
