@charset "utf-8";

/* web.html専用 CSS Document */


/* right_body 右ボディ */

.web_right_top_box {
	width: 670px;
	height: 160px;
	background-image: url(../images/tool/right_top_tool.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

.right_top_txt {
	width: 400px;
	height: 90px;
	padding: 60px 0 0 25px;
}


/* right_body bottom 5つのポイント */

.point_box {
	width: 640px;
	height: 80px;
	padding: 0 0 10px 0;
}

.point_img {
	width: 175px;
	height: 80px;
	padding: 0 10px 0 0;
	float: left;
}

.point_txt {
	width: 445px;
	height: 60px;
	padding: 10px 10px 0 0;
	float: left;
}

/* right_body bottom2 サービス一覧 */


#right_service_list {
	width: 600px;
	height: 149px;
	padding: 20px 20px 70px 20px;
	background-image: url(../images/web/right_bottom_bg.jpg);
	background-repeat: no-repeat;
}

#right_service_list p {
	float: left;
	}

.top_line,.bottom_line {
	width: 600px;
	height: 92px;
}

.top_line {
	padding: 0 0 15px 0;
}

.center_btn {
	width: 190px;
	height: 92px;
	padding: 0 15px;
}


