@charset "UTF-8";

/* ================================================================ *
　だいわブルーベリー園様　スタイルシート [option.css]

　LastUP data：2010-6-22 Ver:1.0

　Create by Sugawara(Usoft)
 * ================================================================ */

/* フロートしているナビゲーションのリストアイテムのフロート解除を、直下のHTML要素の有無に関わらずクリアするための設定（俗に言うclearfix） */
#contents:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/* --------------------------------------------------
 《トップページ》のスタイル
-------------------------------------------------- */

/* トップページ　ブルーベリー園イメージ画像配置(左側)  */
#topimg_left {
	width: 200px;
	height: 270px;
	margin: 0;
	padding: 0;
	float: left;
}

/* トップページ　ブルーベリー園イメージ画像配置(センター)  */
#topimg_center {
	width: 292px;
	height: 270px;
	margin: 0 9px 0 9px;
	padding: 0;
	float: left;
}

/* トップページ　ブルーベリー園イメージ画像配置(右側)  */
#topimg_right {
	width: 200px;
	height: 270px;
	margin: 0;
	padding: 0;
	float: left;
}

/* トップページ　ブルーベリーの品種画像配置  */
#top_hinsyu {
	clear: both;
	width: 710px;
	height: 95px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 10px 0 0 0;
}

#top_hinsyu ul {
	margin: 0 0 0 0;
	padding: 0;
}

#top_hinsyu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}


/* トップページ　ブルーベリー園テキストブロック  */
#top_text {
	width: 400px;
	border: dotted #7070ff 2px;
	background-color: #eaeaff;
	margin: 20px 20px 0 0;
	padding: 10px;
	float: left;
}

#top_text hr {
	width: 80%;
	size: 1px;
	border: solid #ccc 1px;
	margin: 1em auto;
}

/* トップページ　展示場ブロック  */
#top_tenji {
	width: 250px;
	border: solid #cccccc 1px;
	margin: 20px 0 0 0;
	float: left;
}

#top_tenji img {
	text-align: center;
	padding: 10px 25px;
}

/* トップページ　インフォメーション　ブロック  */
#top_info {
	clear: both;
	width: 600px;
	border: solid #ff7a7a 1px;
	background-color: #ffffe5;
	margin: 20px 0 10px 50px;
	padding: 10px 15px 10px 10px;
}

#top_info dl {
	clear: both;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#top_info dt {
	float: left;
	width:90px;
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom: 1px dotted #3399cc;
}

#top_info dd {
	margin-left:90px;
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom: 1px dotted #3399cc;
}

/* トップページ　出展者情報掲載　ブロック  */
#top_daiwa {
	width: 500px;
	margin: 20px auto;
	clear: both;
}

#p1 {
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.4em;
}

#p2 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4em;
}

/* トップページ　バナー画像掲載　ブロック  */
#baner {
	width: 710px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
}

/* バナータイトル */
#baner h3 {
	margin: 0.5em 0 0.5em 0;
}

/* バナー画像と説明文を横に並べるところに使っている */
#baner p {
	margin: 0.5em 0;
	padding: 0 0.2em;
	font-size: 12px;
}


