@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Takashi Hirasawa (admin)
 Style Info:     トップページオンリー
----------------------------------------------------------- */

/*----------------------------------------------------
	.indexBody
----------------------------------------------------*/
body.indexBody {
	background: url(../img/top/bg.gif) repeat-x;
}

.indexBody .badge {
	position: absolute;
	top: 0;
	left: 0;
}

.indexBody #header div {
	float: left;
	width: 860px;
	height: 229px;
}

.indexBody #header div p {
	float: left;
	width: 401px;
	padding-top: 19px;
}

.indexBody #header div dl {
	float: right;
	width: 421px;
	margin: 0;
	padding-top: 34px;
}

.indexBody #header div dt {
	margin: 0 0 10px;
}

.indexBody #header div dd {
	text-align: center;
}

.indexBody #contents {
}

.indexBody #contents .what {
	position: relative;
	width: 860px;
	height: 257px;
	margin-bottom: 34px;
	background: url(../img/share/line_footer.gif) repeat-x center bottom;
}

.indexBody #contents .what dt {
	margin-bottom: 12px;
	padding-top: 70px;
}

.indexBody #contents .what dd.graph {
	position: absolute;
	top: 35px;
	right: 0;
}

.indexBody #contents h2 {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
}

.indexBody #contents .contentMerit {
	float: left;
	width: 840px;
	margin-bottom: 10px;
	padding: 20px 0 20px 20px;
	background: #EEE;
}

.indexBody #contents .merit {
	float: left;
	width: 375px;
	height: 98px;
	padding: 15px 0 0 15px;
	background: #FFF;
	border: 5px solid #9C3;
}

.indexBody #contents dt,
.indexBody #contents dd,
.indexBody #contents ul li {
	line-height: 0;
	font-size: 0;
}

.indexBody #contents .merit dt {
	margin-bottom: 8px;
}

.indexBody #contents .merit ul li {
	margin-bottom: 6px;
}

.indexBody #contents .creatorMerit {
	margin-right: 20px;
}

.indexBody #contents .recommends,
.indexBody #contents .wanted {
	float: left;
	width: 420px;
	margin-bottom: 30px;
	padding-bottom: 12px;
	background: url(../img/top/bg_look.gif) no-repeat left bottom;
}

.indexBody #contents .wanted {
}

.indexBody #contents .recommends {
	float: right;
}

.indexBody #contents .recommends dt,
.indexBody #contents .wanted dt {
	margin-left: -29px;
	margin-bottom: 18px;
}

.indexBody #contents .recommends dt {
	margin-left: 0;
	margin-right: -29px;
}

* html .indexBody #contents .recommends dt,
* html .indexBody #contents .wanted dt {
	position: absolute;
}

* html .indexBody #contents .recommends dd,
* html .indexBody #contents .wanted dd {
	margin-top: 96px;
}

.indexBody #contents .recommends ul li,
.indexBody #contents .wanted dd ul li {
	margin-left: 42px;
	margin-bottom: 9px;
}

.indexBody #contents .entryBtn {
	margin: 20px 0 10px;
	padding: 10px 0;
	background: url(../img/top/bg_entry.gif);
	text-align: center;
}



.indexBody #contents .connection {
	position: relative;
	zoom: 1;
	height: 60px;
	margin: 20px 0;
}

.indexBody #contents .connection dt {
	position: absolute;
	top: 0;
	left: 0;
}

.indexBody #contents .connection dd {
	padding-left: 115px;
	background: #F1F1CD;
	height: 48px;
	padding-top: 12px;
}

.indexBody #contents .connection dd ul {
	margin-bottom: 5px;
	font-size: small;
}

.indexBody #contents .connection dd ul li {
	line-height: 1.4;
	display: inline;
	font-size: 85%;
	margin-right: 20px;
}

.indexBody #contents .connection dd ul li a {
	color: #390;
	padding-right: 15px;
	background: url(../img/share/icon_blank.gif) no-repeat right center;
}

