@charset "utf-8";

/* layout ========================================================== */

#sidebar {
	float: left;
	width: 288px;
}

#mainContents {
	float: right;
	width: 569px;
}

/* sidebar ========================================================== */

#topLead {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #F9D34C;
}

#topLead p {
	margin: 0 10px;
}

#bannerSection li {
	margin-bottom: 10px;
}

/* mainContents ========================================================== */

#mainContents h3 {
	margin-bottom: 10px;
}

/* productsIndex */

#productsIndex {
	margin-bottom: 10px;
}
#productsIndex p {
	margin-bottom:10px;
	}
#productsIndex ul {
	position: relative;
	height: 389px;
}

#productsIndex li {
	position: absolute;
}

li#indexShopping {
	top: 0;
	left: 0;
}

li#indexStroll {
	top: 0;
	left: 193px;
}

li#indexTravel {
	top: 0;
	left: 384px;
}

li#indexAssist {
	top: 199px;
	left: 0;
}

li#indexWalking {
	top: 199px;
	left: 193px;
}

li#indexOthers {
	top: 199px;
	left: 384px;
}
.voice{
	background-color: #CCCCCC;
	padding: 15px;
	width: 540px;
	margin-bottom: 15px;
}
.voice dt{
	font-weight: bold;
	padding-bottom: 10px;
}
.voice dd{
}
.voice dd.text_r{
	padding-top: 20px;
	text-align: right;
	line-height: 24px;
}

