@charset  'Shift_JIS';


/* ---- MAIN IMAGE ----*/
#main_image{
	margin:25px 0 15px 0;
	padding:0;
	width:810px;
	height:263px;
}

/* ---- OWNER PROBLEM ---- */
#owner_problem {
	background-color:#DCDCDC;
	text-align:center;
	margin:0px 0px 10px;
	padding:0px;
	width:810px;
}
#owner_problem-title {
	background:url('../img/index/bg-owner_problem-top.gif') left top no-repeat;
	margin-bottom:20px;
	padding-top:20px;
}
#owner_problem-description {
	background:url('../img/index/bg-owner_problem-bottom.gif') left bottom no-repeat;
	margin:0px;
	padding:0px 0px 50px;
}
#owner_problem-list {
	margin:0px 0px 0px;
	padding:0px;
	list-style-position:inside;
}
.owner_problem-list-item {
	font-size:14px;
	margin:0px;
	padding:0px;
	line-height:2em;
}


/* ---- SOLUTION TO PROBLEM ---- */
#solution_to_problem {
	margin:0px 0px 0px;
	padding:0px;
	text-align:center;
}
#solution_to_problem-title {
	margin:0px 0px 30px;
}
#solution_to_problem-description {
	margin:0px 0px 40px;
	padding:0px;
}
#solution_to_problem-list {
	margin:0px;
	padding:0px;
	list-style:none;
}
.solution_to_problem-list-item {
	margin:0px 0px 20px;
}

.solution_to_problem-list-item a {
	display:block;
}

.solution_to_problem-list-item a img {
	border:none;
}



