@charset "utf-8";

/* ========================================================
	green css => グリーンライブラリ関連ページ用css
======================================================== */
h3.title {
	font-size: larger;
	margin-bottom: 1em;
	color: #a8a57c;
}

div#sideArea dl dd ul#nameSearch {
	zoom: 1;
	min-height: 12em;
}
div#sideArea dl dd ul#nameSearch:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#sideArea dl dd ul#nameSearch li {
	float: left;
	width: 123px;
}


/* リスト系
============================================================================================================ */
a.img {
	position: relative;
	display: block;
	margin-bottom: 8px;
	width: 125px;
	height: 187px;
	overflow: hidden;
}
a.img img {
	position: relative;
	text-decoration: none !important;
}
a.img:link, a.img:visited {
	border: 2px solid #85835f;
	text-decoration: none !important;
}
a.img:hover, a.img:active {
	border: 2px solid #626042;
	text-decoration: none !important;
}
ul.list {
	padding-bottom: 2em;
	line-height: 1.2;
	zoom: 1;
}
ul.list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
ul.list li {
	width: 129px;
	float: left;
	margin-right: 8px;
}
ul.list li.last {
	margin-right: 0;
}





/* GREEN LIBRARY
============================================================================================================ */
div#mainArea ul.ph {
	float: left;
	width: 395px;
}
div#mainArea ul.ph li {
	float: left;
	border: 2px solid #a8a57c;
	margin: 0 7px 7px 0;
}
div#mainArea div#main {
	float: right;
	width: 280px;
}
div#main h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/line.gif) repeat-x left bottom;
	color: #a8a57c;
	font-size: 120%;
}
div#main h3 p {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
div#main h4 {
	padding-bottom: 2px;
	color: #a8a57c;
	font-size: 114%;
}
div#main p {
	margin-bottom: 1.5em;
	padding-bottom: 10px;
	background: url(../images/line.gif) repeat-x left bottom;
}
div#main p.date {
	background: none;
	text-align: right;
}
div#main dl {
	margin-bottom: 1.5em;
	padding-bottom: 10px;
	background: url(../images/line.gif) repeat-x left bottom;
}
div#main dl dt {
	float: left;
	padding-top: 0.4em;
}
div#main dl dd {
	padding: 0.4em 0 0.4em 7em;
	background: url(../images/line.gif) repeat-x;
}
* html div#main dl dd {
	text-indent: -3px;
}


/* FLOWERS OF THE SEASON
============================================================================================================ */
p.main {
	margin-bottom: 10px;
}
p.main img {
	border: 2px solid #85835f;
}
div.list {
	margin-bottom: 1.3em;
	padding-bottom: 2em;
	line-height: 1.2;
	zoom: 1;
}
div.list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.list dl {
	float: left;
	width: 129px;
	margin-right: 8px;
}
div.list dl.last {
	margin-right: 0;
}
div.list dl img {
	margin-bottom: 8px;
}
div.list dd {
	font-size: smaller;
}
div.list dd strong{
	font-size: larger;
}

p.notes {
	margin-bottom: 1.5em;
}

div.season {
	background: url(../images/line.gif) repeat-x left bottom;
	padding-bottom: 2px;
}
div.season div {
	display: none;
	zoom: 1;
}
div.season div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.season.last {
	padding-bottom: 0;
	background: none;
}
div.season h4 {
	margin: 10px 8px 10px 0;
	outline: none;
}
div.season h4 {
	background: url(../images/icon_plus.gif) no-repeat right;
	cursor: pointer;
}
div.season h4.ui-state-active {
	background: none;
	cursor: default;
}
div.season ul li img {
	border: 2px solid #85835f;
	margin-bottom: 8px;
}
div.season dl {
	float: left;
	width: 129px;
	margin-right: 8px;
}
div.season dl.last {
	margin-right: 0;
}
div.season dl img {
	border: 2px solid #85835f;
	margin-bottom: 8px;
}
div.season dl.typical {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 10px;
	zoom: 1;
}
div.season dl.typical:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.season dl.typical dt {
	float: left;
	width: 9.5em;
	padding: 3px 0;
	border: 1px solid #26281b;
	text-align: center;
}
div.season dl.typical dd {
	margin-left: 14em;
	font-size: smaller;
}



