@charset "utf-8";

/* ========================================================
	index.css => インデックスページ用CSS
======================================================== */

/* メインエリア
============================================================================================================ */
div#mainArea {
	float: right;
	width: 710px;
	padding: 8px 0 0 8px;
}


/* 見出し
============================================================================================================ */
div#title {
	height: 282px;
}
div#title h2 {
	left: 0;
}
div#title div#flashcontent {
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 17px;
	background: url(../images/title_shadow.gif) no-repeat right top;
}



/* 3カラムコンテンツ
============================================================================================================ */
div#contents {
	zoom: 1;
}
div#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#contents div.contents {
	position: relative;
	float: left;
	width: 218px;
	margin-right: 9px;
	padding: 3px 3px 30px;
	background-color: #FFFFFF;
	border: 1px solid #E9E6E4;
	font-size: smaller;
}
div#contents div.contents h3 {
	background: none;
	padding: 8px 7px 6px;
}
div#contents div.contents p {
	padding: 0 7px 8px;
}
div#contents div.contents p.ph {
	padding: 0;
}
div#contents div.contents ul {
	position: absolute;
	bottom: 3px;
	right: 2px;
	font-size: 0.1em;
}
div#contents div.contents ul li {
	margin-top: 1px;
}

p.membership {
	float: right;
}


/* ほほえみ
============================================================================================================ */
body.hohoemi div#contentsInner {
	background: url(../../hohoemi/images/contents_bg.jpg) no-repeat right bottom;
}
div#condition {
	float: right;
	width: 239px;
	background: url(../../hohoemi/images/condition_bg.gif) no-repeat left bottom;
}
div#condition h3 {
	padding: 0;
}
div#condition ol {
	padding: 14px 20px 20px;
	list-style-type: decimal;
	font-weight: bold;
	font-size: 90%;
}
div#condition ol li {
	margin-left: 20px;
	margin-bottom: 0.8em;
}
* html div#condition ol li {
	margin-left: 24px;
}
*+html div#condition ol li {
	margin-left: 24px;
}



/* 花ごよみ
============================================================================================================ */
body.hanagoyomi div#contentsInner {
	background: url(../../hanagoyomi/images/contents_bg.jpg) no-repeat right bottom;
}

